home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xdbx / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1990-08-28  |  726 b   |  26 lines

  1. #if defined(SunArchitecture) && OSMajorVersion >= 4
  2.         DEFINES = -DSUNOS4
  3. #endif
  4.  
  5. #ifdef UltrixArchitecture
  6. #ifdef MipsArchitecture
  7.         DEFINES = -DBSD -DMIPS
  8. #else
  9.         DEFINES = -DBSD
  10. #endif
  11. #endif
  12.  
  13.         DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  14. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  15.  
  16.            SRCS = calldbx.c command.c dbx.c dialog.c datadpy.c filemenu.c \
  17.           handler.c parser.c regex.c signs.c signals.c source.c \
  18.           utils.c windows.c xdbx.c
  19.  
  20.            OBJS = calldbx.o command.o dbx.o dialog.o datadpy.o filemenu.o \
  21.           handler.o parser.o regex.o signs.o signals.o source.o \
  22.           utils.o windows.o xdbx.o
  23.  
  24. ComplexProgramTarget(xdbx)
  25. InstallAppDefaults(XDbx)
  26.