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

Diff for /inventor/GNUmakefile between version 1.4 and 1.5

version 1.4, 2001/03/24 02:47:41 version 1.5, 2005/01/14 22:49:52
Line 1 
Line 1 
 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;  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>