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

Comparing libgender/Makefile (file contents):
Revision 1.3 by root, Sat Oct 2 15:54:43 2004 UTC vs.
Revision 1.4 by root, Sun Oct 3 02:19:07 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
5all: test
6
5test: test.o entity.o oct.o 7test: test.o entity.o oct.o txtprt_import.o
6 8
7clean: 9clean:
8 rm -f test *.o 10 rm -f test *.o
9 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines