home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-01-03 | 434 b | 16 lines |
- #ifdef BandAidCompiler
- #include BandAidCompiler
- #endif
-
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-
- SRCS = ap.c commands.c list.c modcommand.c option.c \
- popup.c scandir.c search.c toggle.c util.c \
- xfilebrowser.c
- OBJS = ap.o commands.o list.o modcommand.o option.o \
- popup.o scandir.o search.o toggle.o util.o \
- xfilebrowser.o
-
- ComplexProgramTarget(xbrowser)
- InstallAppDefaults(Xbrowser)
-