home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / mosaic / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  871 b   |  25 lines

  1. /**/################################################################
  2. /**/## begin configuration stuff                                  ##
  3. /**/## (see the README file for details)                          ##
  4. /**/################################################################
  5.  
  6.        SCOREDIR = /usr/games/lib
  7.  
  8. /**/################################################################
  9. /**/## end configuration stuff                                    ##
  10. /**/################################################################
  11.  
  12.       SCOREFILE = $(SCOREDIR)/mosaic.scores
  13.    INSTDATFLAGS = -m 0777
  14.  
  15.          CFLAGS = -DScoreFile=\"$(SCOREFILE)\"
  16.  
  17.            SRCS = mosaic.c x11.c
  18.            OBJS = mosaic.o x11.o
  19.         DEPLIBS = $(DEPXLIB)
  20. LOCAL_LIBRARIES = $(XLIB)
  21.  
  22. ComplexProgramTarget(mosaic)
  23. MakeDirectories(install, $(SCOREDIR))
  24. InstallNonExec(mosaic.scores, $(SCOREFILE))
  25.