# 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 <Imakefile>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
#
# Platform-specific parameters may be set in the appropriate .cf
# configuration files.  Site-wide parameters may be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#

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

# platform:  $XConsortium: sun.cf,v 1.38 89/12/23 16:10:10 jim Exp $
# operating system:  SunOS 4.1.1

###########################################################################
# site-specific configuration parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $

            SHELL = /bin/sh

              TOP = ../.
      CURRENT_DIR = ./src

               AR = ar cq
  BOOTSTRAPCFLAGS =
               CC = cc

         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
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

    SHAREDCODEDEF = -DSHAREDCODE
         SHLIBDEF = -DSUNSHLIB

    PROTO_DEFINES =

     INSTPGMFLAGS =

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0664
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -m 4755

          DESTDIR =

     TOP_INCLUDES = -I$(INCROOT)

      CDEBUGFLAGS = -O4
        CCOPTIONS = -pipe
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
   LDCOMBINEFLAGS = -X -r

        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.63 89/12/18 16:46:44 jim Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $

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

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           AWMDIR = $(LIBDIR)/awm
           TWMDIR = $(LIBDIR)/twm
           GWMDIR = $(LIBDIR)/gwm
          MANPATH = /local/X11R4/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)1
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

        SOXLIBREV = 4.2
          SOXTREV = 4.0
         SOXAWREV = 4.0
        SOOLDXREV = 4.0
         SOXMUREV = 4.0
        SOXEXTREV = 4.0

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = imake
           DEPEND = makedepend
              RGB = rgb
            FONTC = bdftosnf
        MKFONTDIR = mkfontdir
        MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier.sh

        CONFIGSRC = $(TOP)/config
        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
     MKFONTDIRSRC = $(FONTSRC)/mkfontdir
     EXTENSIONSRC = $(TOP)/extensions

  DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a
     EXTENSIONLIB =  -lXext

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

      DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
         XAUTHLIB =  -lXau

        DEPXMULIB =
           XMULIB = -lXmu

       DEPOLDXLIB =
          OLDXLIB = -loldX

      DEPXTOOLLIB =
         XTOOLLIB = -lXt

        DEPXAWLIB =
           XAWLIB = -lXaw

 LINTEXTENSIONLIB = $(USRLIBDIR)/llib-lXext.ln
         LINTXLIB = $(USRLIBDIR)/llib-lX11.ln
          LINTXMU = $(USRLIBDIR)/llib-lXmu.ln
        LINTXTOOL = $(USRLIBDIR)/llib-lXt.ln
          LINTXAW = $(USRLIBDIR)/llib-lXaw.ln

        XWLIBSRC = $(CONTRIBSRC)/toolkits/Xw
        DEPXWLIB = $(USRLIBDIR)/libXw.a
        XWLIB =  -lXw

          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.67 89/12/18 17:14:15 jim Exp $

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

# This is an Imake configuration file for use with cds

# This is the name of the C++ compiler you are using.  Currently
# CDS only works with g++

CXX= CC

# These are the C++ flags to use

CXXFLAGS= -g -DXTFUNCPROTO -DUSE_LIBGXX_INLINES -DSYSV

# Name of Make

MAKE = make

CC=acc

# CDS Version

CDS_VERSION = \"2.00.00\"

CXXINCLUDES =

STD_INCLUDES = -I/usr/tmp/joe/motif/include
STD_DEFINES =

EXTRA_LOAD_FLAGS = -L/local/X11R4/lib -L/usr/tmp/joe/motif/lib

BUILTIN_LIB =

# The lines below probably don't need to be changed

.SUFFIXES: .o .cc .c .yacc .lex

