2006-10-01 04:06:26 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgsimpleviewerSDL.cpp\
|
|
|
|
|
2007-02-14 04:32:45 +08:00
|
|
|
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg `sdl-config --libs` $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2006-10-01 04:06:26 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgsimpleviewerSDL
|
|
|
|
|
|
|
|
INC += $(X_INC) `sdl-config --cflags`
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|