[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / demos / SceneViewer

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
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -0 lines

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)