home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-03 | 871 b | 25 lines |
- /**/################################################################
- /**/## begin configuration stuff ##
- /**/## (see the README file for details) ##
- /**/################################################################
-
- SCOREDIR = /usr/games/lib
-
- /**/################################################################
- /**/## end configuration stuff ##
- /**/################################################################
-
- SCOREFILE = $(SCOREDIR)/mosaic.scores
- INSTDATFLAGS = -m 0777
-
- CFLAGS = -DScoreFile=\"$(SCOREFILE)\"
-
- SRCS = mosaic.c x11.c
- OBJS = mosaic.o x11.o
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = $(XLIB)
-
- ComplexProgramTarget(mosaic)
- MakeDirectories(install, $(SCOREDIR))
- InstallNonExec(mosaic.scores, $(SCOREFILE))
-