21 lines
360 B
Makefile
21 lines
360 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgcamera.cpp\
|
|
|
|
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -lOpenThreads
|
|
|
|
INSTFILES = \
|
|
$(CXXFILES)\
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
EXEC = osgcamera
|
|
|
|
INC += $(X_INC)
|
|
#LDFLAGS += -L/usr/X11R6/lib
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|