Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/GNUmakefile

    r1058 r1228  
    1 # $Id: GNUmakefile,v 1.90 2009/01/23 11:06:13 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.95 2009/11/27 10:55:26 gcosmo Exp $
    22# -----------------------------------------------------------------
    33# "gmake" makes default libraries for each subdomain.
     
    110110        @$(CC) $(CCFLAGS) -o $(G4LIBDIR)/liblist $(G4INSTALL)/config/liblist.c
    111111
    112 dll: banner win32def
     112clean_tmps:
     113        @$(ECHO) "Clearing temporary objects ..."
     114        @rm -rf $(G4LIBDIR)/*.def $(G4LIBDIR)/*.exp
     115        @rm -rf $(G4TMPDIR)/*
     116
     117dll_build: banner win32def
    113118ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
    114119        @$(ECHO) "Verifying existence of global libraries for DLLs ..."
     
    116121        @$(ECHO) "Building Windows DLL libraries ..."
    117122        @$(MAKE) kernel_global G4LIB_BUILD_DLL=1 G4LIB_BUILD_SHARED=1
    118         @$(ECHO) "Clearing temporary DLL objects and temporaries ..."
    119         @rm -rf $(G4LIBDIR)/*.def $(G4LIBDIR)/*.exp
    120         @rm -rf $(G4TMPDIR)/*
    121123ifdef G4LIB_USE_G3TOG4
    122124        @for dir in $(SUBDIR4); do (cd $$dir && $(MAKE)); done;:
     
    124126endif
    125127        @$(ECHO) "Done !"
     128endif
     129
     130dll:
     131ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
     132        @$(MAKE) dll_build
     133        @$(MAKE) clean_tmps
    126134else
    127135        @$(ECHO) "Sorry !"
     
    150158banner:
    151159        @$(ECHO) "*************************************************************"
    152         @$(ECHO) " Installation Geant4 version $$Name: geant4-09-02-ref-02 $ "
     160        @$(ECHO) " Installation Geant4 version $$Name: geant4-09-03 $ "
    153161        @$(ECHO) " Copyright (C) 1994-2009 Geant4 Collaboration                            "
    154162        @$(ECHO) "*************************************************************"
     
    169177        @rm -rf $(G4LIBDIR)
    170178        @rm -rf $(G4BINDIR)
     179        @rm -rf $(G4INSTALL)/source/interfaces/*/moc
     180        @rm -rf $(G4INSTALL)/source/visualization/*/moc
    171181        @rm -rf $(G4INSTALL)/.config/bin/$(G4SYSTEM)
    172182ifdef CFRONT
     
    187197        @$(ECHO) Removing $(G4INCLUDE) ...
    188198        @rm -rf $(G4INCLUDE)
     199        @$(ECHO) Removing Qt moc source files ...
     200        @rm -rf $(G4INSTALL)/source/interfaces/*/moc
     201        @rm -rf $(G4INSTALL)/source/visualization/*/moc
    189202        @$(ECHO) Removing installation configurations ...
    190203        @rm -rf $(G4INSTALL)/.config
Note: See TracChangeset for help on using the changeset viewer.