home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / clients / xcell / Imakefile < prev    next >
Makefile  |  1991-10-03  |  733b  |  29 lines

  1. #define IHaveSubdirs
  2. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  3.  
  4. SUBDIRS = Mods LCR4 LCCR4
  5. INCLUDES = $(XCUINCFLAG)
  6.  
  7. #ifdef FileDir
  8. CELLDIR = \"FileDir/Cell\"
  9. #endif
  10.  
  11. DEFINES = -DDEFFILE=$(CELLDIR)
  12.  
  13. PROGRAMS        = xcell icell
  14. LOCAL_LIBRARIES = $(XCULIB) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  15.  
  16.       SRCS1 = Cell.c klcrt.c lccr.c lccrrr.c lcr.c xcell.c
  17.       OBJS1 = Cell.o klcrt.o lccr.o lccrrr.o lcr.o xcell.o
  18.       SRCS2 = Cell.c klcrt.c lccr.c lccrrr.c lcr.c icell.c 
  19.       OBJS2 = Cell.o klcrt.o lccr.o lccrrr.o lcr.o icell.o
  20.  
  21.     SYSLIBS =
  22.  
  23. ComplexProgramTarget_1(xcell,$(LOCAL_LIBRARIES),$(SYSLIBS))
  24. ComplexProgramTarget_2(icell,$(LOCAL_LIBRARIES),$(SYSLIBS))
  25.  
  26. MakeSubdirs($(SUBDIRS))
  27. DependSubdirs($(SUBDIRS))
  28.  
  29.