|
|
| 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
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)