Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2801
Added Files:
Tag: opengl
Makefile.manual
Log Message:
added manual makefile to avoid slow automake build
--- NEW FILE: Makefile.manual ---
HEADERS = gui.h stage_internal.h model.hh worldfile.hh stage.h
CC = g++
OBS = block.o \
gui_gl.o \
gui_gtk.o \
gui_gtk_prefs.o \
matrix.o \
model.o \
model_callbacks.o \
model_laser.o \
model_load.o \
model_position.o \
model_props.o \
model_ranger.o \
raytrace.o \
stage.c \
typetable.o \
world.o \
worldfile.o \
stest.o
CPPFLAGS= -g -Wall -I.. -I../replace `pkg-config --cflags gtkglext-1.0`
LIBS= `pkg-config --libs gtkglext-1.0`
foo : $(OBS) $(HEADERS)
g++ -o foo $(CPPFLAGS) $(OBS) $(LIBS)
clean :
rm *.o
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit