diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-23 02:35:04 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-23 02:35:04 +0000 |
| commit | 0f2c86bee22bc756814129b430b0687c7e23df81 (patch) | |
| tree | 34bf3df7ba73405de13432cd82002540c073fc05 /libpthread/linuxthreads/Makefile | |
| parent | d8284756b901217626556772ea91a3839a3ebfb4 (diff) | |
| download | uClibc-alpine-0f2c86bee22bc756814129b430b0687c7e23df81.tar.bz2 uClibc-alpine-0f2c86bee22bc756814129b430b0687c7e23df81.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libpthread/linuxthreads/Makefile')
| -rw-r--r-- | libpthread/linuxthreads/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile new file mode 100644 index 000000000..f92f205a5 --- /dev/null +++ b/libpthread/linuxthreads/Makefile @@ -0,0 +1,15 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +TOPDIR=../../ + +top_srcdir=$(TOPDIR) +top_builddir=../../ +include $(top_builddir)Rules.mak +all: libs +include Makefile.in +include $(top_srcdir)Makerules |
