/* xtexcad 1.2 - Imakefile */
/* K.Zitzmann 2/92 */
/* If your version of the gcc is NOT able to link with shared libraries */
/* you can use the cc to reduce the size of the code. */
/* ( in this case you have to link the gnu-lib explicitly ) */

#ifdef BandAidCompiler
#include BandAidCompiler
#endif

        DEFINES = -I../server
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
  SYS_LIBRARIES = -lm -ll
           SRCS = oberfl.c ereignis.c file_sel.c pickedit.c graphics.c yyscan.l io_trans.c 
           SRCS = SRCS extdef.h pics.h x_stuff.h oberfl.h ereignis.h file_sel.h pickedit.h
           SRCS = SRCS graphics.h yyscan.h io_trans.h
           OBJS = oberfl.o ereignis.o file_sel.o pickedit.o graphics.o yyscan.o io_trans.o

/* overrides -O option */

    CDEBUGFLAGS = -w 
	     CC = gcc
	     


ComplexProgramTarget(xtexcad)
InstallAppDefaults(Xtexcad)
