ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.23
Committed: Sat Oct 9 22:43:31 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.22: +7 -6 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.19 CPPFLAGS=$(shell sdl-config --cflags)
4 root 1.22 LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
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.23 entity.o: util.h gldebug.h entity.h oct.h view.h event.h
19     oct.o: oct.h util.h gldebug.h view.h event.h entity.h
20     test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h
21     txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h
22     txtprt_import.o: event.h
23     util.o: util.h gldebug.h entity.h oct.h view.h event.h
24     view.o: view.h util.h gldebug.h event.h oct.h