OSDN Git Service

Commit first Makefile.in as example how the new infrastructure is intended to be...
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 18 Oct 2005 21:15:32 +0000 (21:15 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 18 Oct 2005 21:15:32 +0000 (21:15 -0000)
libcrypt/Makefile.in [new file with mode: 0644]

diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in
new file mode 100644 (file)
index 0000000..e1fb34f
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+CFLAGS+=$(SSP_ALL_CFLAGS)
+
+LIB_NAME:=libcrypt
+srcdir=$(top_srcdir)$(LIB_NAME)
+include $(top_srcdir)Makefile.libs
+include $(top_srcdir)Makerules