ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.9
Committed: Sun Oct 3 23:34:02 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -2 lines
Log Message:
und es laeuft

File Contents

# Content
1 CXX=g++ -O6
2 CC=g++ -O
3 CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags)
4 LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL
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