~ubuntu-branches/ubuntu/lucid/desktop-file-utils/lucid

« back to all changes in this revision

Viewing changes to misc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-18 23:33:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070218233328-rjmdgiikbaq5u2my
Tags: 0.12-0ubuntu1
* New upstream version:
  - improves category validation code to not catch false positives
  - make category validation code non-fatal
  - fix mem leaks and double frees
* debian/control:
  - use Desktop Team for Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ..
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
subdir = misc
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(lispdir)"
 
57
lispLISP_INSTALL = $(INSTALL_DATA)
 
58
LISP = $(lisp_LISP)
 
59
am__ELFILES = desktop-entry-mode.el
 
60
am__ELCFILES = $(am__ELFILES:.el=.elc)
 
61
ELCFILES = $(LISP:.el=.elc)
 
62
elisp_comp = $(top_srcdir)/elisp-comp
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
64
ACLOCAL = @ACLOCAL@
40
65
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
41
66
AMDEP_FALSE = @AMDEP_FALSE@
66
91
ECHO_T = @ECHO_T@
67
92
EGREP = @EGREP@
68
93
EMACS = @EMACS@
 
94
EMACSLOADPATH = @EMACSLOADPATH@
69
95
EXEEXT = @EXEEXT@
70
96
F77 = @F77@
71
97
FFLAGS = @FFLAGS@
93
119
PATH_SEPARATOR = @PATH_SEPARATOR@
94
120
PKG_CONFIG = @PKG_CONFIG@
95
121
RANLIB = @RANLIB@
 
122
SED = @SED@
96
123
SET_MAKE = @SET_MAKE@
97
124
SHELL = @SHELL@
98
125
STRIP = @STRIP@
111
138
am__include = @am__include@
112
139
am__leading_dot = @am__leading_dot@
113
140
am__quote = @am__quote@
 
141
am__tar = @am__tar@
 
142
am__untar = @am__untar@
114
143
bindir = @bindir@
115
144
build = @build@
116
145
build_alias = @build_alias@
132
161
lispdir = @lispdir@
133
162
localstatedir = @localstatedir@
134
163
mandir = @mandir@
 
164
mkdir_p = @mkdir_p@
135
165
oldincludedir = @oldincludedir@
136
166
prefix = @prefix@
137
167
program_transform_name = @program_transform_name@
140
170
sysconfdir = @sysconfdir@
141
171
target_alias = @target_alias@
142
172
lisp_LISP = desktop-entry-mode.el
143
 
 
144
173
EXTRA_DIST = \
145
174
        desktop-entry-mode.el
146
175
 
147
 
subdir = misc
148
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
149
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
150
 
CONFIG_HEADER = $(top_builddir)/config.h
151
 
CONFIG_CLEAN_FILES =
152
 
DIST_SOURCES =
153
 
LISP = $(lisp_LISP)
154
 
 
155
 
ELCFILES = desktop-entry-mode.elc
156
 
am__ELFILES = desktop-entry-mode.el
157
 
elisp_comp = $(top_srcdir)/elisp-comp
158
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
159
176
all: all-am
160
177
 
161
178
.SUFFIXES:
162
 
.SUFFIXES: .el .elc
163
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
179
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
180
        @for dep in $?; do \
 
181
          case '$(am__configure_deps)' in \
 
182
            *$$dep*) \
 
183
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
184
                && exit 0; \
 
185
              exit 1;; \
 
186
          esac; \
 
187
        done; \
 
188
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  misc/Makefile'; \
164
189
        cd $(top_srcdir) && \
165
190
          $(AUTOMAKE) --gnu  misc/Makefile
166
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
167
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
191
.PRECIOUS: Makefile
 
192
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
193
        @case '$?' in \
 
194
          *config.status*) \
 
195
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
196
          *) \
 
197
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
198
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
199
        esac;
 
200
 
 
201
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
202
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
203
 
 
204
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
205
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
206
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
168
208
 
169
209
mostlyclean-libtool:
170
210
        -rm -f *.lo
175
215
distclean-libtool:
176
216
        -rm -f libtool
177
217
uninstall-info-am:
178
 
lispLISP_INSTALL = $(INSTALL_DATA)
179
218
 
180
 
elc-stamp: $(am__ELFILES)
 
219
elc-stamp: $(LISP)
181
220
        @echo 'WARNING: Warnings can be ignored. :-)'
182
 
        if test $(EMACS) != no; then \
 
221
        @rm -f elc-temp && touch elc-temp
 
222
        if test "$(EMACS)" != no; then \
183
223
          set x; \
184
 
          list='$(am__ELFILES)'; for p in $$list; do \
185
 
            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
224
          list='$(LISP)'; for p in $$list; do \
 
225
            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
186
226
            set x "$$@" "$$d$$p"; shift; \
187
227
          done; \
188
228
          shift; \
189
 
          EMACS=$(EMACS) $(SHELL) $(elisp_comp) "$$@" || exit 1; \
 
229
          EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
190
230
        else : ; fi
191
 
        touch $@
192
 
 
193
 
