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

Comparing libgender/Makefile (file contents):
Revision 1.2 by root, Sat Oct 2 12:10:59 2004 UTC vs.
Revision 1.3 by root, Sat Oct 2 15:54:43 2004 UTC

1CC=g++ 1CC=g++
2CPPFLAGS=$(shell sdl-config --cflags) 2CPPFLAGS=$(shell sdl-config --cflags)
3LDLIBS=$(shell sdl-config --libs) -lGL 3LDLIBS=$(shell sdl-config --libs) -lGL
4 4
5test: test.o 5test: test.o entity.o oct.o
6
7test.o: test.C
8 6
9clean: 7clean:
10 rm -f test *.o 8 rm -f test *.o
11 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines