(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile between version 1.53 and 1.54

version 1.53, 2010/02/18 01:47:27 version 1.54, 2010/10/29 05:29:46
Line 50 
Line 50 
 # Define the inclusion of the recurse.mak file to execute the next # Define the inclusion of the recurse.mak file to execute the next
 # level of makefiles defined by the DIRS variable # level of makefiles defined by the DIRS variable
  
 defaultrule: all setupdevserver  defaultrule: cimprovagt32 all setupdevserver
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
Line 154 
Line 154 
 #----------------------- #-----------------------
 # build target: builds all source # build target: builds all source
 # #
 build: depend all setupdevserver  build: cimprovagt32depend cimprovagt32 depend all setupdevserver
  
 #------------------------ #------------------------
 # rebuild target is being deprecated instead use "make new build" # rebuild target is being deprecated instead use "make new build"
Line 177 
Line 177 
 # make new build # make new build
 # make new world # make new world
  
 new: clean repositoryclean  new: cimprovagt32clean clean repositoryclean
  
 #----------------------- #-----------------------
 # world targets: builds everything and dependent on which target may do testing # world targets: builds everything and dependent on which target may do testing
Line 186 
Line 186 
  
 world: build s_unittests servertests world: build s_unittests servertests
  
   ############################
   #
   # rules for building 32 bit provider agent
   #
   cimprovagt32depend: FORCE
   ifdef PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT
           $(MAKE) --directory=$(ROOT) -f Makefile.cimprovagt32 depend
   endif
   cimprovagt32: FORCE
   ifdef PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT
           $(MAKE) --directory=$(ROOT) -f Makefile.cimprovagt32
   endif
   
   cimprovagt32clean: FORCE
   ifdef PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT
           $(MAKE) --directory=$(ROOT) -f Makefile.cimprovagt32 clean
   endif
  
 ############################ ############################
 # #


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2