(file) Return to dynamic-library.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / dynamic-library.mak (download)
Revision: 1.3, Tue Mar 29 21:41:39 2005 UTC (19 years, 1 month ago) by carson.hovey
Branch: MAIN
Changes since 1.2: +7 -0 lines
BUG#: 3188
TITLE: ProviderManager: No rule to make target- tests on OpenVMS

DESCRIPTION: Add the target called- tests to the OS specific section of dynamic-library.mak

ifeq ($(PEGASUS_OS_TYPE),VMS)
#
# Make this a program instead of a library.
# VMS can only share executables!
#

PROGRAM = $(addprefix lib,$(LIBRARY))
VMSSHARE =/share/symbol_table=$(OBJ_VMSDIRA)]/sysexe
SHARE_COPY = YES

include $(ROOT)/mak/program.mak

tests: $(ERROR)

#l10n
messages: $(ERROR)

poststarttests: $(ERROR)

else

include $(ROOT)/mak/library.mak

endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2