1999-10-10 23:24:46 +00:00
|
|
|
--- Makefile.orig Sat Sep 25 00:57:55 1999
|
|
|
|
+++ Makefile Fri Oct 8 03:09:28 1999
|
|
|
|
@@ -5,19 +5,19 @@
|
|
|
|
# If you want to install executive files in another directory, edit the following line.
|
1999-09-07 11:41:37 +00:00
|
|
|
BINDIR=/usr/local/bin
|
1999-10-10 23:24:46 +00:00
|
|
|
# Where your locale dir is
|
1999-09-07 11:41:37 +00:00
|
|
|
-LOCALEDIR=/usr/share/locale
|
|
|
|
+LOCALEDIR=/usr/local/share/locale
|
|
|
|
|
1999-10-10 23:24:46 +00:00
|
|
|
SHELL=sh
|
1999-09-07 11:41:37 +00:00
|
|
|
CC=gcc
|
1999-10-10 23:24:46 +00:00
|
|
|
DEFS=-DDATA_DIR=\"$(DATADIR)\"
|
1999-09-07 11:41:37 +00:00
|
|
|
#INCLUDES=-I./ -I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
|
1999-10-10 23:24:46 +00:00
|
|
|
#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk-config --cflags`
|
1999-09-07 11:41:37 +00:00
|
|
|
-INCLUDES=`gtk-config --cflags`
|
|
|
|
+INCLUDES=`gtk12-config --cflags`
|
1999-10-10 23:24:46 +00:00
|
|
|
# The sequence of the "-l" is important when you compile staticly.
|
|
|
|
#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lgdk_imlib -lgdk -lglib -ljpeg -ltiff -lpng \
|
|
|
|
# -lz -lgif -lXi -lXext -lX11 -lm
|
|
|
|
#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk-config --libs`
|
1999-09-07 11:41:37 +00:00
|
|
|
-LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk-config --libs` -lXi -lXext -lX11 -lm
|
2000-02-18 00:36:54 +00:00
|
|
|
+LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lungif `gtk12-config --libs` -lXi -lXext -lX11 -lm
|
1999-09-07 11:41:37 +00:00
|
|
|
CFLAGS= -g -O2 -Wall
|
|
|
|
|
|
|
|
INSTALL = /usr/bin/install -c
|