home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-03-14 | 457 b | 15 lines |
- #ifdef VaxArchitecture
- DEFINES = -DBSD /* Berkeley dbx */
- #endif
-
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-
- SRCS = calldbx.c command.c dbx.c dialog.c handler.c parser.c \
- regex.c signs.c signals.c source.c utils.c windows.c xdbx.c
-
- OBJS = calldbx.o command.o dbx.o dialog.o handler.o parser.o \
- regex.o signs.o signals.o source.o utils.o windows.o xdbx.o
-
- ComplexProgramTarget(xdbx)
- InstallAppDefaults(XDbx)
-