|
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: I T
Length: 642 (0x282) Types: TextFile Names: »Imakefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xrobots/Imakefile«
SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xrobots_scores\" MAXSCORES = -DMAXSCORES=20 MAXX = -DMAXX=35 MAXY = -DMAXY=20 DEFINES = $(SCORE_FILE) $(MAXSCORES) $(MAXX) $(MAXY) SRCS = callbacks.c game.c graphics.c main.c score.c help.c OBJS = callbacks.o game.o graphics.o main.o score.o help.o INCLUDES = -I$(TOP) -I$(TOOLKITSRC) LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm all:: xrobots ComplexProgramTarget(xrobots) /* * The following is a matter of preference: * * InstallManPage(xrobots,$(MANDIR)) * InstallProgram(xrobots,$(BINDIR)) */