ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.18
Committed: Tue Oct 5 07:09:17 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: knowngood
Changes since 1.17: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.8 CXX=g++ -O6
2 root 1.7 CC=g++ -O
3 root 1.17 CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags)
4 root 1.18 LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL -lCg -lCgGL -lGLU
5 root 1.1
6 root 1.4 all: test
7    
8 root 1.8 test: test.o entity.o oct.o view.o txtprt_import.o util.o
9 root 1.1
10     clean:
11 root 1.2 rm -f test *.o
12 root 1.1
13 root 1.10 depend:
14 root 1.13 makedepend -Y *.C >/dev/null 2>&1
15 root 1.10
16     # DO NOT DELETE
17    
18 root 1.14 entity.o: util.h entity.h oct.h view.h
19     oct.o: oct.h util.h view.h entity.h
20     test.o: entity.h util.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
23     view.o: oct.h util.h view.h