ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
cvsroot
/
libgender
/
Makefile
Revision:
1.4
Committed:
Sun Oct 3 02:19:07 2004 UTC
(21 years, 11 months ago) by
root
Branch:
MAIN
Changes since
1.3
:
+3 -1 lines
Log Message:
Added txtprt exporter and libgender importer.
File Contents
#
User
Rev
Content
1
root
1.1
CC=g++
2
CPPFLAGS=$(shell sdl-config --cflags)
3
LDLIBS=$(shell sdl-config --libs) -lGL
4
5
root
1.4
all: test
6
7
test: test.o entity.o oct.o txtprt_import.o
8
root
1.1
9
clean:
10
root
1.2
rm -f test *.o
11
root
1.1