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

Comparing libgender/Makefile (file contents):
Revision 1.19 by root, Wed Oct 6 05:38:26 2004 UTC vs.
Revision 1.20 by root, Wed Oct 6 09:41: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) -lGL -lCg -lCgGL -lGLU 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 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