# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
#
# The cpp used on this machine replaces all newlines and multiple tabs and
# spaces in a macro expansion with a single space.  Imake tries to compensate
# for this, but is not always successful.
#

# -------------------------------------------------------------------------
# Makefile generated from "Imake.tmpl" and </tmp/IIf.a06469>
# $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $
#
# Platform-specific parameters may be set in the appropriate <vendor>.cf
# configuration files.  Site-specific parameters should be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor does not define any unique symbols, you will need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make World" the first time).
#

# -------------------------------------------------------------------------
# site-specific configuration parameters that need to come before
# the platform-specific parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $

# -------------------------------------------------------------------------
# platform-specific configuration parameters - edit sun.cf to change

# platform:  $XConsortium: sun.cf,v 1.72.1.1 92/03/18 13:13:37 rws Exp $

# operating system:  SunOS 4.1.1

# $XConsortium: sunLib.rules,v 1.7 91/12/20 11:19:47 rws Exp $

# -------------------------------------------------------------------------
# site-specific configuration parameters that go after
# the platform-specific parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $

            SHELL = /bin/sh

              TOP = .
      CURRENT_DIR = .

               AR = ar clq
  BOOTSTRAPCFLAGS =
               CC = cc
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
          INSTALL = install
               LD = ld
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make
               MV = mv
               CP = cp

           RANLIB = ranlib
  RANLIBINSTFLAGS =

               RM = rm -f
            TROFF = psroff
         MSMACROS = -ms
              TBL = tbl
              EQN = eqn
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

    SHAREDCODEDEF = -DSHAREDCODE
         SHLIBDEF = -DSUNSHLIB

    PROTO_DEFINES =

     INSTPGMFLAGS = -s

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0644
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -g kmem -m 2755

      PROJECTROOT = /usr/local/x11r5

     TOP_INCLUDES = -I$(INCROOT)

      CDEBUGFLAGS = -g
        CCOPTIONS = -pipe

      ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)

           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS) -L$(USRLIBDIR)

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = sun.cf
           RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut

    IMAKE_DEFINES =

         IRULESRC = $(CONFIGDIR)
        IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)

     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
			$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
			$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)

# -------------------------------------------------------------------------
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.138 91/09/10 09:02:12 rws Exp $

# -------------------------------------------------------------------------
# X Window System make variables; this need to be coordinated with rules

          PATHSEP = /
        USRLIBDIR = /usr/local/x11r5/lib
           BINDIR = /usr/local/x11r5/bin
          INCROOT = /usr/local/x11r5/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = /usr/adm
           LIBDIR = $(USRLIBDIR)/X11
        CONFIGDIR = $(LIBDIR)/config
       LINTLIBDIR = $(USRLIBDIR)/lint

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           TWMDIR = $(LIBDIR)/twm
          MANPATH = /usr/local/x11r5/man
    MANSOURCEPATH = $(MANPATH)/man
        MANSUFFIX = 1
     LIBMANSUFFIX = 3
           MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
        LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
           NLSDIR = $(LIBDIR)/nls
        PEXAPIDIR = $(LIBDIR)/PEX
      XAPPLOADDIR = $(LIBDIR)/app-defaults
       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = imake
           DEPEND = makedepend
              RGB = rgb

            FONTC = bdftopcf

        MKFONTDIR = mkfontdir
        MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier

        CONFIGSRC = $(TOP)/config
       DOCUTILSRC = $(TOP)/doc/util
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
          UTILSRC = $(TOP)/util
        SCRIPTSRC = $(UTILSRC)/scripts
       EXAMPLESRC = $(TOP)/examples
       CONTRIBSRC = $(TOP)/../contrib
           DOCSRC = $(TOP)/doc
           RGBSRC = $(TOP)/rgb
        DEPENDSRC = $(UTILSRC)/makedepend
         IMAKESRC = $(CONFIGSRC)
         XAUTHSRC = $(LIBSRC)/Xau
          XLIBSRC = $(LIBSRC)/X
           XMUSRC = $(LIBSRC)/Xmu
       TOOLKITSRC = $(LIBSRC)/Xt
       AWIDGETSRC = $(LIBSRC)/Xaw
       OLDXLIBSRC = $(LIBSRC)/oldX
      XDMCPLIBSRC = $(LIBSRC)/Xdmcp
      BDFTOSNFSRC = $(FONTSRC)/bdftosnf
      BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
      BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
     MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
         FSLIBSRC = $(FONTSRC)/lib/fs
    FONTSERVERSRC = $(FONTSRC)/server
     EXTENSIONSRC = $(TOP)/extensions
         XILIBSRC = $(EXTENSIONSRC)/lib/xinput
      PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX

