SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xrobotscores\" MAXSCORES = -DMAXSCORES=20 MAXX = -DMAXX=35 MAXY = -DMAXY=20 DEFINES = $(SCORE_FILE) $(MAXSCORES) $(MAXX) $(MAXY) SRCS = actions.c game.c graphics.c main.c score.c OBJS = actions.o game.o graphics.o main.o score.o INCLUDES = -I$(TOP) -I$(TOOLKITSRC) EXTRA_INCLUDES = -I/usr/contrib/X11R6/include LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) SYS_LIBRARIES = -lm all:: xrobots MANSUFFIX=6 INSTPGMFLAGS = -s -g games -m 2755 ComplexProgramTarget(xrobots) /* * The following is a matter of preference: * * InstallManPage(xrobots,$(MANDIR)) * InstallProgram(xrobots,$(BINDIR)) */ MANSUFFIX=6 INSTPGMFLAGS = -s -g games -m 2755