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 - download
Index: ┃ M T

⟦acfa2a293⟧ TextFile

    Length: 994 (0x3e2)
    Types: TextFile
    Names: »Makefile.fp«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/basic/pdp11/Makefile.fp« 

TextFile

SEPID=-i
# which cursor control file you want . either ucl or ukc
CURSOR = ucl

basic:  bas1.o bas2.o bas3.o bas4.o bas5.o bas6.o bas7.o bas8.o \
       bas9.o cursor.o termcap.o fpassist.o term.o
	cc -s -O ${SEPID} fpassist.o bas1.o bas2.o bas3.o bas4.o bas5.o \
       bas6.o bas7.o bas8.o bas9.o cursor.o termcap.o term.o -lm -o basic

clean:
	rm -f *.o *.s term.c cursor.c

fpassist.o: pdp11/fpassist.s
	cp pdp11/fpassist.s fpassist.s
	cc -O -c fpassist.s
	rm -f fpassist.s

term.o: term.c
	cc -O -c term.c

term.c: pdp11/term.c pdp11/conf.h
	cp pdp11/term.c term.c


cursor.c: cursor/cursor.c.${CURSOR}
	cp cursor/cursor.c.${CURSOR} cursor.c

cursor.o: cursor.c
	cc -0 -c cursor.c

termcap.o: bas.h termcap.c
	cc -O -c termcap.c

.c.o:   $*.c
	cc -O -f -c $*.c

bas.h: pdp11/conf.h

bas1.o: bas1.c bas.h
bas2.o: bas2.c bas.h
bas3.o: bas3.c bas.h
bas4.o: bas4.c bas.h
bas5.o: bas5.c bas.h
bas6.o: bas6.c bas.h
bas7.o: bas7.c bas.h
bas7.c: cursor.c
bas8.o: bas8.c bas.h
bas9.o: bas9.c bas.h