1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2004-2006 Free Software Foundation, Inc.
4#
5# This file is free software, distributed under the terms of the GNU
6# General Public License.  As a special exception to the GNU General
7# Public License, this file may be distributed as part of a program
8# that contains a configuration script generated by Autoconf, under
9# the same distribution terms as the rest of that program.
10#
11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib/lib --m4-base=gnulib/m4 --doc-base=gnulib/doc --aux-dir=utils --lgpl --libtool --macro-prefix=gl getopt
13
14AUTOMAKE_OPTIONS = 1.5 gnits
15
16noinst_HEADERS =
17noinst_LIBRARIES =
18noinst_LTLIBRARIES =
19EXTRA_DIST =
20BUILT_SOURCES =
21SUFFIXES =
22MOSTLYCLEANFILES = core *.stackdump
23MOSTLYCLEANDIRS =
24CLEANFILES =
25DISTCLEANFILES =
26MAINTAINERCLEANFILES =
27
28AM_CPPFLAGS =
29
30noinst_LTLIBRARIES += libgnu.la
31
32libgnu_la_SOURCES =
33libgnu_la_LIBADD = $(gl_LTLIBOBJS)
34libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
35EXTRA_libgnu_la_SOURCES =
36libgnu_la_LDFLAGS = $(AM_LDFLAGS)
37
38## begin gnulib module getopt
39
40BUILT_SOURCES += $(GETOPT_H)
41
42# We need the following in order to create <getopt.h> when the system
43# doesn't have one that works with the given compiler.
44getopt.h: getopt_.h
45	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
46	  cat $(srcdir)/getopt_.h; \
47	} > $@-t
48	mv -f $@-t $@
49MOSTLYCLEANFILES += getopt.h getopt.h-t
50
51EXTRA_DIST += getopt.c getopt1.c getopt_.h getopt_int.h
52
53EXTRA_libgnu_la_SOURCES += getopt.c getopt1.c
54
55## end   gnulib module getopt
56
57## begin gnulib module gettext-h
58
59libgnu_la_SOURCES += gettext.h
60
61## end   gnulib module gettext-h
62
63## begin gnulib module unistd
64
65BUILT_SOURCES += $(UNISTD_H)
66
67# We need the following in order to create an empty placeholder for
68# <unistd.h> when the system doesn't have one.
69unistd.h:
70	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
71	  echo '/* Empty placeholder for $@.  */'; \
72	} > $@
73MOSTLYCLEANFILES += unistd.h
74
75## end   gnulib module unistd
76
77## begin gnulib module dummy
78
79libgnu_la_SOURCES += dummy.c
80
81## end   gnulib module dummy
82
83
84mostlyclean-local: mostlyclean-generic
85	@for dir in '' $(MOSTLYCLEANDIRS); do \
86	  if test -n "$$dir" && test -d $$dir; then \
87	    echo "rmdir $$dir"; rmdir $$dir; \
88	  fi; \
89	done
90