Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 658 → Rev 659

/shark/trunk/config/libdep.mk
212,6 → 212,19
 
endif
 
# PCL833
# ----------------------------------------------------------------
ifeq ($(findstring __PCL833__,$(USELIB)) , __PCL833__)
INCL += -I$(BASE)/drivers/pcl833/include
ifeq ($(LIB_PATH)/libpcl833.a,$(wildcard $(LIB_PATH)/libpcl833.a))
LINK_LIB += -lpcl833
LIB_DEP += $(LIB_PATH)/libpcl833.a
endif
endif
 
# Parport
# ----------------------------------------------------------------
ifeq ($(findstring __PPORT__,$(USELIB)) , __PPORT__)