comparison TaskManager/Test/simple_render/Makefile @ 73:811ffebd8deb

*** empty log message ***
author gongo
date Mon, 18 Feb 2008 03:34:35 +0900
parents 475e04db46c0
children 5a1a5f4c28fd
comparison
equal deleted inserted replaced
72:cf36120bc158 73:811ffebd8deb
11 CFLAGS = -g -Wall# -DDEBUG 11 CFLAGS = -g -Wall# -DDEBUG
12 INCLUDE = -I../../../include/TaskManager -I. 12 INCLUDE = -I../../../include/TaskManager -I.
13 13
14 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\ 14 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\
15 15
16 LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL \ 16 LIBS = `sdl-config --libs` -lSDL_image -lGL \
17 `xml2-config --libs`\ 17 `xml2-config --libs`\
18 -L../../ -lmanager# -lspe2 -lpthread 18 -L../../ -lmanager -lspe2 -lpthread
19 19
20 .SUFFIXES: .cpp .o 20 .SUFFIXES: .cpp .o
21 21
22 .cpp.o: 22 .cpp.o:
23 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 23 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@