1997-08-28 04:21:32 +00:00
|
|
|
--- fig2dev/Imakefile.orig Mon Aug 25 20:51:04 1997
|
|
|
|
+++ fig2dev/Imakefile Mon Aug 25 20:54:14 1997
|
|
|
|
@@ -37,7 +37,7 @@
|
|
|
|
XCOMM inline functions. With the "INLINE" keyword, you should notice that
|
|
|
|
XCOMM the display will be a bit faster in complex figures
|
1995-01-28 18:37:02 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
-XCOMM USEINLINE = -DUSE_INLINE
|
|
|
|
+USEINLINE = -DUSE_INLINE
|
1995-01-28 18:37:02 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
XCOMM Uncomment the XPM variables here if you have the XPM (color pixmap)
|
|
|
|
XCOMM package and you would like to allow XPM files.
|
|
|
|
@@ -100,8 +100,8 @@
|
|
|
|
XCOMM Hint: Users of LaTeX2e will probably want to include both of these
|
|
|
|
XCOMM options; users of LaTeX 2.09 will probably want to include neither.
|
1995-01-07 11:01:52 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
-XCOMM DDNFSS = -DNFSS
|
|
|
|
-XCOMM DDEPSF = -DEPSF
|
|
|
|
+DDNFSS = -DNFSS
|
|
|
|
+DDEPSF = -DEPSF
|
1996-08-10 02:10:40 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
XCOMM For Linux machines or any machines that have a separate library for
|
|
|
|
XCOMM the database management routines, uncomment the following line
|
|
|
|
@@ -138,7 +138,7 @@
|
1996-08-10 02:10:40 +00:00
|
|
|
|
|
|
|
#ifdef USEINSTALLEDJPEG
|
|
|
|
JPEGLIBDIR = /usr/local/lib
|
|
|
|
-JPEGINCDIR = /usr/include/X11
|
|
|
|
+JPEGINCDIR = /usr/local/include
|
1997-08-28 04:21:32 +00:00
|
|
|
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
|
1996-08-10 02:10:40 +00:00
|
|
|
#else
|
|
|
|
JPEGLIBDIR = ../../jpeg
|
1997-08-28 04:21:32 +00:00
|
|
|
@@ -175,10 +175,10 @@
|
|
|
|
INCLUDES = -I.. -I$(JPEGINCDIR)
|
1996-08-10 02:10:40 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
LOCAL_LIBRARIES = $(LIBTRANSFIG) $(JPEGLIB)
|
|
|
|
-#if defined(NetBSDArchitecture)
|
|
|
|
+#if defined(NetBSDArchitecture)
|
|
|
|
SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
|
|
|
|
#else
|
1995-01-28 18:37:02 +00:00
|
|
|
-SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm
|
1996-08-10 02:10:40 +00:00
|
|
|
+SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
|
1997-08-28 04:21:32 +00:00
|
|
|
#endif
|
1996-08-10 02:10:40 +00:00
|
|
|
DEPLIBS = $(LIBTRANSFIG)
|
1995-01-07 11:01:52 +00:00
|
|
|
|