# $XConsortium: sunLib.tmpl,v 1.14.1.1 92/03/17 14:58:46 rws Exp $

SHLIBLDFLAGS = -assert pure-text
PICFLAGS = -pic

  DEPEXTENSIONLIB =
     EXTENSIONLIB = -lXext

          DEPXLIB = $(DEPEXTENSIONLIB)
             XLIB = $(EXTENSIONLIB) -lX11

        DEPXMULIB = $(USRLIBDIR)/libXmu.sa.$(SOXMUREV)
       XMULIBONLY = -lXmu
           XMULIB = -lXmu

       DEPOLDXLIB =
          OLDXLIB = -loldX

      DEPXTOOLLIB = $(USRLIBDIR)/libXt.sa.$(SOXTREV)
         XTOOLLIB = -lXt

        DEPXAWLIB = $(USRLIBDIR)/libXaw.sa.$(SOXAWREV)
           XAWLIB = -lXaw

        DEPXILIB =
           XILIB = -lXi

        SOXLIBREV = 4.10
          SOXTREV = 4.10
         SOXAWREV = 5.0
        SOOLDXREV = 4.10
         SOXMUREV = 4.10
        SOXEXTREV = 4.10
      SOXINPUTREV = 4.10

      DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
         XAUTHLIB =  -lXau
      DEPXDMCPLIB = $(USRLIBDIR)/libXdmcp.a
         XDMCPLIB =  -lXdmcp

        DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a
           PHIGSLIB =  -lphigs

       DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a
          XBSDLIB =  -lXbsd

 LINTEXTENSIONLIB = $(LINTLIBDIR)/llib-lXext.ln
         LINTXLIB = $(LINTLIBDIR)/llib-lX11.ln
          LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln
        LINTXTOOL = $(LINTLIBDIR)/llib-lXt.ln
          LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln
           LINTXI = $(LINTLIBDIR)/llib-lXi.ln
        LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln

          DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)

         DEPLIBS1 = $(DEPLIBS)
         DEPLIBS2 = $(DEPLIBS)
         DEPLIBS3 = $(DEPLIBS)

# -------------------------------------------------------------------------
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $

# -------------------------------------------------------------------------
# start of Imakefile

## Copyright (c) 1986, 1991  Stanley T. Shebs.
## This program may be used, copied, modified, and redistributed freely
## for noncommercial purposes, so long as this notice remains intact.

## Imakefile created 3/18/92  Eric Ziegast

## Lint may need option to increase working space.
## LINTFLAGS=-ahqv

## ******* USER-DEFINABLE OPTIONS ************************

## This name sets the default period for xconq.  The standard period is
## based on WWII and thus most familiar, although it lacks some realism.
## The library includes many other periods, some variations on the stan-
## dard period, and others that are for completely different games.
##
## To use another period from the lib directory, define PERIOD with its
## name (without the ".per").  That file will be linked into the source
## directory as "standard.c".

PERIOD=standard

## Games usually have their manuals put in section 6 of the
## manual pages.  Edit the suffix if necessary.

MANSUFFIX=6
MANDIR=$(MANSOURCEPATH)$(MANSUFFIX)

## The {n,t,g,sq}roff command you use to generate ASCII docs
## from manuscript (ms) format.

NROFF=nroff -ms

## If you want to change any of the names, do so here

PROGRAM1=xconq
PROGRAM2=cconq
PROGRAMS=$(PROGRAM1) $(PROGRAM2)

## XCONQLIB is where the period/map/scenario files will be installed.
## The default is amongst other X applications libraries.

XCONQLIB=/tmp/judd/xc5.5.1/lib

## XAPPLRESDIR is where the application resource defaults are installed.
## Normally this is in the app-defaults directory of the standard library
## directory.  As an alternative, you may install the defaults (from
## Xconq.ad) in your .Xdefaults file or use xrdb(1) to load them.

XAPPLRESDIR=$(XCONQLIB)
## XAPPLRESDIR=$(XCONQLIB)   # as an alternative

## XFONTDIR is only defined if you cannot put the fonts in the standard
## search path and do not want to start xconq from a shell script.

## XFONTDIR=-DXFONTDIR=\"/usr/games/lib/X11fonts/\"

