[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / lib / interaction / src / draggers

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
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-8, release-2_1_5-10, HEAD
Changes since 1.1: +3 -11 lines

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)