|
|
| File: [Development] / inventor / lib / interaction / src / draggers / GNUmakefile (download)
Revision 1.2, Mon Sep 18 10:45:04 2000 UTC (17 years, 1 month ago) by jlim
Updated makefiles. |
IVDEPTH = ../../../.. include $(IVDEPTH)/make/ivcommondefs CXXFILES = \ SoDraggerInit.c++ SoCenterballDragger.c++ \ SoDirectionalLightDragger.c++ SoDragPointDragger.c++ \ SoDragger.c++ SoHandleBoxDragger.c++ \ SoJackDragger.c++ SoPointLightDragger.c++ \ SoRotateCylindricalDragger.c++ SoRotateDiscDragger.c++ \ SoRotateSphericalDragger.c++ SoScale1Dragger.c++ \ SoScale2Dragger.c++ SoScale2UniformDragger.c++ \ SoScaleUniformDragger.c++ SoSpotLightDragger.c++ \ SoTabBoxDragger.c++ SoTabPlaneDragger.c++ \ SoTrackballDragger.c++ SoTransformBoxDragger.c++ \ SoTransformerDragger.c++ SoTranslate1Dragger.c++ \ SoTranslate2Dragger.c++ all install: $(OBJECTS) include $(IVCOMMONRULES)