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

Diff for /pegasus/mak/common.mak between version 1.7 and 1.8

version 1.7, 2008/10/22 07:55:35 version 1.8, 2008/10/22 12:26:36
Line 53 
Line 53 
         _P1 = $(addprefix $(LIB_DIR)/$(LIB_PREFIX), $(LIBRARIES))         _P1 = $(addprefix $(LIB_DIR)/$(LIB_PREFIX), $(LIBRARIES))
         _P2 = $(addsuffix $(STATLIB_SUFFIX), $(_P1))         _P2 = $(addsuffix $(STATLIB_SUFFIX), $(_P1))
         _P3 = $(addsuffix $(DYNLIB_SUFFIX), $(_P1))         _P3 = $(addsuffix $(DYNLIB_SUFFIX), $(_P1))
         P4 = $(shell echo $(_P2) $(_P3))          _P4 = $(shell echo $(_P2) $(_P3))
         DYNAMIC_LIBRARIES = $(foreach linkfile, $(_P4), $(wildcard $(linkfile)))         DYNAMIC_LIBRARIES = $(foreach linkfile, $(_P4), $(wildcard $(linkfile)))
         FULL_LIBRARIES = $(foreach linkfile, $(_P4), $(wildcard $(linkfile)))         FULL_LIBRARIES = $(foreach linkfile, $(_P4), $(wildcard $(linkfile)))
     else     else


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2