|
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 - downloadIndex: M T
Length: 676 (0x2a4) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/Sun/Mines/Makefile«
# # Makefile for nchess package. # OBJS = board.o boardsw.o levelsw.o main.o msgsw.o tool.o SRCS = board.c boardsw.c levelsw.c main.c msgsw.c tool.c HDRS = mines.h ICONS = blackSquare.icon whiteSquare.icon mineSquare.icon mines.icon \ playerSquare.icon safeSquare.icon CURSORS = crosshairs.cursor #CFLAGS = -g CFLAGS = -O mines : $(OBJS) cc $(CFLAGS) -o mines $(OBJS) -lsuntool -lsunwindow -lpixrect lint : $(SRCS) $(HDRS) lint $(SRCS) list : $(SRCS) $(HDRS) lpr -x2 -p -J"mines" *.h *.c clean : rm -f *.o mines $(OBJS) : $(HDRS) shar : dist.sh dist.sh : Makefile $(HDRS) $(SRCS) $(ICONS) $(CURSORS) shar Makefile $(HDRS) $(SRCS) $(ICONS) $(CURSORS) > dist.sh