[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.4, Sat Jun 1 02:22:20 2002 UTC (15 years, 5 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-10
Changes since 1.3: +0 -2 lines

Changed main() return type to int and added fix for Bug 148: Modify build
procedure to allow installation in /usr/local.

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)

include $(IVCOMMONRULES)