[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / projects / inventor / doc / help

File: [Development] / projects / inventor / doc / help / GNUmakefile (download)

Revision 1.2, Tue Sep 25 00:45:31 2001 UTC (16 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: +1 -1 lines

Various changes:

  * Fixed Bug 63 and 64.

  * Handled nonstandard sed location.

  * Used for-loop in man page install.

  * Included casts for 64-bit builds.

  * Added placeholder for FreeBSD options.

  * Included unistd.h for getopt() and stdlib.h for malloc().

  * Implemented SoText[23] workaround for glibc-2.2.* iconv().

  * Split long lines in SoHandleBoxDraggerGeom.h and
    SoTransformerDraggerGeom.h in lib/interaction/src/draggers/geom.

  * Added IV_NO_OVERLAYS/OIV_NO_OVERLAYS variables to disable overlay planes.

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

all:

install:
	mkdir -p $(IVHELPDIR)/Inventor
	for h in *.help; do $(INSTALL) -m 644 $$h $(IVHELPDIR)/Inventor; done

include $(IVCOMMONRULES)