Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gettext-runtime / libasprintf / Makefile.am
index 54bbf3e..752c156 100644 (file)
@@ -1,25 +1,22 @@
 ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext
-## Copyright (C) 2002-2007, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2002-2007, 2009-2010 Free Software Foundation, Inc.
 ##
-## This program is free software; you can redistribute it and/or modify it
-## under the terms of the GNU Library General Public License as published
-## by the Free Software Foundation; either version 2, or (at your option)
-## any later version.
+## This program is free software: you can redistribute it and/or modify
+## it under the terms of the GNU Lesser General Public License as published by
+## the Free Software Foundation; either version 2.1 of the License, or
+## (at your option) any later version.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Library General Public License for more details.
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU Lesser General Public License for more details.
 ##
-## You should have received a copy of the GNU Library General Public
-## License along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-## USA.
+## You should have received a copy of the GNU Lesser General Public License
+## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ## Process this file with automake to produce Makefile.in.
 
 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
-ACLOCAL = ../../build-aux/fixaclocal @ACLOCAL@
 ACLOCAL_AMFLAGS = -I ../../m4 -I ../m4 -I gnulib-m4
 EXTRA_DIST =
 BUILT_SOURCES =
@@ -35,10 +32,10 @@ DEFS = -DIN_LIBASPRINTF @DEFS@
 include_HEADERS = autosprintf.h
 
 all-local $(libasprintf_la_OBJECTS): autosprintf.h
-autosprintf.h: autosprintf.h.in
-       cp $(srcdir)/autosprintf.h.in autosprintf.h
+autosprintf.h: autosprintf.in.h
+       cp $(srcdir)/autosprintf.in.h autosprintf.h
 MOSTLYCLEANFILES += autosprintf.h
-EXTRA_DIST += autosprintf.h.in
+EXTRA_DIST += autosprintf.in.h
 
 dist-hook:
        rm -f $(distdir)/autosprintf.h
@@ -51,12 +48,13 @@ lib_LTLIBRARIES = libasprintf.la
 noinst_LTLIBRARIES =
 
 libasprintf_la_SOURCES = \
+  xsize.h xsize.c \
   lib-asprintf.h lib-asprintf.c \
   autosprintf.h autosprintf.cc
 
 # Sources used only on platforms lacking vasprintf().
 lib_asprintf_EXTRASOURCES = \
-  xsize.h \
+  verify.h \
   printf-args.h printf-args.c \
   printf-parse.h printf-parse.c \
   vasnprintf.h vasnprintf.c asnprintf.c \
@@ -111,7 +109,7 @@ uninstall-local: uninstall-html
 # The install-dvi target is already defined by automake.
 
 installdirs-dvi:
-       $(mkdir_p) $(DESTDIR)$(dvidir)
+       $(MKDIR_P) $(DESTDIR)$(dvidir)
 
 uninstall-dvi:
        $(RM) $(DESTDIR)$(dvidir)/autosprintf.dvi
@@ -132,7 +130,7 @@ autosprintf.ps: autosprintf.dvi
 # The install-ps target is already defined by automake.
 
 installdirs-ps:
-       $(mkdir_p) $(DESTDIR)$(psdir)
+       $(MKDIR_P) $(DESTDIR)$(psdir)
 
 uninstall-ps:
        $(RM) $(DESTDIR)$(psdir)/autosprintf.ps
@@ -143,7 +141,7 @@ uninstall-ps:
 # The install-pdf target is already defined by automake.
 
 installdirs-pdf:
-       $(mkdir_p) $(DESTDIR)$(pdfdir)
+       $(MKDIR_P) $(DESTDIR)$(pdfdir)
 
 uninstall-pdf:
        $(RM) $(DESTDIR)$(pdfdir)/autosprintf.pdf
@@ -166,7 +164,7 @@ autosprintf_all.html: autosprintf.texi
 # The install-html target is already defined by automake.
 
 installdirs-html:
-       $(mkdir_p) $(DESTDIR)$(htmldir)
+       $(MKDIR_P) $(DESTDIR)$(htmldir)
 
 uninstall-html:
        $(RM) $(DESTDIR)$(htmldir)/autosprintf.html