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

Comparing libgender/Makefile (file contents):
Revision 1.28 by root, Sun Oct 10 14:18:58 2004 UTC vs.
Revision 1.29 by root, Mon Oct 11 00:05:48 2004 UTC

1CXX=g++ -O6 1CXX=g++ -O6
2CC=g++ -O 2CC=g++ -O
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
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 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines