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
18 libgl_la_LIBADD = @LTLIBOBJS@
26 MAINTAINERCLEANFILES =
28 ## begin gnulib module exit
30 libgl_la_SOURCES += exit.h
32 ## end gnulib module exit
34 ## begin gnulib module getaddrinfo
36 libgl_la_SOURCES += getaddrinfo.h
38 ## end gnulib module getaddrinfo
40 ## begin gnulib module getopt
42 BUILT_SOURCES += $(GETOPT_H)
43 EXTRA_DIST += getopt_.h getopt_int.h
45 # We need the following in order to create <getopt.h> when the system
46 # doesn't have one that works with the given compiler.
48 cp $(srcdir)/getopt_.h $@-t
50 MOSTLYCLEANFILES += getopt.h getopt.h-t
52 ## end gnulib module getopt
54 ## begin gnulib module gettext-h
56 libgl_la_SOURCES += gettext.h
58 ## end gnulib module gettext-h
60 ## begin gnulib module iconvme
62 libgl_la_SOURCES += iconvme.h iconvme.c
63 libgl_la_LIBADD += $(LTLIBICONV)
65 ## end gnulib module iconvme
67 ## begin gnulib module progname
69 libgl_la_SOURCES += progname.h progname.c
71 ## end gnulib module progname
73 ## begin gnulib module stdbool
75 BUILT_SOURCES += $(STDBOOL_H)
76 EXTRA_DIST += stdbool_.h
78 # We need the following in order to create <stdbool.h> when the system
79 # doesn't have one that works.
81 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
83 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
85 ## end gnulib module stdbool
87 ## begin gnulib module sys_socket
89 BUILT_SOURCES += $(SYS_SOCKET_H)
90 EXTRA_DIST += socket_.h
92 # We need the following in order to create <sys/socket.h> when the system
93 # doesn't have one that works with the given compiler.
94 sys/socket.h: socket_.h
95 test -d sys || mkdir sys
96 cp $(srcdir)/socket_.h $@-t
98 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
101 -rmdir sys 2>/dev/null
103 ## end gnulib module sys_socket
105 ## begin gnulib module xalloc-die
107 libgl_la_SOURCES += xalloc-die.c
109 ## end gnulib module xalloc-die
112 # Makefile.am ends here