blob: 5a9cf905b08e79e9dcd05a9e8ec935a4578dcea7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- ./Imakefile.orig 1994-06-03 01:22:14.000000000 +0200
+++ ./Imakefile 2014-06-13 14:51:12.981736817 +0200
@@ -5,7 +5,8 @@
* -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
* -DTILDE_EXPANSION - perform ~ expansion on filenames
*/
- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
+ 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 \
@@ -24,10 +25,10 @@
#define PassCDebugFlags
#endif
-MakeSubdirs($(SUBDIRS))
+NamedMakeSubdirs(./regexp/libregexp.a,$(SUBDIRS))
ComplexProgramTarget(xless)
-InstallNonExec(xless.help, $(LIBDIR))
+InstallNonExec(xless.help,$(LIBDIR))
InstallAppDefaults(XLess)
#if ProjectX >= 5
|