2005-11-17 18:03:14 +00:00
|
|
|
--- makefile.orig Tue Sep 20 09:24:09 2005
|
2006-06-20 11:36:20 +00:00
|
|
|
+++ makefile Thu Nov 17 13:02:40 2005
|
|
|
|
@@ -215,1 +215,1 @@
|
2004-08-01 23:17:59 +00:00
|
|
|
AFLAGS = -f elf
|
2006-06-20 11:36:20 +00:00
|
|
|
|
|
|
|
- PNG_CFLAGS = "$(shell libpng-config --cflags)"
|
|
|
|
-ifndef SDL
|
|
|
|
- ALLEGRO_CFLAGS = "$(shell allegro-config --cflags)"
|
|
|
|
-endif
|
|
|
|
SDL_CFLAGS = "$(shell sdl-config --cflags)"
|
|
|
|
|
|
|
|
- INCDIR += $(PNG_CFLAGS) $(ALLEGRO_CFLAGS) $(SDL_CFLAGS) -I$(X11BASE)/include -I$(LOCALBASE)/include
|
2005-11-17 18:03:14 +00:00
|
|
|
+ INCDIR += ` allegro-config --cflags` `libpng-config --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
|
2006-06-20 11:36:20 +00:00
|
|
|
|
2004-08-01 23:17:59 +00:00
|
|
|
|
|
|
|
DEFINE = -D__RAINE__ \
|
|
|
|
-DRAINE_UNIX \
|