(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 carson.hovey 1.3 tests: $(ERROR)
14                  
15                  #l10n
16                  messages: $(ERROR)
17                  
18                  poststarttests: $(ERROR)
19                  
20 gs.keenan    1.1 else
21                  
22                  include $(ROOT)/mak/library.mak
23                  
24                  endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2