Browse Source

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

Peter S. Mazinger 18 years ago
parent
commit
6648562b33
1 changed files with 13 additions and 0 deletions
  1. 13 0
      libcrypt/Makefile.in

+ 13 - 0
libcrypt/Makefile.in

@@ -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