home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-08-28 | 726 b | 26 lines |
- #if defined(SunArchitecture) && OSMajorVersion >= 4
- DEFINES = -DSUNOS4
- #endif
-
- #ifdef UltrixArchitecture
- #ifdef MipsArchitecture
- DEFINES = -DBSD -DMIPS
- #else
- DEFINES = -DBSD
- #endif
- #endif
-
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-
- SRCS = calldbx.c command.c dbx.c dialog.c datadpy.c filemenu.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 datadpy.o filemenu.o \
- handler.o parser.o regex.o signs.o signals.o source.o \
- utils.o windows.o xdbx.o
-
- ComplexProgramTarget(xdbx)
- InstallAppDefaults(XDbx)
-