blob: 4691d4dbf98dbe039b49b167959b31e8be6cf898 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- Makefile.orig Mon Aug 8 02:18:41 2005
+++ Makefile Tue Aug 23 02:21:13 2005
@@ -22,7 +22,7 @@
# (Note that this is unable to delete the dumbask
# executable if the configuration is absent.)
-MAKEFILE = Makefile.rdy
+MAKEFILE = Makefile
.PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs
@@ -231,10 +231,10 @@
endif
endif
-CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS)
-CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS)
+CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(OFLAGS)
+CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(DBGFLAGS)
LDFLAGS := -s
|