|
|
| File: [Development] / inventor / apps / demos / SceneViewer / GNUmakefile (download)
Revision 1.3, Mon Sep 18 09:40:59 2000 UTC (17 years, 1 month ago) by jlim
Updated makefiles and miscellaneous other fixes. |
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 755 $(DEMO).RUNME $(IVDEMOBINDIR) $(INSTALL) -m 644 $(DEMO).about $(IVDEMOBINDIR) $(INSTALL) -m 644 jackInTheBox.iv $(IVDEMODATADIR) include $(IVCOMMONRULES)