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

Comparing libgender/Makefile (file contents):
Revision 1.21 by root, Thu Oct 7 23:39:43 2004 UTC vs.
Revision 1.22 by root, Fri Oct 8 17:41:11 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 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 8test: test.o entity.o oct.o view.o txtprt_import.o util.o
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines