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

Diff for /pegasus/Makefile between version 1.54.2.3 and 1.55

version 1.54.2.3, 2014/03/12 22:34:58 version 1.55, 2012/05/14 09:12:08
Line 86 
Line 86 
         $(USAGE)"                      $(PEGASUS_HOME)/lib"         $(USAGE)"                      $(PEGASUS_HOME)/lib"
         $(USAGE)"                      $(PEGASUS_HOME)/obj"         $(USAGE)"                      $(PEGASUS_HOME)/obj"
         $(USAGE)"buildmu             - builds the mu utility"         $(USAGE)"buildmu             - builds the mu utility"
         $(USAGE)"buildclientlibs     - Build only the Client and Common libraries"  
         $(USAGE)"setupdevserver      - setup the development server env"         $(USAGE)"setupdevserver      - setup the development server env"
         $(USAGE)"cleandevserver      - cleans the development server env"         $(USAGE)"cleandevserver      - cleans the development server env"
         $(USAGE)"repository          - builds the base repository. Does not remove other"         $(USAGE)"repository          - builds the base repository. Does not remove other"
Line 128 
Line 127 
         $(USAGE)"  After \"cvs update\" or to start over: make new world"         $(USAGE)"  After \"cvs update\" or to start over: make new world"
         $(USAGE)         $(USAGE)
  
   
 listplatforms: FORCE listplatforms: FORCE
         $(USAGE)         $(USAGE)
         $(USAGE)"The $(words $(VALID_PLATFORMS)) valid platforms are:"         $(USAGE)"The $(words $(VALID_PLATFORMS)) valid platforms are:"
Line 274 
Line 272 
         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile.interop replace         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile.interop replace
 endif endif
  
 # buildclientlibs: The libpegclient depends on libpegcommon library.  
 # This build target can be used to build just these two libraries.  
 # With this target, SLP support for clients is not enabled.  
 #  
   
 buildclientlibs: FORCE  
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Common -f Makefile  
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Client -f Makefile  
   
 #---------------------- #----------------------
 # 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
Line 290 
Line 279 
 # #
 setupdevserver: FORCE setupdevserver: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB), true)  
         -$(MAKE) -f Makefile.webAdmin setupwebadmin  
 endif  
         @$(ECHO) "PEGASUS Development Server Runtime Environment configured "         @$(ECHO) "PEGASUS Development Server Runtime Environment configured "
  
 cleandevserver: FORCE cleandevserver: FORCE
Line 358 
Line 344 
  
 rootbundle: rootbundle:
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile
   
 # DO NOT DELETE  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2