OSDN Git Service

Commit first Makefile.in as example how the new infrastructure is intended to be...
[uclinux-h8/uClibc.git] / libcrypt / Makefile.in
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
4 #
5 # Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
6 #
7
8 CFLAGS+=$(SSP_ALL_CFLAGS)
9
10 LIB_NAME:=libcrypt
11 srcdir=$(top_srcdir)$(LIB_NAME)
12 include $(top_srcdir)Makefile.libs
13 include $(top_srcdir)Makerules