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

 1 gs.keenan 1.1 ifeq ($(PEGASUS_OS_TYPE),VMS)
 2               #
 3               # Make this a program instead of a library.
 4               # VMS can only share executables!
 5               #
 6               
 7               PROGRAM = $(addprefix lib,$(LIBRARY))
 8 carson.hovey 1.2 VMSSHARE =/share/symbol_table=$(OBJ_VMSDIRA)]/sysexe
 9 gs.keenan    1.1 SHARE_COPY = YES
10                  
11                  include $(ROOT)/mak/program.mak
12                  
13                  else
14                  
15                  include $(ROOT)/mak/library.mak
16                  
17                  endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2