Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 701 → Rev 702

/shark/trunk/config/libdep.mk
199,6 → 199,18
LIB_DEP += $(LIB_PATH)/libmp3.a
endif
 
# snapshot
ifeq ($(findstring __SNAPSHOT__,$(USELIB)) , __SNAPSHOT__)
 
INCL += -I$(BASE)/ports/snapshot/include
 
ifeq ($(LIB_PATH)/libsnapshot.a,$(wildcard $(LIB_PATH)/libsnapshot.a))
LINK_LIB += -lsnapshot
LIB_DEP += $(LIB_PATH)/libsnapshot.a
endif
 
endif
 
# 6025e
# ----------------------------------------------------------------
ifeq ($(findstring __6025E__,$(USELIB)) , __6025E__)