| version 1.4, 2001/03/24 02:47:41 |
version 1.5, 2005/01/14 22:49:52 |
|
|
| IVDEPTH = . |
IVDEPTH = . |
| include $(IVDEPTH)/make/ivcommondefs |
include $(IVDEPTH)/make/ivcommondefs |
| |
|
| |
|
| # Use of LSUBDIRS is to allow override using environment variable without |
# Use of LSUBDIRS is to allow override using environment variable without |
| # conflicting with SUBDIRS in subdirectory makefiles. |
# conflicting with SUBDIRS in subdirectory makefiles. |
| |
|
| Line 10 SUBDIRS = $(LSUBDIRS) |
|
| Line 9 SUBDIRS = $(LSUBDIRS) |
|
| |
|
| all install $(COMMONTARGS): |
all install $(COMMONTARGS): |
| $(SUBDIRS_MAKERULE) |
$(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; |
|