Ignore:
Timestamp:
Apr 21, 2008, 11:30:16 AM (16 years ago)
Author:
garnier
Message:

r792@wl-72126: garnier | 2008-04-17 18:09:44 +0200
modif pour test sur un dossier moc

File:
1 edited

Legend:

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

    r776 r777  
    1313sources := $(wildcard src/*.cc)
    1414
     15objects := $(patsubst src/%.cc,$(G4TMPDIR)/%.o,$(sources))
     16
     17dependencies := $(patsubst src/%.cc,$(G4TMPDIR)/%.d,$(sources))
     18
    1519#ifneq ($(G4INTY_BUILD_QT),)
    1620  sources += $(moc_sources)
     21  objects += $(moc_objects)
     22  dependencies += $(moc_dependencies)
    1723#endif
    18 
    19 objects := $(patsubst src/%.cc,$(G4TMPDIR)/%.o,$(sources))
    20 moc_tst := $(shell ls -al * >/Users/garnier/tst)
    21 
    22 dependencies := $(patsubst src/%.cc,$(G4TMPDIR)/%.d,$(sources))
    2324
    2425   g4libraries_to_build :=
     
    4849$(G4LIBDIR)/lib$(name).$(SHEXT): $(G4TMPDIR)/obj.last
    4950        @if [ ! -d $(G4LIBDIR) ] ; then mkdir $(G4LIBDIR) ;fi
    50         @echo Creating shared library $@ ...
     51        @echo Creating shared library $@ ... $(objects)
    5152        @$(RM) $@
    5253#      use architecture specific macro defined in sys/$(G4SYSTEM).gmk
Note: See TracChangeset for help on using the changeset viewer.