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

Comparing libgender/Makefile (file contents):
Revision 1.15 by root, Tue Oct 5 02:14:06 2004 UTC vs.
Revision 1.16 by root, Tue Oct 5 02:17:57 2004 UTC

1CXX=g++ -O6 1CXX=g++ -O6
2CC=g++ -O 2CC=g++ -O
3CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) -I/opt/libsh/include/ 3CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) -I/opt/include/
4LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -L/opt/libsh/lib/ -lsh -lGL 4LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -L/opt/lib/ -lsh -lGL
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