## XCONQBIN is where the XConq/Cconq/Per2C programs will be installed.
## Normally this is (should be) the standard X bin directory.  Modify
## if necessary.

XCONQBIN=/usr/local/games/

## If your system uses different curses libs, change them here

CURSESLIB=-lcurses -ltermlib

## If your system needs strcasecmp, uncomment the definitions below.

BSD_C= # bsd.c
BSD_O= # bsd.o

## Uncomment CRMODE if crmode() is how curses goes into raw mode.
## (Most BSD-derived systems use cbreak() instead, as does xconq.)

CRMODE= #-DUSECRMODE

## If your system does not have bcopy(), comment out the next line (memcpy
## will be used instead.

BCOPY= -DBCOPY

## If your system does not have the select() system call, comment out the
## next line.

SELECT= -DSELECT2

## If you're not running on a UNIX machine which can handle argc/argv
## in the main() routing, comment out the next line

IS_UNIX=-DUNIX

## If you want to force imake to configure for SNF fonts, uncomment
## the line below.

USESNF= #-DSnfFonts

## ******* STOP EDITING HERE UNLESS YOU KNOW WHAT YOU'RE DOING *******

INCLUDES = -I.
EXTRA_DEFINES = -DXCONQLIB=\"$(XCONQLIB)\" -DXAPPLRESDIR=\"$(XAPPLRESDIR)\" \
	$(XFONTDIR) $(CRMODE) $(BCOPY) $(SELECT) $(IS_UNIX) $(USESNF)

## Additional make suffixes supported by this file
.SUFFIXES: $(SUFFIXES) .ms .doc .per

## ******* THE MAIN PROGRAM ***********************

MAINOBJS = xconq.o init.o command.o mplay.o mutil.o mproduce.o mvars.o \
	sergeant.o move.o minit.o attack.o phases.o map.o mkmap.o \
	side.o unit.o order.o util.o input.o help.o period.o \
	ginit.o draw.o output.o standard.o $(BSD_O)

MAINSRCS = xconq.c init.c command.c mplay.c mutil.c mproduce.c mvars.c \
	sergeant.c move.c minit.c attack.c phases.c map.c mkmap.c \
	side.c unit.c order.c util.c input.c help.c period.c \
	ginit.c draw.c output.c standard.c $(BSD_C)

## Xconq objects
OBJS1=$(MAINOBJS) X11.o
SRCS1=$(MAINSRCS) X11.c

## Cconq objects
OBJS2=$(MAINOBJS) curses.o
SRCS2=$(MAINSRCS) curses.c

BINDIR=$(XCONQBIN)

 OBJS = $(OBJS1) $(OBJS2) $(OBJS3)
 SRCS = $(SRCS1) $(SRCS2) $(SRCS3)

all:: $(PROGRAMS)

$(PROGRAM1): $(OBJS1) $(DEPLIBS1)
	$(RM) $@
	$(CC) -o $@ $(LDOPTIONS) $(OBJS1)  $(XLIB) $(LDLIBS)  $(DEPXLIB) $(EXTRA_LOAD_FLAGS)

install:: $(PROGRAM1)
	@if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
	$(INSTALL) -c $(INSTPGMFLAGS)  $(PROGRAM1) $(DESTDIR)$(BINDIR)

install.man:: $(PROGRAM1).man
	@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
	$(INSTALL) -c $(INSTMANFLAGS) $(PROGRAM1).man $(DESTDIR)$(MANDIR)/$(PROGRAM1).$(MANSUFFIX)

saber_$(PROGRAM1):: $(SRCS1)
	# load $(ALLDEFINES) $(SRCS1)  $(XLIB) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)  $(DEPXLIB)

osaber_$(PROGRAM1):: $(OBJS1)
	# load $(ALLDEFINES) $(OBJS1)  $(XLIB) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)  $(DEPXLIB)

depend::
	$(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)

lint:
	$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
	$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)

clean::
	$(RM) $(PROGRAMS)

$(PROGRAM2): $(OBJS2) $(DEPLIBS2)
	$(RM) $@
	$(CC) -o $@ $(LDOPTIONS) $(OBJS2) $(CURSESLIB) $(LDLIBS)  $(EXTRA_LOAD_FLAGS)

saber_$(PROGRAM2):: $(SRCS2)
	# load $(ALLDEFINES) $(SRCS2) $(CURSESLIB) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

