blob: 8afabb2a65ccc120c54a1ad86aaaa016d4e420ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Makefile.orig Mon Mar 19 01:54:40 2001
+++ Makefile Tue Mar 20 12:55:19 2001
@@ -3,16 +3,15 @@
# Only for testing & devellopment
# CFLAGS = -O0 -Wall -g3 -ggdb -p -H
-CFLAGS = -O3 -s
# There should be nothing to edit below this line
# -----------------------------------------------------------------------------
-CC = gcc
+CC ?= gcc
#LDPATH = -L$(XROOT)/lib -L/skiff/local/arm-linux/lib -L/skiff/local/lib/gcc-lib/arm-linux/2.95.2
#INCLPATH = -I$(XROOT)/include -I/skiff/local/include -I/usr/include
-XROOT = /usr/X11R6
+XROOT = ${X11BASE}
INCLPATH = -I$(XROOT)/include
LDPATH = -L$(XROOT)/lib
|