[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / converters / ivdowngrade

File: [Development] / inventor / apps / converters / ivdowngrade / GNUmakefile (download)

Revision 1.2, Mon Sep 18 09:40:59 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: +18 -54 lines

Updated makefiles and miscellaneous other fixes.

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

PROGRAM = ivdowngrade

CXXFILES = \
	main.c++ \
	downgradeToV1.c++ \
	downgradeToV2.c++ \
	SoEnvironmentV1.c++ \
	SoPickStyleV1.c++ \
	SoShapeHintsV1.c++ \
	SoTextureCoordinatePlaneV1.c++ \
	SoIndexedTriangleMeshV1.c++ \
	SoWWWAnchorV2.c++ \
	SoWWWInlineV2.c++ \
	SoAsciiTextV2.c++ \
	SoFontStyleV2.c++ \
	SoPackedColorV2.c++ \
	SoVertexPropertyV2.c++ \
	SoLODV2.c++ \
	SoText2V2.c++ \
	SoText3V2.c++

LLDLIBS = -lInventor

all: all_ivbin

install: install_ivbin

include $(IVCOMMONRULES)