[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / tools / ivfix

File: [Development] / inventor / apps / tools / ivfix / GNUmakefile (download)

Revision 1.2, Mon Sep 18 09:41:03 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: +8 -31 lines

Updated makefiles and miscellaneous other fixes.

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

PROGRAM = ivfix

CXXFILES = \
	ivfix.c++ 	\
	IfBuilder.c++	\
	IfCollector.c++	\
	IfCondenser.c++	\
	IfFixer.c++	\
	IfFlattener.c++	\
	IfHasher.c++	\
	IfHolder.c++	\
	IfMerger.c++	\
	IfReplacer.c++	\
	IfReporter.c++	\
	IfShape.c++	\
	IfShapeList.c++	\
	IfSorter.c++	\
	IfStripper.c++	\
	IfTypes.c++	\
	IfWeeder.c++

LLDLIBS = -lInventor

all: all_ivbin

install: install_ivbin

include $(IVCOMMONRULES)