/**/#
/**/# This makefile is automatically generated by imake... do not modify
/**/# or you may lose your changes when imake generates makefiles again.
/**/# Ignore this message if you are not using imake.
/**/#


#define	YES	1
#define NO	0


#ifdef ibm032
#define MacroIncludeFile "Rt.macros"
#define MacroFile Rt.macros
#undef ibm032
#define RtArchitecture
#endif ibm032

#ifdef vax
#define MacroIncludeFile "Vax.macros"
#define MacroFile Vax.macros
#undef vax
#define VaxArchitecture
#endif vax

#ifdef sun
#define MacroIncludeFile "Sun.macros"
#define MacroFile Sun.macros
#undef sun
#define SunArchitecture
#endif sun

#ifdef apollo
#define MacroIncludeFile "Apllo.macros"
#define MacroFile Apllo.macros
#undef apollo
#define ApolloArchitecture
#endif apollo

#include MacroIncludeFile

#ifdef ConstructMFLAGS
         MFLAGS = -${MAKEFLAGS}
#endif
        INSTALL = install
           TAGS = ctags
         DEPEND = $(DEPENDSRC)/makedepend
          IMAKE = $(IMAKESRC)/imake
            RGB = $(RGBSRC)/rgb
         CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(DEFINES)
        LDFLAGS = $(CDEBUGFLAGS) $(SYS_LIBRARIES)
   INSTLIBFLAGS = -c -m 0664
      USRLIBDIR = $(DESTDIR)/usr/lib /* for libraries */
         BINDIR = $(DESTDIR)/usr/bin/X11 /* for programs */
         LIBDIR = $(DESTDIR)/usr/lib/X11 /* for fonts, etc */
     LINTLIBDIR = $(DESTDIR)/usr/lib/lint /* for lint libraries */
         INCDIR = $(DESTDIR)/usr/include/X11
   FUTUREINCDIR = $(DESTDIR)/usr/include/X
        FONTDIR = $(LIBDIR)/fonts
         MANDIR = $(DESTDIR)/usr/man/man/**/ManSuffix
      CLIENTSRC = $(TOP)/clients
        DEMOSRC = $(TOP)/demos
         LIBSRC = $(TOP)/lib
        FONTSRC = $(TOP)/fonts
     INCLUDESRC = $(TOP)/include
      SERVERSRC = $(TOP)/server
        UTILSRC = $(TOP)/make
        HACKSRC = $(TOP)/hacks
         DOCSRC = $(TOP)/doc
      DEPENDSRC = $(UTILSRC)/makedepend
       IMAKESRC = $(UTILSRC)/imake
       IMAKELIB = $(UTILSRC)/imake.templates
         RGBSRC = $(UTILSRC)/rgb
        XLIBSRC = $(LIBSRC)/X
         XRMSRC = $(LIBSRC)/Xrm
     TOOLKITSRC = $(LIBSRC)/Xtk
   EXTENSIONSRC = $(TOP)/extensions
        XMANSRC = $(DOCSRC)/Xlib/Xman
   EXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
           XLIB = $(XLIBSRC)/libX.a
        OLDXLIB = $(OLDXLIBSRC)/liboldX.a
       XTOOLLIB = $(TOOLKITSRC)/libXtk.a
         XRMLIB = $(XRMSRC)/libXrm.a
       INCLUDES = -I$(TOP)
      MACROFILE = MacroFile
      IMAKE_CMD = $(NEWTOP)$(IMAKE) -TImake.tmpl \
			-I$(IMAKELIB) \
			-s Makefile
         RM_CMD = rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
			tags TAGS make.log

#include "Imake.rules"
#include INCLUDE_IMAKEFILE

CleanTarget()
MakefileTarget()
TagsTarget()

#ifdef IHaveSubdirs

InstallSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
TagSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))

#else IHaveSubdirs

install::
	@echo "install done"

Makefiles::

#endif IHaveSubdirs

