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

File: [Development] / inventor / GNUmakefile (download)

Revision 1.4, Sat Mar 24 02:47:41 2001 UTC (16 years, 7 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-8, release-2_1_5-10
Changes since 1.3: +1 -1 lines

Added support for optional FreeType interface.

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


# Use of LSUBDIRS is to allow override using environment variable without
# conflicting with SUBDIRS in subdirectory makefiles.

LSUBDIRS = libimage tools libFL lib libSoXt doc data apps
SUBDIRS = $(LSUBDIRS)

all install $(COMMONTARGS):
	$(SUBDIRS_MAKERULE)


SPECS = sgi-OpenInventor-clients.rpm.spec \
	sgi-OpenInventor-data.rpm.spec \
	sgi-OpenInventor-devel.rpm.spec

TARBALL = oiv.tar.gz

rpms:
	cd ..; rm -f $(TARBALL); tar zcvf $(TARBALL) inventor
	su -c "cp -f ../$(TARBALL) /usr/src/redhat/SOURCES"

	for s in $(SPECS); do \
	  (su -c "cd build; rpm -bb $$s") \
	done;