Changeset 645 for trunk/geant4/config


Ignore:
Timestamp:
Dec 7, 2007, 3:36:32 PM (17 years ago)
Author:
garnier
Message:

3eme version de la correction du ticket #99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/common.gmk

    r644 r645  
    1010endif
    1111G4TMPDIR := $(G4TMP)/$(G4SYSTEM)/$(name)
    12 MOC_HDRS = $(shell grep -l "Q_OBJECT" include/*.hh )
     12moc_inc = $(shell grep -l "Q_OBJECT" include/*.hh )
    1313
    14 moc_files := $(patsubst include/%.hh, src/%_moc.cc, $(MOC_HDRS))
     14moc_files := $(patsubst include/%.hh, src/%_moc.cc, $(moc_inc))
    1515sources := $(wildcard src/*.cc)
    1616sources += $(moc_files)
     
    9898# .PHONY targets are executed regardless of time-stamp of any file of
    9999# same name.
    100 .PHONY: all moc_files obj lib clean clean_libs includes
     100.PHONY: all moc_inc obj lib clean clean_libs includes
    101101
    102102obj: $(G4TMPDIR)/obj.last
Note: See TracChangeset for help on using the changeset viewer.