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

Comparing libgender/Makefile (file contents):
Revision 1.26 by root, Sun Oct 10 02:40:18 2004 UTC vs.
Revision 1.27 by root, Sun Oct 10 14:15:15 2004 UTC

3CPPFLAGS=$(shell sdl-config --cflags) 3CPPFLAGS=$(shell sdl-config --cflags)
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o
9 9
10clean: 10clean:
11 rm -f test *.o 11 rm -f test *.o
12 12
13depend: 13depend:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines