diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:32:10 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:32:10 +0100 |
| commit | b700bbdede249dd290dc67ff2ebdaf730e3ffa6a (patch) | |
| tree | 53c9e6bbdee8b73c4061d0132776791a8ab46787 /target/tools/lzma/Makefile | |
| parent | 9e358d94cc283c8022091e67fe3ca0580301a62a (diff) | |
move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
Diffstat (limited to 'target/tools/lzma/Makefile')
| -rw-r--r-- | target/tools/lzma/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/target/tools/lzma/Makefile b/target/tools/lzma/Makefile deleted file mode 100644 index 23cbc7f73..000000000 --- a/target/tools/lzma/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= lzma -PKG_VERSION:= 4.65 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 434e51a018b4c8ef377bf81520a53af0 -PKG_SITES:= http://downloads.openwrt.org/sources/ - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 -#WRKDIST= ${WRKDIR}/$(PKG_NAME)${PKG_VERSION} - -include ../rules.mk - -all: ${STAGING_HOST_DIR}/bin/lzma - -UTIL_DIR=$(WRKBUILD)/C/LzmaUtil -ALONE_DIR=$(WRKBUILD)/CPP/7zip/Compress/LZMA_Alone - -$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - $(MAKE) -C $(UTIL_DIR) -f makefile.gcc - $(MAKE) -C $(ALONE_DIR) -f makefile.gcc - touch $@ - -${STAGING_HOST_DIR}/bin/lzma: $(WRKBUILD)/.compiled - $(INSTALL_BIN) $(WRKBUILD)/CPP/7zip/Compress/LZMA_Alone/lzma_alone \ - $(STAGING_DIR)/bin/lzma - -include $(TOPDIR)/mk/tools.mk |