.el.elc:
194
 
        @if test ! -f $@; then \
195
 
          rm -f elc-stamp; \
196
 
          $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \
 
231
        @mv -f elc-temp $@
 
232
$(am__ELCFILES): elc-stamp
 
233
        @if test "$(EMACS)" != no && test ! -f $@; then \
 
234
          trap 'rm -rf elc-lock elc-stamp' 1 2 13 15; \
 
235
          if mkdir elc-lock 2>/dev/null; then \
 
236
            rm -f elc-stamp; \
 
237
            $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \
 
238
            rmdir elc-lock; \
 
239
          else \
 
240
            while test -d elc-lock; do sleep 1; done; \
 
241
            test -f elc-stamp; exit $$?; \
 
242
          fi; \
197
243
        else : ; fi
198
244
install-lispLISP: $(lisp_LISP) $(ELCFILES)
199
245
        @$(NORMAL_INSTALL)
200
 
        @if test -n "$(lispdir)"; then \
201
 
          $(mkinstalldirs) $(DESTDIR)$(lispdir); \
 
246
        @if test "$(EMACS)" != no; then \
 
247
          test -z "$(lispdir)" || $(mkdir_p) "$(DESTDIR)$(lispdir)"; \
202
248
          list='$(lisp_LISP)'; for p in $$list; do \
203
249
            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
204
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
205
 
            echo " $(lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f"; \
206
 
            $(lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f; \
 
250
            f=$(am__strip_dir) \
 
251
            echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
 
252
            $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f"; \
207
253
            if test -f $${p}c; then \
208
 
              echo " $(lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \
209
 
              $(lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \
 
254
              echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
 
255
              $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c"; \
210
256
            else : ; fi; \
211
257
          done; \
212
258
        else : ; fi
213
259
 
214
260
uninstall-lispLISP:
215
261
        @$(NORMAL_UNINSTALL)
216
 
        @if test -n "$(lispdir)"; then \
 
262
        @if test "$(EMACS)" != no; then \
217
263
          list='$(lisp_LISP)'; for p in $$list; do \
218
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
219
 
            echo " rm -f $(DESTDIR)$(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c"; \
220
 
            rm -f $(DESTDIR)$(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c; \
 
264
            f=$(am__strip_dir) \
 
265
            echo " rm -f '$(DESTDIR)$(lispdir)/$$f' '$(DESTDIR)$(lispdir)/$${f}c'"; \
 
266
            rm -f "$(DESTDIR)$(lispdir)/$$f" "$(DESTDIR)$(lispdir)/$${f}c"; \
221
267
          done; \
222
268
        else : ; fi
223
269
 
229
275
ctags: CTAGS
230
276
CTAGS:
231
277
 
232
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233
 
 
234
 
top_distdir = ..
235
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
236
278
 
237
279
distdir: $(DISTFILES)
238
280
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
246
288
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
247
289
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
248
290
            dir="/$$dir"; \
249
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
291
            $(mkdir_p) "$(distdir)$$dir"; \
250
292
          else \
251
293
            dir=''; \
252
294
          fi; \
263
305
        done
264
306
check-am: all-am
265
307
check: check-am
266
 
all-am: Makefile $(LISP) elc-stamp $(ELCFILES)
267
 
 
 
308
all-am: Makefile $(LISP) $(ELCFILES)
268
309
installdirs:
269
 
        $(mkinstalldirs) $(DESTDIR)$(lispdir)
 
310
        for dir in "$(DESTDIR)$(lispdir)"; do \
 
311
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
312
        done
270
313
install: install-am
271
314
install-exec: install-exec-am
272
315
install-data: install-data-am
286
329
clean-generic:
287
330
 
288
331
distclean-generic:
289
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
332
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
290
333
 
291
334
maintainer-clean-generic:
292
335
        @echo "This command is intended for maintainers to use"
303
346
 
304
347
dvi-am:
305
348
 
 
349
html: html-am
 
350
 
306
351
info: info-am
307
352
 
308
353
info-am:
337
382
 
338
383
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
339
384
        clean-lisp distclean distclean-generic distclean-libtool \
340
 
        distdir dvi dvi-am info info-am install install-am install-data \
341
 
        install-data-am install-exec install-exec-am install-info \
342
 
        install-info-am install-lispLISP install-man install-strip \
343
 
        installcheck installcheck-am installdirs maintainer-clean \
344
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
345
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
346
 
        uninstall-info-am uninstall-lispLISP
 
385
        distdir dvi dvi-am html html-am info info-am install \
 
386
        install-am install-data install-data-am install-exec \
 
387
        install-exec-am install-info install-info-am install-lispLISP \
 
388
        install-man install-strip installcheck installcheck-am \
 
389
        installdirs maintainer-clean maintainer-clean-generic \
 
390
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
391
        ps ps-am uninstall uninstall-am uninstall-info-am \
 
392
        uninstall-lispLISP
347
393
 
348
394
# Tell versions [3.59,3.63) of GNU make to not export all variables.
349
395
# Otherwise a system limit (for SysV at least) may be exceeded.