~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to mpi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2006-01-24 04:31:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124043142-pbg192or6qxv3yk2
Tags: 1.9.20-1
* New Upstream version. Closes:#306890,#344530
  * Closes:#320490: gpg-protect-tool fails to decrypt PKCS-12 files 
* Depend on libopensc2-dev, not -1-. Closes:#348106

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.2f from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = /bin/sh
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
 
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
transform = @program_transform_name@
 
51
 
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
build_alias = @build_alias@
 
59
build_triplet = @build@
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
target_alias = @target_alias@
 
63
target_triplet = @target@
 
64
CATALOGS = @CATALOGS@
 
65
CATOBJEXT = @CATOBJEXT@
 
66
CC = @CC@
 
67
CPP = @CPP@
 
68
DATADIRNAME = @DATADIRNAME@
 
69
G10_LOCALEDIR = @G10_LOCALEDIR@
 
70
GENCAT = @GENCAT@
 
71
GMOFILES = @GMOFILES@
 
72
GMSGFMT = @GMSGFMT@
 
73
GT_NO = @GT_NO@
 
74
GT_YES = @GT_YES@
 
75
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
 
76
INSTOBJEXT = @INSTOBJEXT@
 
77
INTLDEPS = @INTLDEPS@
 
78
INTLLIBS = @INTLLIBS@
 
79
INTLOBJS = @INTLOBJS@
 
80
MKINSTALLDIRS = @MKINSTALLDIRS@
 
81
MPI_EXTRA_ASM_OBJS = @MPI_EXTRA_ASM_OBJS@
 
82
MSGFMT = @MSGFMT@
 
83
PACKAGE = @PACKAGE@
 
84
POFILES = @POFILES@
 
85
POSUB = @POSUB@
 
86
RANLIB = @RANLIB@
 
87
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
88
USE_NLS = @USE_NLS@
 
89
VERSION = @VERSION@
 
90
ZLIBS = @ZLIBS@
 
91
l = @l@
 
92
 
 
93
INCLUDES =  -I$(top_srcdir)/include
 
94
 
 
95
SUFFIXES = .S .s
 
96
 
 
97
EXTRA_DIST = config.links
 
98
DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S  \
 
99
                 mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h
 
100
 
 
101
noinst_LIBRARIES = libmpi.a
 
102
# noinst_HEADERS   =
 
103
 
 
104
libmpi_a_SOURCES = longlong.h     \
 
105
              mpi-add.c      \
 
106
              mpi-bit.c      \
 
107
              mpi-cmp.c      \
 
108
              mpi-div.c      \
 
109
              mpi-gcd.c      \
 
110
              mpi-internal.h \
 
111
              mpi-inline.h   \
 
112
              mpi-inv.c      \
 
113
              mpi-mul.c      \
 
114
              mpi-pow.c      \
 
115
              mpi-mpow.c     \
 
116
              mpi-scan.c     \
 
117
              mpicoder.c     \
 
118
              mpih-cmp.c     \
 
119
              mpih-add.c     \
 
120
              mpih-sub.c     \
 
121
              mpih-div.c     \
 
122
              mpih-mul.c     \
 
123
              mpiutil.c
 
124
 
 
125
# Note this objects are actually links, the sourcefiles are
 
126
# distributed by special code in dist-hook
 
127
common_asm_objects = mpih-mul1.o    \
 
128
                     mpih-mul2.o    \
 
129
                     mpih-mul3.o    \
 
130
                     mpih-add1.o    \
 
131
                     mpih-sub1.o    \
 
132
                     mpih-lshift.o  \
 
133
                     mpih-rshift.o
 
134
 
 
135
libmpi_a_DEPENDENCIES = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@
 
136
libmpi_a_LIBADD = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@
 
137
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
138
CONFIG_HEADER = ../config.h
 
139
CONFIG_CLEAN_FILES = 
 
140
LIBRARIES =  $(noinst_LIBRARIES)
 
141
 
 
142
 
 
143
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
144
CPPFLAGS = @CPPFLAGS@
 
145
LDFLAGS = @LDFLAGS@
 
146
LIBS = @LIBS@
 
147
libmpi_a_OBJECTS =  mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o \
 
148
mpi-inv.o mpi-mul.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o \
 
149
mpih-cmp.o mpih-add.o mpih-sub.o mpih-div.o mpih-mul.o mpiutil.o
 
150
AR = ar
 
151
CFLAGS = @CFLAGS@
 
152
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 
153
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 
154
DIST_COMMON =  ChangeLog Makefile.am Makefile.in
 
155
 
 
156
 
 
157
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
158
 
 
159
TAR = tar
 
160
GZIP = --best
 
161
DEP_FILES =  .deps/mpi-add.P .deps/mpi-bit.P .deps/mpi-cmp.P \
 
162
.deps/mpi-div.P .deps/mpi-gcd.P .deps/mpi-inv.P .deps/mpi-mpow.P \
 
163
.deps/mpi-mul.P .deps/mpi-pow.P .deps/mpi-scan.P .deps/mpicoder.P \
 
164
.deps/mpih-add.P .deps/mpih-cmp.P .deps/mpih-div.P .deps/mpih-mul.P \
 
165
.deps/mpih-sub.P .deps/mpiutil.P
 
166
SOURCES = $(libmpi_a_SOURCES)
 
167
OBJECTS = $(libmpi_a_OBJECTS)
 
168
 
 
169
default: all
 
170
 
 
171
.SUFFIXES:
 
