home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xdbx / part03 / Imakefile < prev    next >
Encoding:
Makefile  |  1989-03-14  |  457 b   |  15 lines

  1. #ifdef VaxArchitecture
  2.     DEFINES = -DBSD        /* Berkeley dbx */
  3. #endif
  4.  
  5. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  6.  
  7.            SRCS = calldbx.c command.c dbx.c dialog.c handler.c parser.c \
  8.           regex.c signs.c signals.c source.c utils.c windows.c xdbx.c
  9.  
  10.            OBJS = calldbx.o command.o dbx.o dialog.o handler.o parser.o \
  11.           regex.o signs.o signals.o source.o utils.o windows.o xdbx.o
  12.  
  13. ComplexProgramTarget(xdbx)
  14. InstallAppDefaults(XDbx)
  15.