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

File: [Development] / inventor / libSoXt / include / Inventor / Xt / GNUmakefile (download)

Revision 1.2, Mon Sep 18 10:22:53 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: +13 -17 lines

Updated makefiles and miscellaneous other fixes.

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

HDRSUBDIR = Xt

HEADERS = \
	SoXt.h \
	SoXtCursors.h \
	SoXtClipboard.h \
	SoXtComponent.h \
	SoXtDirectionalLightEditor.h \
	SoXtGLWidget.h \
	SoXtIcons.h \
	SoXtLightSliderSet.h \
	SoXtMaterialEditor.h \
	SoXtMaterialList.h \
	SoXtMaterialSliderSet.h \
	SoXtPrintDialog.h \
	SoXtRenderArea.h \
	SoXtResource.h \
	SoXtSliderSet.h \
	SoXtSliderSetBase.h \
	SoXtTransformSliderSet.h

HEADERS_SUBDIRS = devices viewers

all:

install: install_ivheaders
	$(HEADERS_SUBDIRS_MAKERULE)

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

include $(IVCOMMONRULES)