5c53ae5a3b
>From ChangeLog: - Fix the way menu entries are selected with the keyboard. - New keyword : DontSave, Takes a window list as argument. - Sloppy Focus added with keyword "SloppyFocus" in configuration file. - The keyword "ClickToFocus" has been correctly implemented. - New function : f.fittocontent. Can be used only with window boxes. - New keyword : WindowGeometries.
38 lines
902 B
Plaintext
38 lines
902 B
Plaintext
--- Imakefile.orig Tue Dec 11 15:38:52 2001
|
|
+++ Imakefile Fri Jul 5 14:54:29 2002
|
|
@@ -11,7 +11,7 @@
|
|
#undef USE_SOUND
|
|
#define XPM
|
|
#define USEM4
|
|
-#undef X11R6
|
|
+#define X11R6
|
|
#undef I18N
|
|
|
|
YFLAGS = -d
|
|
@@ -19,8 +19,8 @@
|
|
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
|
|
|
|
#ifdef XPM
|
|
- XPMLIBDIR =
|
|
- XPMINCDIR =
|
|
+ XPMLIBDIR = -L/usr/X11R6/lib
|
|
+ XPMINCDIR = -I/usr/X11R6/include
|
|
|
|
XPMDEFINES = -DXPM
|
|
XPMLIB = $(XPMLIBDIR) -lXpm
|
|
@@ -145,14 +145,6 @@
|
|
NormalLibraryTarget(ctwm, libctwm.o)
|
|
ComplexProgramTarget(ctwm)
|
|
InstallNonExecFile(system.ctwmrc,$(TWMDIR))
|
|
-#ifdef XPM
|
|
-install:: xpm
|
|
- MakeDir($(DESTDIR)$(TWMDIR)/images)
|
|
- @case '${MFLAGS}' in *[i]*) set +e;; esac; \
|
|
- for i in xpm/?* ; do \
|
|
- (set -x; $(INSTALL) -c $(INSTLIBFLAGS) $$i $(DESTDIR)$(TWMDIR)/images); \
|
|
- done
|
|
-#endif
|
|
|
|
gram.h gram.c: gram.y
|
|
$(YACC) $(YFLAGS) gram.y
|