172
.SUFFIXES: .S .c .o .s
 
173
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
174
        cd $(top_srcdir) && $(AUTOMAKE) --gnu mpi/Makefile
 
175
 
 
176
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
 
177
        cd $(top_builddir) \
 
178
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
179
 
 
180
 
 
181
mostlyclean-noinstLIBRARIES:
 
182
 
 
183
clean-noinstLIBRARIES:
 
184
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
185
 
 
186
distclean-noinstLIBRARIES:
 
187
 
 
188
maintainer-clean-noinstLIBRARIES:
 
189
 
 
190
.s.o:
 
191
        $(COMPILE) -c $<
 
192
 
 
193
.S.o:
 
194
        $(COMPILE) -c $<
 
195
 
 
196
mostlyclean-compile:
 
197
        -rm -f *.o core *.core
 
198
 
 
199
clean-compile:
 
200
 
 
201
distclean-compile:
 
202
        -rm -f *.tab.c
 
203
 
 
204
maintainer-clean-compile:
 
205
 
 
206
libmpi.a: $(libmpi_a_OBJECTS) $(libmpi_a_DEPENDENCIES)
 
207
        -rm -f libmpi.a
 
208
        $(AR) cru libmpi.a $(libmpi_a_OBJECTS) $(libmpi_a_LIBADD)
 
209
        $(RANLIB) libmpi.a
 
210
 
 
211
tags: TAGS
 
212
 
 
213
ID: $(HEADERS) $(SOURCES) $(LISP)
 
214
        here=`pwd` && cd $(srcdir) \
 
215
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
 
216
 
 
217
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
218
        tags=; \
 
219
        here=`pwd`; \
 
220
        list='$(SOURCES) $(HEADERS)'; \
 
221
        unique=`for i in $$list; do echo $$i; done | \
 
222
          awk '    { files[$$0] = 1; } \
 
223
               END { for (i in files) print i; }'`; \
 
224
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
225
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
226
 
 
227
mostlyclean-tags:
 
228
 
 
229
clean-tags:
 
230
 
 
231
distclean-tags:
 
232
        -rm -f TAGS ID
 
233
 
 
234
maintainer-clean-tags:
 
235
 
 
236
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
237
 
 
238
subdir = mpi
 
239
 
 
240
distdir: $(DISTFILES)
 
241
        here=`cd $(top_builddir) && pwd`; \
 
242
        top_distdir=`cd $(top_distdir) && pwd`; \
 
243
        distdir=`cd $(distdir) && pwd`; \
 
244
        cd $(top_srcdir) \
 
245
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu mpi/Makefile
 
246
        @for file in $(DISTFILES); do \
 
247
          d=$(srcdir); \
 
248
          test -f $(distdir)/$$file \
 
249
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
250
          || cp -p $$d/$$file $(distdir)/$$file; \
 
251
        done
 
252
 
 
253
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
254
 
 
255
-include $(DEP_FILES)
 
256
 
 
257
mostlyclean-depend:
 
258
 
 
259
clean-depend:
 
260
 
 
261
distclean-depend:
 
262
 
 
263
maintainer-clean-depend:
 
264
        -rm -rf .deps
 
265
 
 
266
%.o: %.c
 
267
        @echo '$(COMPILE) -c $<'; \
 
268
        $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
 
269
 
 
270
%.lo: %.c
 
271
        @echo '$(LTCOMPILE) -c $<'; \
 
272
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
 
273
        @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
 
274
          < .deps/$(*F).p > .deps/$(*F).P
 
275
        @-rm -f .deps/$(*F).p
 
276
info:
 
277
dvi:
 
278
check: all
 
279
        $(MAKE)
 
280
installcheck:
 
281
install-exec: 
 
282
        @$(NORMAL_INSTALL)
 
283
 
 
284
install-data: 
 
285
        @$(NORMAL_INSTALL)
 
286
 
 
287
install: install-exec install-data all
 
288
        @:
 
289
 
 
290
uninstall: 
 
291
 
 
292
all: Makefile $(LIBRARIES)
 
293
 
 
294
install-strip:
 
295
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
 
296
installdirs:
 
297
 
 
298
 
 
299
mostlyclean-generic:
 
300
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
301
 
 
302
clean-generic:
 
303
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
304
 
 
305
distclean-generic:
 
306
        -rm -f Makefile $(DISTCLEANFILES)
 
307
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
308
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
309
 
 
310
maintainer-clean-generic:
 
311
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
312
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
313
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
314
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
 
315
 
 
316
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
 
317
                clean-generic mostlyclean
 
318
 
 
319
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
 
320
                distclean-depend distclean-generic clean
 
321
        -rm -f config.status
 
322
 
 
323
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
 
324
                maintainer-clean-compile maintainer-clean-tags \
 
325
                maintainer-clean-depend maintainer-clean-generic \
 
326
                distclean
 
327
        @echo "This command is intended for maintainers to use;"
 
328
        @echo "it deletes files that may require special tools to rebuild."
 
329
 
 
330
.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
331
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
332
mostlyclean-compile distclean-compile clean-compile \
 
333
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 
334
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 
335
distclean-depend clean-depend maintainer-clean-depend info dvi \
 
336
installcheck install-exec install-data install uninstall all \
 
337
installdirs mostlyclean-generic distclean-generic clean-generic \
 
338
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
339
 
 
340
CFLAGS += -O2
 
341
 
 
342
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
343
# Otherwise a system limit (for SysV at least) may be exceeded.
 
344
.NOEXPORT: