|
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: 450 (0x1c2) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/Sun/Pyramid/Makefile«
CFLAGS = -g LIBS = -lsuntool -lsunwindow -lpixrect OBJS = pyramid.o makemove.o SRCS = pyramid.c pyramid: $(OBJS) cc $(CFLAGS) -o pyramid $(OBJS) $(LIBS) pyramid.c: pyramid.h pyramid.o: pyramid.c makemove.c: pyramid.table pyramid.h makemove.o: makemove.c # pyramid.table is huge, so it's disted in 4 parts pyramid.table: table-made table-made: touch table-made cat pyramid.tab.? >pyramid.table # rm pyramid.tab.?