diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:59:16 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:59:16 +0000 |
| commit | 4f0a319d2d1e4d84a2eb2cbdd3890d3e7aeb7b85 (patch) | |
| tree | 0206e1b2f725c2dd83771c534738c41a537c8ccc /libpthread/linuxthreads.old_db/Makefile | |
| parent | 952a791086e7f408d999e1334ee9338be690d2f7 (diff) | |
| download | uClibc-alpine-4f0a319d2d1e4d84a2eb2cbdd3890d3e7aeb7b85.tar.bz2 uClibc-alpine-4f0a319d2d1e4d84a2eb2cbdd3890d3e7aeb7b85.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old_db/Makefile')
| -rw-r--r-- | libpthread/linuxthreads.old_db/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old_db/Makefile b/libpthread/linuxthreads.old_db/Makefile new file mode 100644 index 000000000..f92f205a5 --- /dev/null +++ b/libpthread/linuxthreads.old_db/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 |