osaber_$(PROGRAM2):: $(OBJS2)
	# load $(ALLDEFINES) $(OBJS2) $(CURSESLIB) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

install:: $(PROGRAM2)
	@if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
	$(INSTALL) -c $(INSTPGMFLAGS)  $(PROGRAM2) $(DESTDIR)$(BINDIR)

install.man:: $(PROGRAM2).man
	@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
	$(INSTALL) -c $(INSTMANFLAGS) $(PROGRAM2).man $(DESTDIR)$(MANDIR)/$(PROGRAM2).$(MANSUFFIX)

XAPPLOADDIR=$(XAPPLRESDIR)

install:: XConq.ad
	@if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi
	$(INSTALL) -c $(INSTAPPFLAGS) XConq.ad $(DESTDIR)$(XAPPLOADDIR)/XConq

## ******* DOCS ***********************

.ms.doc:
	$(NROFF) $< > $@

docs: xconq.doc xconq2.doc custom.doc period.doc

clean::
	$(RM) *.doc

## ******* PERIODS ***********************

## Per2C objects
POBJS = per2c.o period.o

per2c:  $(POBJS)
	$(RM) $@
	$(CC) -o $@  $(POBJS) $(LDOPTIONS)   $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) per2c

.per.c:
	$(RM) $@
	per2c < $< > $@

standard.c: per2c lib/$(PERIOD).c
	$(RM) $@
	$(LN) lib/$(PERIOD).c $@

clean::
	$(RM) standard.c lib/$(PERIOD).c

## ******* THE LIBRARY ***********************

install:: ./lib
	@if [ -d $(XCONQLIB) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(XCONQLIB)); fi
	for i in `ls lib`; do (set -x; \
		$(INSTALL) -c $(INSTDATFLAGS) ./lib/$$i $(XCONQLIB)); done

## ******* FONTS ***********************
## The following definitions will install the fonts into a
## subdirectory of the main font path.  As is, you will need
## to use "xset +fp [installed path]" before starting xconq
## or make a shell script to do this automatically.
##
## It is perhaps wiser to install the fonts manually into
## a directory within the standard search path (for example,
## $(FONTDIR)/misc ).  Take your pick.
##
## Macintosh(tm) MacX(tm) users(tm?) must copy the bdf(tm?) files to
## their machines(tm whatever) and run the font installer(no tm, it's
## just a dialog box(tm)) that is built into MacX(tm).

##ifdef SnfFonts
OBJS=xconq.snf standard.snf
##else
OBJS=xconq.pcf standard.pcf
##endif

xconq.pcf: xconq.bdf
	$(FONTC) $(FONTCFLAGS) $? -o $@

standard.pcf: standard.bdf
	$(FONTC) $(FONTCFLAGS) $? -o $@

all:: $(OBJS)

all:: fonts.dir

fonts.dir: $(OBJS)
	$(MKFONTDIR) .

clean::
	$(RM) fonts.dir

clean::
	$(RM) *.snf *.snf.Z *.pcf *.pcf.Z

install:: $(OBJS)
	@if [ -d $(DESTDIR)$(FONTDIR)/misc/xconq ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(FONTDIR)/misc/xconq); fi
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(OBJS); do \
	(set -x; $(INSTALL) -c $(INSTDATFLAGS) $$i $(DESTDIR)$(FONTDIR)/misc/xconq); \
	done

install:: fonts.dir
	@if [ -d $(DESTDIR)$(FONTDIR)/misc/xconq ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(FONTDIR)/misc/xconq); fi
	$(INSTALL) -c $(INSTDATFLAGS) fonts.dir $(DESTDIR)$(FONTDIR)/misc/xconq

## ******** MISCELLANEOUS ***********************

spotless:	clean
	$(RM) -f Makefile.* Imakefile.orig save.xconq* xconq.save *~
	(cd lib;  rm -f *.pcf *.snf fonts.dir)

# -------------------------------------------------------------------------
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) "#"*

Makefile::
	-@if [ -f Makefile ]; then set -x; \
	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

tags::
	$(TAGS) -w *.[ch]
	$(TAGS) -xw *.[ch] > TAGS

saber:
	# load $(ALLDEFINES) $(SRCS)

osaber:
	# load $(ALLDEFINES) $(OBJS)

# -------------------------------------------------------------------------
# empty rules for directories that do not have SUBDIRS - do not edit

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

# -------------------------------------------------------------------------
# dependencies generated by makedepend

