|
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: 344 (0x158) Types: TextFile Names: »Makefile.dist«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Atc/src/Makefile.dist«
# # Makefile for atc in distribution directory # LIBS = -ll -lm CURSESLIBS = -lcurses -ltermcap $(LIBS) CURSESLIBR = libatc_curses.o OFILE = tunable.o CFILE = tunable.c CFLAGS = -O all: atc atc: $(CURSESLIBR) $(OFILE) $(CC) $(CFLAGS) $(OFILE) $(CURSESLIBR) $(CURSESLIBS) -o atc preserve: rm tunable.c cp tunable.n tunable.c