|
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 - download
Length: 323 (0x143) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/mon/Makefile«
# mon makefile # # Beware dependencies on mon.h are not properly stated. # OBJS = mon.o io.o vm.o netif.o display.o readnames.o user_count.o all: mon mon: $(OBJS) mon.h cc -o mon $(OBJS) -lcurses -ltermlib clean: rm -f core *.o mon a.out print: qpr mon.h mon.c io.c vm.c netif.c readnames.c display.c user_count.c