.yacc.o:
	$(RM) yy.tmp lex.tmp yy.lex.cc
	yacc $*.yacc
	lex $*.lex
	cat y.tab.c | \
	sed -e "s/extern char \*malloc()\, \*realloc();//g" \
	    -e "s/yyparse() {/int "$*"::yyparse() {/g" \
	    -e 's/yyparse()$$/'$*"::yyparse()/g" \
	    -e "s/# define YYLMAX 200/# define YYLMAX 20000/g"\
	    -e "s/char yytext\[YYLMAX\];//g"\
	    -e "s/extern short yyerrflag;//g" \
	    -e "s/extern int yychar;//g" \
	    -e "s/extern int yyprevious;/static int yyprevious/g" \
	    -e "s/short yyexca/static short yyexca/g" \
	    -e "s/short yyact/static const short yyact/g" \
	    -e "s/short yypact/static const short yypact/g" \
	    -e "s/short yypgo/static const short yypgo/g" \
	    -e "s/short yyr1/static const short yyr1/g" \
	    -e "s/short yyr2/static const short yyr2/g" \
	    -e "s/short yychk/static const short yychk/g" \
	    -e "s/short yydef/static const short yydef/g" \
	    -e "s/int yyexca/static int yyexca/g" \
	    -e "s/int yyact/static const int yyact/g" \
	    -e "s/int yypact/static const int yypact/g" \
	    -e "s/int yypgo/static const int yypgo/g" \
	    -e "s/int yyr1/static const int yyr1/g" \
	    -e "s/int yyr2/static const int yyr2/g" \
	    -e "s/int yychk/static const int yychk/g" \
	    -e "s/int yydef/static const int yydef/g" \
	           -e "s/YYSTYPE yylval, yyval;/static YYSTYPE yylval, yyval;/g" \
	    -e "s/struct yysvf \*yyestate/static struct yysvf \*yyestate/g" \
	    -e "s/extern int yychar;//g" \
	    -e "s/extern int yyerrflag;//g" \
	    -e "s/int yychar.*;//g" \
	    -e "s/int yynerrs.*;//g" \
	    -e "s/int yyerrflag.*;//g" \
	    -e "s/int yydebug.*;//g" \
	    -e "s/free(yys)/free((char \*)yys)/g" \
	    -e "s/free(yyv)/free((char \*)yyv)/g" \
	    -e "s/short yyerrflag = 0;//g" > yy.tmp

	cat lex.yy.c | \
	sed -e "s/yylex(){/int "$*"::yylex() {/g"\
	    -e "s/# define YYLMAX 200/# define YYLMAX 20000/g"\
	    -e "s/char yytext\[YYLMAX\];//g"\
	    -e "s/int yyvstop\[\]/static int yyvstop\[\]/g" \
	    -e "s/yysvec/"$*"yysvec/g" \
	    -e "s/yybgin/"$*"yybgin/g" \
	    -e "s/struct yywork \*yytop =/static struct yywork \*yytop =/g" \
            -e "s/int yylineno =1;//g" \
	    -e "s/int yytchar;//g" \
	    -e "s/int yyleng;//g" \
	    -e "s/int yymorfg;//g" \
	    -e "s/char yysbuf\[YYLMAX\];//g" \
	    -e "s/char \*yysptr = yysbuf;//g" \
	    -e "s/extern char \*yysptr, yysbuf\[\];//g"\
	    -e "s/extern int yyprevious;/static int yyprevious;/g" \
	    -e "s/int yyprevious =/static int yyprevious =/g" \
	    -e "s/extern char yytext\[\]//g" \
	    -e "s/yylook(){/int "$*"::yylook(){/g" \
	    -e "s/struct yywork {/static struct yywork {/g" \
	    -e "s/char yymatch/static char yymatch/g" \
	    -e "s/char yyextra/static char yyextra/g" \
	    -e "s/int \*yyfnd/static int \*yyfnd/g" \
	    -e "s/extern struct yysvf \*yyestate;//g" \
	    -e "s/struct yysvf \*yyestate/static struct yysvf \*yyestate/g" \
	           -e "s/struct yysvf \*yylstate/static struct yysvf \*yylstate/g" \
	    -e "/yyback(p\, m)/,/unput(c);\n}/ d" > lex.tmp

	cat yy.tmp lex.tmp | \
	sed -e "s/FILE \*yyin = *{stdin}, \*yyout = *{stdout};//g" \
            -e "s/extern int yylineno;//g" \
		> yy.lex.cc
	$(RM) y.tab.c lex.yy.c yy.tmp lex.tmp
	$(CXX) -c $(CFLAGS) $(CXXFLAGS) $(CXXINCLUDES) yy.lex.cc -o $*.o
	$(RM) yy.lex.cc

AT_LIB=../src.lib/At/libAt.a

CM_LIB=../src.lib/Cm/libCm.a

EXPECT_LIB=../src.lib/expect/libexpect.a

REGEX_LIB=../src.lib/regex/libregex.a

LOCAL_LIBRARIES = \
	../src.cds/libcds.a \
	$(AT_LIB) $(CM_LIB) $(EXPECT_LIB) $(REGEX_LIB) $(VPRINTF_LIB)\
	-lXm -lXt -lX11 -lm -ly -ll $(BUILTIN_LIB)

SRC = main.cc
OBJS = main.o
DEFINES = -DMAIN=cds_main

.cc.o:
	$(RM) $*.o
	${CXX} -c ${CFLAGS} ${CXXFLAGS} $(CXXINCLUDES) $*.cc

 PROGRAM = cds

all:: cds

cds: $(OBJS) $(DEPLIBS)
	$(RM) $@
	$(CXX) $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) -o $@

install:: cds
	$(INSTALL) -c $(INSTPGMFLAGS)   cds $(BINDIR)

install.man:: cds.man
	$(INSTALL) -c $(INSTMANFLAGS) cds.man $(MANDIR)/cds.1

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

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

clean::
	$(RM) $(PROGRAM)

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

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile::
	-@if [ -f Makefile ]; then \
	echo "	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
	$(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

###########################################################################
# 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

