ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.22
Committed: Fri Oct 8 17:41:11 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.21: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 CXX=g++ -O6
2 CC=g++ -O
3 CPPFLAGS=$(shell sdl-config --cflags)
4 LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
5
6 all: test
7
8 test: test.o entity.o oct.o view.o txtprt_import.o util.o
9
10 clean:
11 rm -f test *.o
12
13 depend:
14 makedepend -Y *.C >/dev/null 2>&1
15
16 # DO NOT DELETE
17
18 entity.o: util.h entity.h oct.h view.h
19 oct.o: oct.h util.h view.h entity.h
20 test.o: util.h entity.h oct.h view.h txtprt_import.h
21 txtprt_import.o: txtprt_import.h entity.h util.h oct.h view.h
22 util.o: util.h entity.h oct.h view.h
23 view.o: oct.h util.h view.h