svn commit: trunk/uClibc/libcrypt

psm at uclibc.org psm at uclibc.org
Tue Oct 18 21:15:33 UTC 2005


Author: psm
Date: 2005-10-18 14:15:32 -0700 (Tue, 18 Oct 2005)
New Revision: 11885

Log:
Commit first Makefile.in as example how the new infrastructure is intended to be used

Added:
   trunk/uClibc/libcrypt/Makefile.in


Changeset:
Added: trunk/uClibc/libcrypt/Makefile.in
===================================================================
--- trunk/uClibc/libcrypt/Makefile.in	2005-10-18 21:12:20 UTC (rev 11884)
+++ trunk/uClibc/libcrypt/Makefile.in	2005-10-18 21:15:32 UTC (rev 11885)
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Copyright (C) 2002-2003 Erik Andersen <andersen at 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




More information about the uClibc-cvs mailing list