Lines 1-7
Link Here
|
1 |
--- Makefile-orig Tue Nov 7 14:14:11 2006 |
1 |
--- Makefile.orig 2010-01-18 14:32:47.000000000 -0600 |
2 |
+++ Makefile Tue Nov 7 14:20:43 2006 |
2 |
+++ Makefile 2010-01-18 14:39:57.000000000 -0600 |
3 |
@@ -1,8 +1,9 @@ |
3 |
@@ -1,8 +1,9 @@ |
4 |
# Copyright (C) 1990-2006 Bard Ermentrout |
4 |
# Copyright (C) 1990-2009 Bard Ermentrout |
5 |
# Edited for Debian GNU/Linux. |
5 |
# Edited for Debian GNU/Linux. |
6 |
DESTDIR = |
6 |
DESTDIR = |
7 |
-BINDIR = $(DESTDIR)/usr/X11R6/bin |
7 |
-BINDIR = $(DESTDIR)/usr/X11R6/bin |
Lines 12-41
Link Here
|
12 |
# End Debian Edit |
12 |
# End Debian Edit |
13 |
################################# |
13 |
################################# |
14 |
# |
14 |
# |
15 |
@@ -20,10 +21,10 @@ |
15 |
@@ -21,9 +22,9 @@ |
16 |
################################## |
|
|
17 |
# Standard Linux distributions # |
16 |
# Standard Linux distributions # |
18 |
################################## |
17 |
################################## |
19 |
-CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include |
18 |
#CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include |
20 |
+CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include |
19 |
-CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include |
21 |
#CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include |
|
|
22 |
-LDFLAGS= -L/usr/X11R6/lib |
20 |
-LDFLAGS= -L/usr/X11R6/lib |
23 |
-LIBS= -lX11 -lm -ldl |
21 |
-LIBS= -lX11 -lm -ldl |
|
|
22 |
+CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include |
24 |
+LDFLAGS= -L$(LOCALBASE)/lib |
23 |
+LDFLAGS= -L$(LOCALBASE)/lib |
25 |
+LIBS= -lX11 -lm |
24 |
+LIBS= -lX11 -lm |
26 |
# NOTE: Recent (RedHat 8) versions of GCC seem to no longer have |
25 |
# NOTE: Recent (RedHat 8) versions of GCC seem to no longer have |
27 |
# the integer errno, so compile with the -DNOERRNO option as well |
26 |
# the integer errno, so compile with the -DNOERRNO option as well |
28 |
# |
27 |
# |
29 |
@@ -154,6 +155,8 @@ |
28 |
@@ -154,6 +155,9 @@ |
30 |
###################################################################### |
29 |
###################################################################### |
31 |
# |
30 |
# |
32 |
# |
31 |
# |
33 |
+ |
32 |
+ |
34 |
+all: xppaut |
33 |
+all: xppaut |
|
|
34 |
+ |
35 |
xppaut: mkI77 mkcvode $(OBJECTS) $(AUTOOBJ) |
35 |
xppaut: mkI77 mkcvode $(OBJECTS) $(AUTOOBJ) |
36 |
# |
36 |
# |
37 |
########################################################### |
37 |
########################################################### |
38 |
@@ -188,16 +191,16 @@ |
38 |
@@ -188,16 +192,16 @@ |
39 |
install: xppaut |
39 |
install: xppaut |
40 |
# Make necessary installation directories |
40 |
# Make necessary installation directories |
41 |
mkdir -p $(BINDIR) |
41 |
mkdir -p $(BINDIR) |