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

Comparing libgender/Makefile (file contents):
Revision 1.4 by root, Sun Oct 3 02:19:07 2004 UTC vs.
Revision 1.5 by root, Sun Oct 3 02:38:33 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines