1998-09-28 02:17:33 +00:00
|
|
|
--- Makefile.orig Sat Apr 5 11:08:26 1997
|
|
|
|
+++ Makefile Sun Sep 27 15:25:36 1998
|
|
|
|
@@ -1,10 +1,13 @@
|
1998-08-01 05:00:13 +00:00
|
|
|
####### This section was automatically generated from
|
|
|
|
|
|
|
|
-INCDIR = $(QTDIR)/include
|
|
|
|
+INCDIR = ${X11BASE}/include/X11/qt
|
|
|
|
CFLAGS = -O2 -fno-strength-reduce -Wall -W
|
|
|
|
LIBCFLAGS = -fPIC
|
|
|
|
YACCCFLAGS = -Wno-unused -Wno-parentheses
|
|
|
|
-LFLAGS = -L$(QTDIR)/lib -lqt
|
|
|
|
+LFLAGS = -L${X11BASE}/lib -lqt
|
1998-09-28 02:17:33 +00:00
|
|
|
+.if ${PORTOBJFORMAT} == "elf"
|
|
|
|
+LFLAGS+= -Wl,-rpath,${X11BASE}/lib
|
|
|
|
+.endif
|
1998-08-01 05:00:13 +00:00
|
|
|
CC = gcc
|
|
|
|
MOC = moc
|
|
|
|
SHELL = /bin/sh
|