ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
(Generate patch)

Comparing libgender/Makefile (file contents):
Revision 1.44 by root, Sun Nov 7 03:01:03 2004 UTC vs.
Revision 1.45 by root, Tue Nov 9 22:24:14 2004 UTC

1CXX=g++ -O6 -ggdb 1CXX=g++ -O6 -ggdb
2CC=$(CXX) 2CC=$(CXX)
3CXXFLAGS=$(shell sdl-config --cflags) -DDEBUG 3CXXFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lGLU 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lGLU -lm
5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o shader.o shader_vars.o doom3map_parser.tab.o lex.yy.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o shader.o shader_vars.o doom3map_parser.tab.o lex.yy.o
9 9
40txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h 40txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
41txtprt_import.o: event.h shader.h shader_vars.h material.h 41txtprt_import.o: event.h shader.h shader_vars.h material.h
42util.o: opengl.h util.h entity.h oct.h view.h event.h shader.h shader_vars.h 42util.o: opengl.h util.h entity.h oct.h view.h event.h shader.h shader_vars.h
43util.o: material.h 43util.o: material.h
44view.o: opengl.h view.h util.h event.h shader.h shader_vars.h oct.h 44view.o: opengl.h view.h util.h event.h shader.h shader_vars.h oct.h
45view.o: material.h
46x.o: shader.h opengl.h util.h shader_vars.h
45doom3map_parser.o: entity.h opengl.h util.h oct.h view.h event.h shader.h 47doom3map_parser.o: entity.h opengl.h util.h oct.h view.h event.h shader.h
46doom3map_parser.o: shader_vars.h material.h 48doom3map_parser.o: shader_vars.h material.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines