home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume15 / xstratego / part01 / Makefile.std < prev    next >
Makefile  |  1993-01-27  |  10KB  |  346 lines

  1. # Makefile generated by imake - do not edit!
  2. # $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
  3. #
  4. # The cpp used on this machine replaces all newlines and multiple tabs and
  5. # spaces in a macro expansion with a single space.  Imake tries to compensate
  6. # for this, but is not always successful.
  7. #
  8.  
  9. # -------------------------------------------------------------------------
  10. # Makefile generated from "Imake.tmpl" and <Imakefile>
  11. # $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $
  12. #
  13. # Platform-specific parameters may be set in the appropriate <vendor>.cf
  14. # configuration files.  Site-specific parameters should be set in the file
  15. # site.def.  Full rebuilds are recommended if any parameters are changed.
  16. #
  17. # If your C preprocessor does not define any unique symbols, you will need
  18. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  19. # "make World" the first time).
  20. #
  21.  
  22. # -------------------------------------------------------------------------
  23. # site-specific configuration parameters that need to come before
  24. # the platform-specific parameters - edit site.def to change
  25.  
  26. # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  27.  
  28. # -------------------------------------------------------------------------
  29. # platform-specific configuration parameters - edit sun.cf to change
  30.  
  31. # platform:  $XConsortium: sun.cf,v 1.69 91/09/09 18:23:59 rws Exp $
  32.  
  33. # operating system:  SunOS 4.1.1
  34.  
  35. # $XConsortium: sunLib.rules,v 1.6 91/03/24 17:55:58 rws Exp $
  36.  
  37. # -------------------------------------------------------------------------
  38. # site-specific configuration parameters that go after
  39. # the platform-specific parameters - edit site.def to change
  40.  
  41. # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  42.  
  43.             SHELL = /bin/sh
  44.  
  45.               TOP = .
  46.       CURRENT_DIR = .
  47.  
  48.                AR = ar clq
  49.   BOOTSTRAPCFLAGS =
  50.                CC = cc
  51.                AS = as
  52.  
  53.          COMPRESS = compress
  54.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  55.     PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
  56.           INSTALL = install
  57.                LD = ld
  58.              LINT = lint
  59.       LINTLIBFLAG = -C
  60.          LINTOPTS = -axz
  61.                LN = ln -s
  62.              MAKE = make
  63.                MV = mv
  64.                CP = cp
  65.  
  66.            RANLIB = ranlib
  67.   RANLIBINSTFLAGS =
  68.  
  69.                RM = rm -f
  70.             TROFF = psroff
  71.          MSMACROS = -ms
  72.               TBL = tbl
  73.               EQN = eqn
  74.      STD_INCLUDES =
  75.   STD_CPP_DEFINES =
  76.       STD_DEFINES =
  77.  EXTRA_LOAD_FLAGS =
  78.   EXTRA_LIBRARIES =
  79.              TAGS = ctags
  80.  
  81.     SHAREDCODEDEF = -DSHAREDCODE
  82.          SHLIBDEF = -DSUNSHLIB
  83.  
  84.     PROTO_DEFINES =
  85.  
  86.      INSTPGMFLAGS =
  87.  
  88.      INSTBINFLAGS = -m 0755
  89.      INSTUIDFLAGS = -m 4755
  90.      INSTLIBFLAGS = -m 0644
  91.      INSTINCFLAGS = -m 0444
  92.      INSTMANFLAGS = -m 0444
  93.      INSTDATFLAGS = -m 0444
  94.     INSTKMEMFLAGS = -m 4755
  95.  
  96.       CDEBUGFLAGS = -O
  97.         CCOPTIONS = -pipe
  98.  
  99.       ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
  100.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
  101.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  102.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  103.  
  104.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  105.  
  106.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS)
  107.  
  108.    LDCOMBINEFLAGS = -X -r
  109.       DEPENDFLAGS =
  110.  
  111.         MACROFILE = sun.cf
  112.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  113.  
  114.     IMAKE_DEFINES =
  115.  
  116.          IRULESRC = $(CONFIGDIR)
  117.         IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
  118.  
  119.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  120.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  121.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  122.  
  123. # -------------------------------------------------------------------------
  124. # X Window System Build Parameters
  125. # $XConsortium: Project.tmpl,v 1.137 91/07/30 22:57:01 rws Exp $
  126.  
  127. # -------------------------------------------------------------------------
  128. # X Window System make variables; this need to be coordinated with rules
  129.  
  130.           PATHSEP = /
  131.         USRLIBDIR = /usr/lib
  132.            BINDIR = /usr/bin/X11
  133.           INCROOT = /usr/include
  134.      BUILDINCROOT = $(TOP)
  135.       BUILDINCDIR = $(BUILDINCROOT)/X11
  136.       BUILDINCTOP = ..
  137.            INCDIR = $(INCROOT)/X11
  138.            ADMDIR = /usr/adm
  139.            LIBDIR = $(USRLIBDIR)/X11
  140.         CONFIGDIR = $(LIBDIR)/config
  141.        LINTLIBDIR = $(USRLIBDIR)/lint
  142.  
  143.           FONTDIR = $(LIBDIR)/fonts
  144.          XINITDIR = $(LIBDIR)/xinit
  145.            XDMDIR = $(LIBDIR)/xdm
  146.            TWMDIR = $(LIBDIR)/twm
  147.             MANPATH = /usr/man:/usr/local/man
  148.        MANSOURCEPATH = $(MANPATH)/man
  149.            MANSUFFIX = 1
  150.         LIBMANSUFFIX = 3
  151.               MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
  152.            LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
  153.               NLSDIR = $(LIBDIR)/nls
  154.            PEXAPIDIR = $(LIBDIR)/PEX
  155.          XAPPLOADDIR = $(LIBDIR)/app-defaults
  156.           FONTCFLAGS = -t
  157.  
  158.      INSTAPPFLAGS = $(INSTDATFLAGS)
  159.  
  160.             IMAKE = imake
  161.            DEPEND = makedepend
  162.               RGB = rgb
  163.  
  164.             FONTC = bdftopcf
  165.  
  166.         MKFONTDIR = mkfontdir
  167.         MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier
  168.  
  169.         CONFIGSRC = $(TOP)/config
  170.        DOCUTILSRC = $(TOP)/doc/util
  171.         CLIENTSRC = $(TOP)/clients
  172.           DEMOSRC = $(TOP)/demos
  173.            LIBSRC = $(TOP)/lib
  174.           FONTSRC = $(TOP)/fonts
  175.        INCLUDESRC = $(TOP)/X11
  176.         SERVERSRC = $(TOP)/server
  177.           UTILSRC = $(TOP)/util
  178.         SCRIPTSRC = $(UTILSRC)/scripts
  179.        EXAMPLESRC = $(TOP)/examples
  180.        CONTRIBSRC = $(TOP)/../contrib
  181.            DOCSRC = $(TOP)/doc
  182.            RGBSRC = $(TOP)/rgb
  183.         DEPENDSRC = $(UTILSRC)/makedepend
  184.          IMAKESRC = $(CONFIGSRC)
  185.          XAUTHSRC = $(LIBSRC)/Xau
  186.           XLIBSRC = $(LIBSRC)/X
  187.            XMUSRC = $(LIBSRC)/Xmu
  188.        TOOLKITSRC = $(LIBSRC)/Xt
  189.        AWIDGETSRC = $(LIBSRC)/Xaw
  190.        OLDXLIBSRC = $(LIBSRC)/oldX
  191.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  192.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  193.       BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
  194.       BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
  195.      MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
  196.          FSLIBSRC = $(FONTSRC)/lib/fs
  197.     FONTSERVERSRC = $(FONTSRC)/server
  198.      EXTENSIONSRC = $(TOP)/extensions
  199.          XILIBSRC = $(EXTENSIONSRC)/lib/xinput
  200.       PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX
  201.  
  202. # $XConsortium: sunLib.tmpl,v 1.11 91/07/31 11:32:08 rws Exp $
  203.  
  204. SHLIBLDFLAGS = -assert pure-text
  205. PICFLAGS = -pic
  206.  
  207.   DEPEXTENSIONLIB =
  208.      EXTENSIONLIB = -lXext
  209.  
  210.           DEPXLIB = $(DEPEXTENSIONLIB)
  211.              XLIB = $(EXTENSIONLIB) -lX11
  212.  
  213.         DEPXMULIB = $(USRLIBDIR)/libXmu.sa.$(SOXMUREV)
  214.            XMULIB = -lXmu
  215.  
  216.        DEPOLDXLIB =
  217.           OLDXLIB = -loldX
  218.  
  219.       DEPXTOOLLIB = $(USRLIBDIR)/libXt.sa.$(SOXTREV)
  220.          XTOOLLIB = -lXt
  221.  
  222.         DEPXAWLIB = $(USRLIBDIR)/libXaw.sa.$(SOXAWREV)
  223.            XAWLIB = -lXaw
  224.  
  225.         DEPXILIB =
  226.            XILIB = -lXi
  227.  
  228.         SOXLIBREV = 4.10
  229.           SOXTREV = 4.10
  230.          SOXAWREV = 5.0
  231.         SOOLDXREV = 4.10
  232.          SOXMUREV = 4.10
  233.         SOXEXTREV = 4.10
  234.       SOXINPUTREV = 4.10
  235.  
  236.       DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
  237.          XAUTHLIB =  -lXau
  238.       DEPXDMCPLIB = $(USRLIBDIR)/libXdmcp.a
  239.          XDMCPLIB =  -lXdmcp
  240.  
  241.         DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a
  242.            PHIGSLIB =  -lphigs
  243.  
  244.  LINTEXTENSIONLIB = $(LINTLIBDIR)/llib-lXext.ln
  245.          LINTXLIB = $(LINTLIBDIR)/llib-lX11.ln
  246.           LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln
  247.         LINTXTOOL = $(LINTLIBDIR)/llib-lXt.ln
  248.           LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln
  249.            LINTXI = $(LINTLIBDIR)/llib-lXi.ln
  250.         LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln
  251.  
  252.           DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  253.  
  254.          DEPLIBS1 = $(DEPLIBS)
  255.          DEPLIBS2 = $(DEPLIBS)
  256.          DEPLIBS3 = $(DEPLIBS)
  257.  
  258. # -------------------------------------------------------------------------
  259. # Imake rules for building libraries, programs, scripts, and data files
  260. # rules:  $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $
  261.  
  262. # -------------------------------------------------------------------------
  263. # start of Imakefile
  264.  
  265. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  266.     DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  267.  
  268. SRCS = buzz.c callback.c dialog.c init.c main.c message.c play.c register.c setup.c socket.c
  269. OBJS = buzz.o callback.o dialog.o init.o main.o message.o play.o register.o setup.o socket.o
  270.  
  271.  PROGRAM = stratego
  272.  
  273. all:: stratego
  274.  
  275. stratego: $(OBJS) $(DEPLIBS)
  276.     $(RM) $@
  277.     $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
  278.  
  279. saber_stratego:: $(SRCS)
  280.     # load $(ALLDEFINES) $(SRCS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  281.  
  282. osaber_stratego:: $(OBJS)
  283.     # load $(ALLDEFINES) $(OBJS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  284.  
  285. install:: stratego
  286.     @if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
  287.     else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
  288.     $(INSTALL) -c $(INSTPGMFLAGS)  stratego $(DESTDIR)$(BINDIR)
  289.  
  290. install.man:: stratego.man
  291.     @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
  292.     else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
  293.     $(INSTALL) -c $(INSTMANFLAGS) stratego.man $(DESTDIR)$(MANDIR)/stratego.$(MANSUFFIX)
  294.  
  295. depend::
  296.     $(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  297.  
  298. lint:
  299.     $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
  300. lint1:
  301.     $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
  302.  
  303. clean::
  304.     $(RM) $(PROGRAM)
  305.  
  306. # -------------------------------------------------------------------------
  307. # common rules for all Makefiles - do not edit
  308.  
  309. emptyrule::
  310.  
  311. clean::
  312.     $(RM_CMD) "#"*
  313.  
  314. Makefile::
  315.     -@if [ -f Makefile ]; then set -x; \
  316.     $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  317.     else exit 0; fi
  318.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  319.  
  320. tags::
  321.     $(TAGS) -w *.[ch]
  322.     $(TAGS) -xw *.[ch] > TAGS
  323.  
  324. saber:
  325.     # load $(ALLDEFINES) $(SRCS)
  326.  
  327. osaber:
  328.     # load $(ALLDEFINES) $(OBJS)
  329.  
  330. # -------------------------------------------------------------------------
  331. # empty rules for directories that do not have SUBDIRS - do not edit
  332.  
  333. install::
  334.     @echo "install in $(CURRENT_DIR) done"
  335.  
  336. install.man::
  337.     @echo "install.man in $(CURRENT_DIR) done"
  338.  
  339. Makefiles::
  340.  
  341. includes::
  342.  
  343. # -------------------------------------------------------------------------
  344. # dependencies generated by makedepend
  345.  
  346.