~ubuntu-branches/ubuntu/lucid/seahorse/lucid

« back to all changes in this revision

Viewing changes to ssh/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-01-08 17:05:02 UTC
  • mfrom: (1.2.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108170502-zs2i7svo0b7l3ecz
Tags: 2.25.4-0ubuntu1
* New upstream version (LP: #315147).
* Update debian/patches/80_autoconf_update.patch
* debian/rules:
  - addition of a shlibs rule for libcryptui0 (>= 2.25.4)
* Fix bdeps to match upstream configure check:
  - set libgnome-keyring-dev to (>= 2.25.3).
  - add libtasn1-3-dev.
* debian/seahorse.install:
  - inclusion of debian/tmp/usr/share/gnome/autostart/seahorse-daemon.desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
42
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
42
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.in
46
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
45
        $(ACLOCAL_M4)
48
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
50
libseahorse_ssh_la_DEPENDENCIES =  \
53
51
        $(top_builddir)/libseahorse/libseahorse.la \
54
52
        $(top_builddir)/libcryptui/libcryptui.la
55
 
am__objects_1 = seahorse-ssh.lo seahorse-ssh-commands.lo \
56
 
        seahorse-ssh-generator.lo
57
 
am__objects_2 = $(am__objects_1)
58
 
am__objects_3 =
59
 
am__objects_4 = $(am__objects_3)
60
 
am_libseahorse_ssh_la_OBJECTS = seahorse-ssh-module.lo \
61
 
        seahorse-algo.lo seahorse-ssh-generate.lo \
62
 
        seahorse-ssh-key-data.lo seahorse-ssh-key.lo \
63
 
        seahorse-ssh-key-properties.lo seahorse-ssh-source.lo \
64
 
        seahorse-ssh-operation.lo seahorse-ssh-upload.lo \
65
 
        $(am__objects_2) $(am__objects_4)
 
53
am_libseahorse_ssh_la_OBJECTS = seahorse-ssh.lo seahorse-ssh-module.lo \
 
54
        seahorse-algo.lo seahorse-ssh-commands.lo \
 
55
        seahorse-ssh-generate.lo seahorse-ssh-key-data.lo \
 
56
        seahorse-ssh-key.lo seahorse-ssh-key-properties.lo \
 
57
        seahorse-ssh-source.lo seahorse-ssh-operation.lo \
 
58
        seahorse-ssh-upload.lo
66
59
libseahorse_ssh_la_OBJECTS = $(am_libseahorse_ssh_la_OBJECTS)
67
60
am__installdirs = "$(DESTDIR)$(seahorselibexecbindir)" \
68
61
        "$(DESTDIR)$(gladedir)"
130
123
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
131
124
DOC_USER_FORMATS = @DOC_USER_FORMATS@
132
125
DSYMUTIL = @DSYMUTIL@
133
 
DUMPBIN = @DUMPBIN@
 
126
ECHO = @ECHO@
134
127
ECHO_C = @ECHO_C@
135
128
ECHO_N = @ECHO_N@
136
129
ECHO_T = @ECHO_T@
137
130
EGREP = @EGREP@
138
131
EXEEXT = @EXEEXT@
139
 
FGREP = @FGREP@
 
132
F77 = @F77@
 
133
FFLAGS = @FFLAGS@
140
134
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
141
135
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
142
136
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
160
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161
155
INSTOBJEXT = @INSTOBJEXT@
162
156
INTLLIBS = @INTLLIBS@
163
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
164
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
165
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
166
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
167
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
168
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
169
158
INTLTOOL_MERGE = @INTLTOOL_MERGE@
170
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
171
159
INTLTOOL_PERL = @INTLTOOL_PERL@
172
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
173
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
174
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
175
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
176
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
177
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
178
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
179
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
180
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
181
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
182
160
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
183
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
184
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
185
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
186
 
LD = @LD@
187
161
LDFLAGS = @LDFLAGS@
188
162
LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
189
163
LIBCRYPTUI_LIBS = @LIBCRYPTUI_LIBS@
193
167
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
194
168
LIBOBJS = @LIBOBJS@
195
169
LIBS = @LIBS@
 
170
LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
 
171
LIBTASN1_CONFIG = @LIBTASN1_CONFIG@
 
172
LIBTASN1_LIBS = @LIBTASN1_LIBS@
196
173
LIBTOOL = @LIBTOOL@
197
 
LIPO = @LIPO@
198
174
LN_S = @LN_S@
199
175
LTLIBOBJS = @LTLIBOBJS@
200
176
MAINT = @MAINT@
205
181
MSGFMT_OPTS = @MSGFMT_OPTS@
206
182
MSGMERGE = @MSGMERGE@
207
183
NETLIBS = @NETLIBS@
208
 
NM = @NM@
209
184
NMEDIT = @NMEDIT@
210
185
OBJEXT = @OBJEXT@
211
186
OMF_DIR = @OMF_DIR@
212
 
OTOOL = @OTOOL@
213
 
OTOOL64 = @OTOOL64@
214
187
PACKAGE = @PACKAGE@
215
188
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216
189
PACKAGE_NAME = @PACKAGE_NAME@
238
211
SSH_PATH = @SSH_PATH@
239
212
STRIP = @STRIP@
240
213
USE_NLS = @USE_NLS@
241
 
VALAC = @VALAC@
242
 
VALA_PKGS = @VALA_PKGS@
243
214
VERSION = @VERSION@
244
215
XGETTEXT = @XGETTEXT@
245
216
abs_builddir = @abs_builddir@
248
219
abs_top_srcdir = @abs_top_srcdir@
249
220
ac_ct_CC = @ac_ct_CC@
250
221
ac_ct_CXX = @ac_ct_CXX@
251
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
222
ac_ct_F77 = @ac_ct_F77@
252
223
am__include = @am__include@
253
224
am__leading_dot = @am__leading_dot@
254
225
am__quote = @am__quote@
279
250
libexecdir = @libexecdir@
280
251
localedir = $(datadir)/locale
281
252
localstatedir = @localstatedir@
282
 
lt_ECHO = @lt_ECHO@
283
253
mandir = @mandir@
284
254
mkdir_p = @mkdir_p@
285
255
oldincludedir = @oldincludedir@
292
262
srcdir = @srcdir@
293
263
sysconfdir = @sysconfdir@
294
264
target_alias = @target_alias@
 
265
top_build_prefix = @top_build_prefix@
295
266
top_builddir = @top_builddir@
296
267
top_srcdir = @top_srcdir@
297
268
gladedir = $(datadir)/seahorse/glade/
309
280
        -DGETTEXT_PACKAGE=\""seahorse\""
310
281
 
311
282
AM_LDFLAGS = @NETLIBS@
312
 
VALA_SRCS = \
313
 
        seahorse-ssh.vala \
314
 
        seahorse-ssh-commands.vala \
315
 
        seahorse-ssh-generator.vala
316
 
 
317
 
VALA_VAPIS = \
318
 
        libseahorse-ssh-c.vapi \
319
 
        $(top_srcdir)/config.vapi \
320
 
        $(top_srcdir)/libseahorse/libseahorse-c.vapi \
321
 
        $(top_srcdir)/libseahorse/libseahorse.vapi
322
 
 
323
 
VALA_CFILES = $(VALA_SRCS:.vala=.c)
324
 
VALA_HFILES = $(VALA_SRCS:.vala=.h)
325
 
SUFFIXES = .vala .c .h
326
 
BUILT_SOURCES = \
327
 
        vala-build.stamp
328
 
 
329
283
noinst_LTLIBRARIES = libseahorse-ssh.la
330
284
libseahorse_ssh_la_SOURCES = \
 
285
        seahorse-ssh.h seahorse-ssh.c \
331
286
        seahorse-ssh-module.c seahorse-ssh-module.h \
332
287
        seahorse-algo.c seahorse-algo.h \
 
288
        seahorse-ssh-commands.c seahorse-ssh-commands.h \
333
289
        seahorse-ssh-dialogs.h \
334
290
        seahorse-ssh-generate.c \
335
291
        seahorse-ssh-key-data.c seahorse-ssh-key-data.h \
337
293
        seahorse-ssh-key-properties.c \
338
294
        seahorse-ssh-source.c seahorse-ssh-source.h \
339
295
        seahorse-ssh-operation.c seahorse-ssh-operation.h \
340
 
        seahorse-ssh-upload.c \
341
 
        $(VALA_CFILES) $(VALA_HFILES)
 
296
        seahorse-ssh-upload.c
342
297
 
343
298
libseahorse_ssh_la_LIBADD = \
344
299
        $(top_builddir)/libseahorse/libseahorse.la \
356
311
        seahorse-ssh-upload.glade 
357
312
 
358
313
EXTRA_DIST = \
359
 
        $(glade_DATA) \
360
 
        libseahorse-ssh-c.vapi \
361
 
        vala-build.stamp \
362
 
        $(VALA_CFILES) $(VALA_HFILES) \
363
 
        $(VALA_SRCS)
 
314
        $(glade_DATA)
364
315
 
365
 
all: $(BUILT_SOURCES)
366
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
316
all: all-am
367
317
 
368
318
.SUFFIXES:
369
 
.SUFFIXES: .vala .c .h .lo .o .obj
 
319
.SUFFIXES: .c .lo .o .obj
370
320
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
371
321
        @for dep in $?; do \
372
322
          case '$(am__configure_deps)' in \
449
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-askpass.Po@am__quote@
450
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-commands.Plo@am__quote@
451
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-generate.Plo@am__quote@
452
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-generator.Plo@am__quote@
453
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-key-data.Plo@am__quote@
454
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-key-properties.Plo@am__quote@
455
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seahorse-ssh-key.Plo@am__quote@
577
526
          fi; \
578
527
        done
579
528
check-am: all-am
580
 
check: $(BUILT_SOURCES)
581
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
529
check: check-am
582
530
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
583
531
installdirs:
584
532
        for dir in "$(DESTDIR)$(seahorselibexecbindir)" "$(DESTDIR)$(gladedir)"; do \
585
533
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
586
534
        done
587
 
install: $(BUILT_SOURCES)
588
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
535
install: install-am
589
536
install-exec: install-exec-am
590
537
install-data: install-data-am
591
538
uninstall: uninstall-am
609
556
maintainer-clean-generic:
610
557
        @echo "This command is intended for maintainers to use"
611
558
        @echo "it deletes files that may require special tools to rebuild."
612
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
613
559
clean: clean-am
614
560
 
615
561
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
687
633
        tags uninstall uninstall-am uninstall-gladeDATA \
688
634
        uninstall-seahorselibexecbinPROGRAMS
689
635
 
690
 
 
691
 
vala-build.stamp: $(VALA_SRCS) $(VALA_VAPIS)
692
 
        $(VALAC) -C $(VALA_PKGS) $(VALA_VAPIS) $(VALA_SRCS)
693
 
        date +'%s' > $@
694
 
 
695
 
vala-clean:
696
 
        rm -f vala-build.stamp $(VALA_CFILES) $(VALA_HFILES)
697
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
698
637
# Otherwise a system limit (for SysV at least) may be exceeded.
699
638
.NOEXPORT: