blob: ee44886dfbe09f324991467df79bca05371b9b77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- makefile.orig Mon Aug 1 12:34:18 2005
+++ makefile Wed Aug 31 15:30:39 2005
@@ -7,7 +7,7 @@
ifndef IGNORE_SPEED
-CFLAGS += -O3 -funroll-all-loops
+CFLAGS += -funroll-all-loops
#profiling
#PROF=-pg -g
@@ -49,11 +49,11 @@
HEADERS=tfm.h
ifndef LIBPATH
- LIBPATH=/usr/lib
+ LIBPATH=${PREFIX}/lib
endif
ifndef INCPATH
- INCPATH=/usr/include
+ INCPATH=${PREFIX}/include
endif
ifndef INSTALL_GROUP
|