~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to cipher/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-16 16:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051216165739-v0m2d1you6hd8jho
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
31
31
# You should have received a copy of the GNU General Public License
32
32
# along with this program; if not, write to the Free Software
33
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
33
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
34
34
 
35
35
SOURCES = $(libcipher_a_SOURCES) $(EXTRA_libcipher_a_SOURCES)
36
36
 
64
64
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
65
65
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
66
66
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
67
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
68
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
69
 
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libusb.m4 \
70
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
71
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
72
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
73
 
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/signed.m4 \
74
 
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
75
 
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
76
 
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
77
 
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
78
 
        $(top_srcdir)/configure.ac
 
67
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
 
68
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
69
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
 
70
        $(top_srcdir)/m4/libusb.m4 $(top_srcdir)/m4/longdouble.m4 \
 
71
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
 
72
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
 
73
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
74
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
75
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
76
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
77
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
78
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
79
79
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
80
        $(ACLOCAL_M4)
81
81
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
136
136
ECHO_N = @ECHO_N@
137
137
ECHO_T = @ECHO_T@
138
138
EGREP = @EGREP@
 
139
ENABLE_AGENT_SUPPORT_FALSE = @ENABLE_AGENT_SUPPORT_FALSE@
 
140
ENABLE_AGENT_SUPPORT_TRUE = @ENABLE_AGENT_SUPPORT_TRUE@
139
141
ENABLE_BZIP2_SUPPORT_FALSE = @ENABLE_BZIP2_SUPPORT_FALSE@
140
142
ENABLE_BZIP2_SUPPORT_TRUE = @ENABLE_BZIP2_SUPPORT_TRUE@
141
143
ENABLE_CARD_SUPPORT_FALSE = @ENABLE_CARD_SUPPORT_FALSE@
155
157
GPGKEYS_HKP = @GPGKEYS_HKP@
156
158
GPGKEYS_HTTP = @GPGKEYS_HTTP@
157
159
GPGKEYS_LDAP = @GPGKEYS_LDAP@
158
 
GPGKEYS_LDAP_FALSE = @GPGKEYS_LDAP_FALSE@
159
 
GPGKEYS_LDAP_TRUE = @GPGKEYS_LDAP_TRUE@
160
160
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
161
161
HAVE_ASPRINTF = @HAVE_ASPRINTF@
162
162
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
188
188
LIBREADLINE = @LIBREADLINE@
189
189
LIBS = @LIBS@
190
190
LIBUSB = @LIBUSB@
191
 
LN_S = @LN_S@
192
191
LTLIBICONV = @LTLIBICONV@
193
192
LTLIBINTL = @LTLIBINTL@
194
193
LTLIBOBJS = @LTLIBOBJS@
227
226
USE_NLS = @USE_NLS@
228
227
VERSION = @VERSION@
229
228
W32LIBS = @W32LIBS@
 
229
WITH_CURL_FALSE = @WITH_CURL_FALSE@
 
230
WITH_CURL_TRUE = @WITH_CURL_TRUE@
230
231
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
231
232
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
232
233
XGETTEXT = @XGETTEXT@