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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.7, Wed Jul 4 13:10:26 2001 UTC (22 years, 10 months ago) by sage
Branch: MAIN
Changes since 1.6: +4 -0 lines
Dynamic Library Support:
build libslp first in case of dynamic libraries

ROOT = ..

include $(ROOT)/mak/config.mak

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
DIRS =  slp Pegasus Clients Providers Server
else
DIRS =  Pegasus slp Clients Providers Server
endif

include $(ROOT)/mak/recurse.mak

rebuild: clean depend all

world: depend all
	$(MAKE) -s tests

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2