Update.
[gsasl.git] / gl / Makefile.am
blob2e64b3fdf2ed783eb6bb8613f6b625e13e823bd8
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
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.
10 # Generated by gnulib-tool.
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl --m4-base=gl/m4 --aux-dir=. --libtool --macro-prefix=gl error exit getaddrinfo getopt getpass iconvme maintainer-makefile progname quote readline strdup
13 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15 noinst_LTLIBRARIES = libgl.la
17 libgl_la_SOURCES =
18 libgl_la_LIBADD = @LTLIBOBJS@
19 noinst_HEADERS =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
28 AM_CPPFLAGS =
30 ## begin gnulib module exit
32 libgl_la_SOURCES += exit.h
34 ## end   gnulib module exit
36 ## begin gnulib module getaddrinfo
38 libgl_la_SOURCES += getaddrinfo.h
40 ## end   gnulib module getaddrinfo
42 ## begin gnulib module getopt
44 BUILT_SOURCES += $(GETOPT_H)
45 EXTRA_DIST += getopt_.h getopt_int.h
47 # We need the following in order to create <getopt.h> when the system
48 # doesn't have one that works with the given compiler.
49 getopt.h: getopt_.h
50         cp $(srcdir)/getopt_.h $@-t
51         mv $@-t $@
52 MOSTLYCLEANFILES += getopt.h getopt.h-t
54 ## end   gnulib module getopt
56 ## begin gnulib module gettext-h
58 libgl_la_SOURCES += gettext.h
60 ## end   gnulib module gettext-h
62 ## begin gnulib module iconvme
64 libgl_la_SOURCES += iconvme.h iconvme.c
65 libgl_la_LIBADD += $(LTLIBICONV)
67 ## end   gnulib module iconvme
69 ## begin gnulib module progname
71 libgl_la_SOURCES += progname.h progname.c
73 ## end   gnulib module progname
75 ## begin gnulib module stdbool
77 BUILT_SOURCES += $(STDBOOL_H)
78 EXTRA_DIST += stdbool_.h
80 # We need the following in order to create <stdbool.h> when the system
81 # doesn't have one that works.
82 stdbool.h: stdbool_.h
83         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
84         mv $@-t $@
85 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
87 ## end   gnulib module stdbool
89 ## begin gnulib module sys_socket
91 BUILT_SOURCES += $(SYS_SOCKET_H)
92 EXTRA_DIST += socket_.h
94 # We need the following in order to create <sys/socket.h> when the system
95 # doesn't have one that works with the given compiler.
96 sys/socket.h: socket_.h
97         test -d sys || mkdir sys
98         cp $(srcdir)/socket_.h $@-t
99         mv $@-t $@
100 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
102 mostlyclean-local:
103         -rmdir sys 2>/dev/null
105 ## end   gnulib module sys_socket
107 ## begin gnulib module unistd
109 BUILT_SOURCES += $(UNISTD_H)
111 # We need the following in order to create an empty placeholder for
112 # <unistd.h> when the system doesn't have one.
113 unistd.h:
114         echo '/* Empty placeholder for $@.  */' >$@
115 MOSTLYCLEANFILES += unistd.h
117 ## end   gnulib module unistd
119 ## begin gnulib module xalloc-die
121 libgl_la_SOURCES += xalloc-die.c
123 ## end   gnulib module xalloc-die
126 # Makefile.am ends here