1999-12-23 18:09:31 +00:00
|
|
|
--- makefile.unx.orig Sun Aug 23 05:14:04 1998
|
|
|
|
+++ makefile.unx Tue Dec 7 00:50:56 1999
|
|
|
|
@@ -20,13 +20,13 @@
|
1999-11-26 20:25:32 +00:00
|
|
|
RM=/bin/rm -f
|
|
|
|
SHELL=/bin/sh
|
|
|
|
|
|
|
|
-BINDIR=/usr/local/bin
|
|
|
|
-INCLUDES=-I/usr/openwin/include
|
|
|
|
+BINDIR=${PREFIX}/bin
|
1999-12-23 18:09:31 +00:00
|
|
|
+INCLUDES=-I${X11BASE}/include
|
1999-11-26 20:25:32 +00:00
|
|
|
LIBS=
|
|
|
|
# if you have a strict ANSI compiler, add -D__STDC__
|
|
|
|
DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H
|
1999-12-23 18:09:31 +00:00
|
|
|
OBJ=o
|
|
|
|
-CC=gcc
|
|
|
|
+#CC=gcc
|
|
|
|
|
|
|
|
OBJS=epstool.$(OBJ) gvceps.$(OBJ) ps.$(OBJ)
|
|
|
|
|
1999-11-26 20:25:32 +00:00
|
|
|
@@ -54,5 +54,5 @@
|
|
|
|
-$(RM) epstool
|
|
|
|
|
|
|
|
install: epstool
|
|
|
|
- cp epstool $(BINDIR)
|
|
|
|
- chmod 755 $(BINDIR)/epstool
|
1999-12-23 18:09:31 +00:00
|
|
|
+ ${BSD_INSTALL_PROGRAM} epstool $(BINDIR)
|
1999-11-26 20:25:32 +00:00
|
|
|
+
|