|
|
@ -56,20 +56,17 @@ define Build/Compile |
|
|
|
all install
|
|
|
|
all install
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
ifneq ($(CONFIG_PACKAGE_linux-atm),) |
|
|
|
define Build/InstallDev |
|
|
|
define Build/InstallDev
|
|
|
|
$(INSTALL_DIR) $(1)/usr
|
|
|
|
mkdir -p $(1)/usr/include
|
|
|
|
$(CP) \
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/src/include/atm{,d,sap}.h \
|
|
|
|
$(PKG_INSTALL_DIR)/usr/include \
|
|
|
|
$(1)/usr/include/
|
|
|
|
$(PKG_INSTALL_DIR)/usr/lib \
|
|
|
|
mkdir -p $(1)/usr/lib
|
|
|
|
$(1)/usr/
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/src/lib/.libs/libatm.{a,so*} \
|
|
|
|
endef |
|
|
|
$(1)/usr/lib/
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define Package/linux-atm/install |
|
|
|
define Package/linux-atm/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/src/lib/.libs/libatm.so.* $(1)/usr/lib/
|
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.so* $(1)/usr/lib/
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define Package/atm-tools/install |
|
|
|
define Package/atm-tools/install |
|
|
|