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

Diff for /pegasus/Makefile between version 1.54 and 1.55

version 1.54, 2010/10/29 05:29:46 version 1.55, 2012/05/14 09:12:08
Line 154 
Line 154 
 #----------------------- #-----------------------
 # build target: builds all source # build target: builds all source
 # #
 build: cimprovagt32depend cimprovagt32 depend all setupdevserver  build: cimprovagt32depend cimprovagt32 depend renameinterop all setupdevserver
  
 #------------------------ #------------------------
 # rebuild target is being deprecated instead use "make new build" # rebuild target is being deprecated instead use "make new build"
Line 253 
Line 253 
 buildmu: FORCE buildmu: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/mu -f Makefile         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/mu -f Makefile
  
   ##########################################################################
   #
   # renameinterop: This is with regard to PEP304, build time option.
   # There are many test cases and result files where namespace name
   # root/PG_InterOp is hardcoded. So this searches for root/PG_InterOp
   # and changes that to "interop" or "root/interop".
   #
   # This uses mu replace internally. The original files are all saved as
   # filename.save. These file can be restored by running
   # make -f Makefile.interop restore
   #
   renameinterop: buildmu
   ifeq ($(PEGASUS_INTEROP_NAMESPACE),root/interop)
           $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile.interop replace
   endif
   ifeq ($(PEGASUS_INTEROP_NAMESPACE),interop)
           $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile.interop replace
   endif
   
 #---------------------- #----------------------
 # setupdevserver and cleandevserver are used to setup and clear the # setupdevserver and cleandevserver are used to setup and clear the
 # server configuration files needed to run the server in a development # server configuration files needed to run the server in a development


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2