|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 455 (0x1c7) Types: TextFile Names: »Makefile.orig«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Adv/Program/Makefile.orig«
DESTDIR= CFLAGS= -O OBJS= main.o alc.o str.o readin.o nxtwrd.o rdr.o init.o\ play.o misc.o prt.o file.o disply.o SRCS= main.c alc.c str.c readin.c nxtwrd.c rdr.c init.c\ play.c misc.c prt.c file.c disply.c adv: $(OBJS) $(CC) $(CFLAGS) -o adv $(OBJS) -lwinlib -ltermlib $(OBJS): adv.h lint: lint -h adv.h $(SRCS) list: llist -t adv DOC adv.h $(SRCS) clean: rm -f core *.o adv install: adv install -s adv $(DESTDIR)/usr/local/bin/adv depend: