Imported Upstream version 1.6.5
[platform/upstream/libksba.git] / gl / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 #
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Automake, under
8 # the same distribution terms as the rest of that program.
9 #
10 # Generated by gnulib-tool.
11 # Invoked as: gnulib-tool --import
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --libtool  alloca alloca-opt valgrind-tests
13
14 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15
16 noinst_LTLIBRARIES = libgnu.la
17
18 libgnu_la_SOURCES = dummyobj.c 
19 libgnu_la_LIBADD = @LTLIBOBJS@ 
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 ## begin gnulib module alloca
29
30
31 libgnu_la_LIBADD += @LTALLOCA@
32 ## end   gnulib module alloca
33
34 ## begin gnulib module alloca-opt
35
36 BUILT_SOURCES += $(ALLOCA_H)
37 EXTRA_DIST += alloca_.h
38
39 # We need the following in order to create an <alloca.h> when the system
40 # doesn't have one that works with the given compiler.
41 all-local $(libgnu_la_OBJECTS): $(ALLOCA_H)
42 alloca.h: alloca_.h
43         cp $(srcdir)/alloca_.h $@-t
44         mv $@-t $@
45 MOSTLYCLEANFILES += alloca.h alloca.h-t
46
47 ## end   gnulib module alloca-opt
48
49
50 # Makefile.am ends here