Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 222 → Rev 223

/shark/trunk/config/libdep.mk
310,6 → 310,19
 
endif
 
# FIRST
# ----------------------------------------------------------------
ifeq ($(findstring __FIRST__, $(USELIB)), __FIRST__)
 
INCL += -I$(BASE)/ports/first/include
 
ifeq ($(LIB_PATH)/libfirst.a,$(wildcard $(LIB_PATH)/libfirst.a))
LINK_LIB += -lfirst
LINK_DEP += $(LIB_PATH)/libfirst.a
endif
 
endif
 
# BTTV
# ----------------------------------------------------------------
ifeq ($(findstring __BTTV__, $(USELIB)), __BTTV__)