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

Diff for /pegasus/Makefile between version 1.34 and 1.36.4.1

version 1.34, 2005/10/23 00:58:12 version 1.36.4.1, 2006/04/07 21:15:02
Line 1 
Line 1 
 #//%2005////////////////////////////////////////////////////////////////////////  #//%2006////////////////////////////////////////////////////////////////////////
 #// #//
 #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 #// EMC Corporation; VERITAS Software Corporation; The Open Group. #// EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec Corporation; The Open Group.
 #// #//
 #// Permission is hereby granted, free of charge, to any person obtaining a copy #// Permission is hereby granted, free of charge, to any person obtaining a copy
 #// of this software and associated documentation files (the "Software"), to #// of this software and associated documentation files (the "Software"), to
Line 74 
Line 76 
         $(USAGE)"world               - build unittests servertests"         $(USAGE)"world               - build unittests servertests"
         $(USAGE)         $(USAGE)
         $(USAGE)"Functional rules - Other rules to achieve specified results"         $(USAGE)"Functional rules - Other rules to achieve specified results"
           $(USAGE)"clobber             -removes objects built during compile"
           $(USAGE)"                     specifically the following directories are removed:"
           $(USAGE)"                      $(PEGASUS_HOME)/bin"
           $(USAGE)"                      $(PEGASUS_HOME)/lib"
           $(USAGE)"                      $(PEGASUS_HOME)/obj"
         $(USAGE)"buildmu             - builds the mu utility"         $(USAGE)"buildmu             - builds the mu utility"
         $(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"
Line 88 
Line 95 
         $(USAGE)"unittests           - runs the unit functional test"         $(USAGE)"unittests           - runs the unit functional test"
         $(USAGE)"serverquicktests    - runs quick server tests"         $(USAGE)"serverquicktests    - runs quick server tests"
         $(USAGE)"servertests         - runs basic server tests"         $(USAGE)"servertests         - runs basic server tests"
           $(USAGE)"perftests           - runs basic server performance tests"
         $(USAGE)"standardtests       - runs server extended tests"         $(USAGE)"standardtests       - runs server extended tests"
         $(USAGE)"testusage           - TestMakefile usage"         $(USAGE)"testusage           - TestMakefile usage"
         $(USAGE)"testusage2          - TestMakefile usage2"         $(USAGE)"testusage2          - TestMakefile usage2"
           $(USAGE)"stresstests         - runs the default stresstests"
         $(USAGE)         $(USAGE)
         $(USAGE)"--------------------"         $(USAGE)"--------------------"
         $(USAGE)"Quick start:"         $(USAGE)"Quick start:"
Line 191 
Line 200 
 servertests: FORCE servertests: FORCE
         @ $(MAKE) -f TestMakefile servertests         @ $(MAKE) -f TestMakefile servertests
  
   perftests: FORCE
           @ $(MAKE) -f TestMakefile perftests
   
 s_unittests: FORCE s_unittests: FORCE
         @ $(MAKE) -f TestMakefile -s unittests         @ $(MAKE) -f TestMakefile -s unittests
  
Line 212 
Line 224 
 testusage2: FORCE testusage2: FORCE
         @ $(MAKE) -f TestMakefile usage2         @ $(MAKE) -f TestMakefile usage2
  
   stresstests:
           @$(MAKE) "-SC" test/StressTests clean
           @$(ECHO) "Building PEGASUS StressTests"
           @$(MAKE) "-SC" test/StressTests
           @$(MAKE) "-SC" test/StressTests/testClient clean
           @$(MAKE) "-SC" test/StressTests/testClient
           @$(MAKE) "-SC" test/StressTests/testClient/ModelWalkStressClient clean
           @$(MAKE) "-SC" test/StressTests/testClient/ModelWalkStressClient
           @$(MAKE) "-SC" test/StressTests/testClient/WrapperStressClient clean
           @$(MAKE) "-SC" test/StressTests/testClient/WrapperStressClient
           @$(MAKE) "-SC" test/StressTests/tests stresstests
   
   
  
 ########################################################################## ##########################################################################
 # #
Line 236 
Line 261 
 cleandevserver: FORCE cleandevserver: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run_clean         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run_clean
  
   clobber: FORCE
           - $(RMDIRHIER) $(PEGASUS_HOME)/bin
           - $(RMDIRHIER) $(PEGASUS_HOME)/lib
           - $(RMDIRHIER) $(PEGASUS_HOME)/obj
   
  
 #--------------------- #---------------------
 # The repository Target removes and rebuilds the CIM repository # The repository Target removes and rebuilds the CIM repository


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.36.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2