blob: 8fcf63f53d60294f59f2e0d797ea38f725375893 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Makefile.orig Tue Mar 20 08:41:39 2001
+++ Makefile Fri Mar 30 01:06:27 2001
@@ -2,16 +2,15 @@
# the swm.conf file. Normally, you should not have to edit this Makefile.
# Only for testing & devellopment
-CFLAGS = -O0 -Wall -g3 -ggdb -p -H
# 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
|