[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / lib / database / include / Inventor

File: [Development] / inventor / lib / database / include / Inventor / GNUmakefile (download)

Revision 1.2, Mon Sep 18 10:45:01 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: +10 -13 lines

Updated makefiles.

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

HDRSUBDIR =

HEADERS = \
	Sb.h \
	SbBasic.h \
	SbBox.h \
	SbColor.h \
	SbDict.h \
	SbLinear.h \
	SbPList.h \
	SbString.h \
	SbTime.h \
	SbViewportRegion.h \
	So.h \
	SoDB.h \
	SoInput.h \
	SoLists.h \
	SoOffscreenRenderer.h \
	SoOutput.h \
	SoPath.h \
	SoPickedPoint.h \
	SoPrimitiveVertex.h \
	SoType.h

HEADERS_SUBDIRS = \
	actions \
	bundles \
	caches \
	details \
	elements \
	engines \
	errors \
	events \
	fields \
	misc \
	nodes \
	projectors \
	sensors

all:

install: install_ivheaders
	$(HEADERS_SUBDIRS_MAKERULE)

COMMONPREF = xxx
$(COMMONTARGS): %: $(COMMONPREF)%
	$(HEADERS_SUBDIRS_MAKERULE)

include $(IVCOMMONRULES)