2006-10-01 00:26:53 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgsimpleviewerQT3.cpp\
|
|
|
|
|
2007-02-14 04:32:45 +08:00
|
|
|
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg -lqt-mt $(GL_LIBS) $(OTHER_LIBS)
|
2006-10-01 00:26:53 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgsimpleviewerQT3
|
|
|
|
|
|
|
|
INC += -I/usr/lib/qt3/include
|
|
|
|
|
|
|
|
ifeq ($(ARCH),64)
|
|
|
|
LDFLAGS += -L/usr/lib/qt3/lib64
|
|
|
|
else
|
|
|
|
LDFLAGS += -L/usr/lib/qt3/lib
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|