|
|
| File: [Development] / inventor / apps / demos / noodle / GNUmakefile (download)
Revision 1.5, Sat Jun 1 02:22:20 2002 UTC (15 years, 5 months ago) by jlim
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 = 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 644 defaultTexture.rgb $(IVDEMODATADIR) include $(IVCOMMONRULES)