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

 1 mike  1.1 ################################################################################
 2           ##
 3           ## Common definitions used by both program.mak and libraries.mak
 4           ##
 5           ################################################################################
 6           
 7           
 8           FULL_LIBRARIES = $(addprefix $(LIB_DIR)/$(LIB_PREFIX), \
 9               $(addsuffix $(LIB_SUFFIX), $(LIBRARIES)))
10           
11           ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
12           
13               DYNAMIC_LIBRARIES = $(addprefix $(LIB_DIR)/$(LIB_PREFIX), \
14           	$(addsuffix .x, $(LIBRARIES)))
15           
16           else
17           
18               DYNAMIC_LIBRARIES = $(addprefix -l, $(LIBRARIES))
19           
20           endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2