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

File: [Development] / inventor / apps / demos / noodle / GNUmakefile (download)

Revision 1.4, Tue Nov 14 02:49:52 2000 UTC (16 years, 11 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-8
Changes since 1.3: +1 -1 lines

Converted help cards to PDF for use with acroread. Replaced use of xconfirm
with xmessage. Changed demo directory to be consistent with IRIX.

IVDEPTH = ../../..
include $(IVDEPTH)/make/ivcommondefs

PROGRAM = noodle
DEMO = $(PROGRAM)

LCXXINCS += -I../../nodes/GeneralizedCylinder

CXXFILES = \
	NoodleSlider.c++ \
	Interface.c++ NoodleSurfaceGizmo.c++ WorldInfo.c++ LineManip.c++ \
	NoodleTextureGizmo.c++ noodle.c++ LineManipHilight.c++  \
	profile.c++

LLDLIBS = \
	../../nodes/GeneralizedCylinder/NurbMaker.o \
	../../nodes/GeneralizedCylinder/Triangulator.o \
	../../nodes/GeneralizedCylinder/GeneralizedCylinder.o \
	-lInventor -lInventorXt

all: all_ivbin

install: install_ivdemo
	$(INSTALL) -m 755 $(DEMO).RUNME $(IVDEMOBINDIR)
	$(INSTALL) -m 644 $(DEMO).about $(IVDEMOBINDIR)
	$(INSTALL) -m 644 defaultTexture.rgb $(IVDEMODATADIR)

include $(IVCOMMONRULES)