Ignore:
Timestamp:
Jan 5, 2011, 12:20:17 PM (13 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/globlib.gmk

    r1045 r1349  
    1 # $Id: globlib.gmk,v 1.29 2009/02/26 16:40:40 gcosmo Exp $
     1# $Id: globlib.gmk,v 1.30 2010/09/30 09:04:01 gcosmo Exp $
    22# --------------------------------------------------------------
    33# Script for compound libraries.  Gabriele Cosmo, 25/6/98.
     
    1212G4LIBDIR = $(G4LIB)/$(G4SYSTEM)
    1313
    14 .PHONY : all glob global objs includes clean clean_libs wipe_libs
     14.PHONY : all glob global obj objs includes clean clean_libs wipe_libs
    1515
    1616all: makesub
     
    9191endif
    9292
     93obj:
     94        @for dir in $(SUBDIRS); \
     95          do (cd $$dir; $(MAKE) -q obj && ok=yes; \
     96            if [ $$ok ]; \
     97            then echo Nothing to be done for lib$(name) in $$dir/.; \
     98            else $(MAKE) obj; \
     99            fi; ) \
     100          done
     101
    93102objs:
    94103        @for dir in $(SUBDIRS); \
Note: See TracChangeset for help on using the changeset viewer.