DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦803773477⟧ TextFile

    Length: 1199 (0x4af)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« 
        └─⟦dcb95597f⟧ 
            └─⟦this⟧ »SAVE/Makefile« 

TextFile

ARPA = -DARPANET
E = /usr/src/local/bin/hm/hm
LA = $(E)/la1
FF = $(E)/ff2
#MH = /usr/src/cmd/mh
MH = /usr/src/new/mh
MHSUBS = $(MH)/subs/subs.a
MHSTRINGS = $(MH)/strings/strings.a
CURSES = -lcurses
#JOBS = -ljobs
PF = -DLINEFLUSH  $(ARPA) # -p
#LC = -i $(CURSES) $(PF)
LC = $(CURSES) $(PF)
#EDITOR = -DEDITOR=\"/bin/e\"
EDITOR = -DEDITOR=\"/usr/ucb/vi\"
PAGE = -DPAGE=\"/usr/ucb/page\"
PATHS = $(EDITOR) $(PAGE)
CFLAGS = -O $(PF) $(PATHS)
LIBS = $(LA)/libla.a $(FF)/libff.a $(MHSUBS) $(MHSTRINGS) $(JOBS)

OBJS = hm.o init.o mywget.o path.o typeit.o cmds.o fempty.o \
	scanstuff.o scansub.o move.o mygmsg.o newmail.o pack.o  \
	expunge.o scroll.o rdprofile.o cmds2.o popen.o  fldr.o  \
	mysystem.o oacmds.o hostname.o empty.o

.c.o:
	rm -f $@
	$(CC) $(CFLAGS) -c -I. -I$(LA) -I$(FF) -I$(MH) $<

all:    hm

hm:     $(OBJS)
	cc  $(OBJS) -o hm $(LC) -ltermlib $(LIBS)

install: all
	install -s hm /usr/local
	install -c hm.helpfile /usr/doc

hm.o:   hm.h
init.o: hm.h
path.o: hm.h
mywget.o: hm.h
typeit.o: hm.h
cmds.o:   hm.h
scanstuff.o: hm.h
move.o: hm.h
mygmsg.o: hm.h
scansub.o: hm.h adrparse.h
newmail.o: hm.h
pack.o: hm.h
expunge.o: hm.h
scroll.o: hm.h
cmds2.o: hm.h
fldr.o: hm.h
oacmds.o: hm.h