ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.6
Committed: Sun Oct 3 04:16:06 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 CXX=g++ -O3
2     CC=g++ -O3
3 root 1.1 CPPFLAGS=$(shell sdl-config --cflags)
4     LDLIBS=$(shell sdl-config --libs) -lGL
5    
6 root 1.4 all: test
7    
8 root 1.5 test: test.o entity.o oct.o txtprt_import.o util.o
9 root 1.1
10     clean:
11 root 1.2 rm -f test *.o
12 root 1.1