/* * Possible additions to DEFINES (with their hardcoded defaults) * * -DDEFEDITOR=\"/usr/ucb/vi\" - path to default editor * -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer * -DTILDE_EXPANSION - perform ~ expansion on filenames */ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\" SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \ actions.c functions.c OBJS = help.o init.o popup.o util.o callbacks.o window.o main.o \ actions.o functions.o INCLUDES = -Iregexp LOCAL_LIBRARIES = -Lregexp -lregexp XawClientLibs DEPLIBS = ./regexp/libregexp.a XawClientDepLibs SUBDIRS = regexp #define IHaveSubdirs 1 #ifndef PassCDebugFlags #define PassCDebugFlags #endif MakeSubdirs($(SUBDIRS)) ComplexProgramTarget(xless) InstallNonExec(xless.help, $(LIBDIR)) InstallAppDefaults(XLess) #if ProjectX >= 5 /* * Only users of X11R5 (and beyond) can automatically use the color defaults */ InstallAppDefaultsLong(XLess-co,XLess-color) #endif