]> git.pld-linux.org Git - packages/MathPlanner.git/blob - MathPlanner3-makefile.patch
- initial release
[packages/MathPlanner.git] / MathPlanner3-makefile.patch
1 --- ./Makefile.org      Fri Jul 12 22:56:17 2002
2 +++ ./Makefile  Sat Jul 13 18:47:57 2002
3 @@ -1,7 +1,9 @@
4  
5  CC = g++
6 -INC = -I/usr/X11R6/include -I/usr/lib/qt3/include/ -I/root/MathPlannerProject/MPL3
7 -LIBS = -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib/qt3/lib -ldl -lXi -lXext -lX11 -lqt-mt
8 +CFLAGS =
9 +LDFLAGS =
10 +INC = -I/usr/X11R6/include -I/usr/lib/qt3/include/ -I. $(CFLAGS)
11 +LIBS = -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib/qt3/lib -ldl -lXi -lXext -lX11 -lqt-mt $(LDFLAGS)
12  FLAGS = -c
13  DEFINE = -D_GNU_SOURCE -D__NO_LONG_DOUBLE_MATH
14    
This page took 0.080416 seconds and 3 git commands to generate.