|
|
| File: [Development] / inventor / apps / demos / SceneViewer / GNUmakefile (download)
Revision 1.5, Fri Jan 7 12:49:28 2005 UTC (12 years, 9 months ago) by jlim
Added application defaults. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = SceneViewer DEMO = $(PROGRAM) CXXFILES = SceneViewer.c++ SoSceneViewer.c++ SvManipList.c++ LLDOPTS += -L../../samples/widgets LLDLIBS = -lInventorWidget -lInventor -lInventorXt all: all_ivbin install: install_ivbin install_ivdemo $(INSTALL) -m 644 jackInTheBox.iv $(IVDEMODATADIR) mkdir -p $(IVAPPLOADDIR) $(INSTALL) -m 644 SceneViewer.eg $(IVAPPLOADDIR)/SceneViewer include $(IVCOMMONRULES)