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

Comparing libgender/Makefile (file contents):
Revision 1.36 by root, Fri Oct 29 23:19:08 2004 UTC vs.
Revision 1.37 by root, Sun Oct 31 22:54:49 2004 UTC

3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG 3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lGLU 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lGLU
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 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o shader.o shader_vars.o y.tab.o lex.yy.o
9
10y.tab.o: y.tab.c lex.yy.c
11
12lex.yy.c: doom3map_lexer.l y.tab.h
13 lex $<
14
15y.tab.h: y.tab.c
16
17y.tab.c: doom3map_parser.y
18 yacc -d $<
9 19
10clean: 20clean:
11 rm -f test *.o 21 rm -f test *.o
12 22
13depend: 23depend:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines