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

Comparing libgender/Makefile (file contents):
Revision 1.7 by root, Sun Oct 3 04:25:39 2004 UTC vs.
Revision 1.8 by root, Sun Oct 3 05:10:45 2004 UTC

1CXX=g++ -O6 -funroll-all-loops 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 4LDLIBS=$(shell sdl-config --libs) -lGL
5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o txtprt_import.o util.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o
9 9
10clean: 10clean:
11 rm -f test *.o 11 rm -f test *.o
12 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines