freewrt_1_0
freewrt_2_0
|
Last change
on this file since 9036ea5 was c8b93bd, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
git-svn-id: svn://www.freewrt.org/trunk/freewrt@600 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
913 bytes
|
| Line | |
|---|
| 1 | # $FreeWRT$
|
|---|
| 2 | #-
|
|---|
| 3 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 4 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 5 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 6 |
|
|---|
| 7 | include $(TOPDIR)/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= libpthread
|
|---|
| 10 | PKG_VERSION:= 0.9.28
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 |
|
|---|
| 13 | DISTFILES:=
|
|---|
| 14 |
|
|---|
| 15 | include $(TOPDIR)/mk/package.mk
|
|---|
| 16 |
|
|---|
| 17 | $(eval $(call PKG_template,LIBPTHREAD,libpthread,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 18 |
|
|---|
| 19 | $(WRKBUILD)/.prepared:
|
|---|
| 20 | $(INSTALL_DIR) $(WRKBUILD)
|
|---|
| 21 | touch $@
|
|---|
| 22 |
|
|---|
| 23 | $(WRKBUILD)/.configured: $(WRKBUILD)/.prepared
|
|---|
| 24 | touch $@
|
|---|
| 25 |
|
|---|
| 26 | $(WRKBUILD)/.built: $(WRKBUILD)/.configured
|
|---|
| 27 | touch $@
|
|---|
| 28 |
|
|---|
| 29 | $(IPKG_LIBPTHREAD): $(WRKBUILD)/.built
|
|---|
| 30 | $(INSTALL_DIR) $(IDIR_LIBPTHREAD)/lib
|
|---|
| 31 | $(INSTALL_DATA) $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/
|
|---|
| 32 | $(INSTALL_DATA) $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/
|
|---|
| 33 | $(RSTRIP) $(IDIR_LIBPTHREAD)
|
|---|
| 34 | $(IPKG_BUILD) $(IDIR_LIBPTHREAD) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.