~ubuntu-branches/ubuntu/natty/xpm2wico/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Sourdeau
  • Date: 2002-03-31 14:26:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020331142629-3umogtrphsfj64hb
Tags: upstream-0.2.3.1
ImportĀ upstreamĀ versionĀ 0.2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
 
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
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = .
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
CC = @CC@
 
61
EXEEXT = @EXEEXT@
 
62
MAINT = @MAINT@
 
63
MAKEINFO = @MAKEINFO@
 
64
PACKAGE = @PACKAGE@
 
65
VERSION = @VERSION@
 
66
XPM_LIBS = @XPM_LIBS@
 
67
X_LIBS = @X_LIBS@
 
68
 
 
69
SUBDIRS = src test
 
70
man_MANS = xpm2wico.1
 
71
 
 
72
EXTRA_DIST = $(man_MANS)
 
73
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
74
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
75
CONFIG_HEADER = config.h
 
76
CONFIG_CLEAN_FILES = 
 
77
man1dir = $(mandir)/man1
 
78
MANS = $(man_MANS)
 
79
 
 
80
NROFF = nroff
 
81
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
82
Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
 
83
configure.in install-sh missing mkinstalldirs
 
84
 
 
85
 
 
86
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
87
 
 
88
TAR = tar
 
89
GZIP_ENV = --best
 
90
all: all-redirect
 
91
.SUFFIXES:
 
92
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
93
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
94
 
 
95
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
96
        cd $(top_builddir) \
 
97
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
98
 
 
99
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
 
100
        cd $(srcdir) && $(ACLOCAL)
 
101
 
 
102
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
 
103
        $(SHELL) ./config.status --recheck
 
104
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
105
        cd $(srcdir) && $(AUTOCONF)
 
106
 
 
107
config.h: stamp-h
 
108
        @if test ! -f $@; then \
 
109
                rm -f stamp-h; \
 
110
                $(MAKE) stamp-h; \
 
111
        else :; fi
 
112
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
113
        cd $(top_builddir) \
 
114
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
115
             $(SHELL) ./config.status
 
116
        @echo timestamp > stamp-h 2> /dev/null
 
117
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
 
118
        @if test ! -f $@; then \
 
119
                rm -f $(srcdir)/stamp-h.in; \
 
120
                $(MAKE) $(srcdir)/stamp-h.in; \
 
121
        else :; fi
 
122
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
123
        cd $(top_srcdir) && $(AUTOHEADER)
 
124
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
125
 
 
126
mostlyclean-hdr:
 
127
 
 
128
clean-hdr:
 
129
 
 
130
distclean-hdr:
 
131
        -rm -f config.h
 
132
 
 
133
maintainer-clean-hdr:
 
134
 
 
135
install-man1:
 
136
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
137
        @list='$(man1_MANS)'; \
 
138
        l2='$(man_MANS)'; for i in $$l2; do \
 
139
          case "$$i" in \
 
140
            *.1*) list="$$list $$i" ;; \
 
141
          esac; \
 
142
        done; \
 
143
        for i in $$list; do \
 
144
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
145
          else file=$$i; fi; \
 
146
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
147
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
148
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
149
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
 
150
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
151
        done
 
152
 
 
153
uninstall-man1:
 
154
        @list='$(man1_MANS)'; \
 
155
        l2='$(man_MANS)'; for i in $$l2; do \
 
156
          case "$$i" in \
 
157
            *.1*) list="$$list $$i" ;; \
 
158
          esac; \
 
159
        done; \
 
160
        for i in $$list; do \
 
161
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
162
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
163
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
164
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
 
165
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
166
        done
 
167
install-man: $(MANS)
 
168
        @$(NORMAL_INSTALL)
 
169
        $(MAKE) $(AM_MAKEFLAGS) install-man1
 
170
uninstall-man:
 
171
        @$(NORMAL_UNINSTALL)
 
172
        $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
 
173
 
 
174
# This directory's subdirectories are mostly independent; you can cd
 
175
# into them and run `make' without going through this Makefile.
 
176
# To change the values of `make' variables: instead of editing Makefiles,
 
177
# (1) if the variable is set in `config.status', edit `config.status'
 
178
#     (which will cause the Makefiles to be regenerated when you run `make');
 
179
# (2) otherwise, pass the desired values on the `make' command line.
 
180
 
 
181
@SET_MAKE@
 
182
 
 
183
all-recursive install-data-recursive install-exec-recursive \
 
184
installdirs-recursive install-recursive uninstall-recursive  \
 
185
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
186
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
187
        dot_seen=no; \
 
188
        target=`echo $@ | sed s/-recursive//`; \
 
189
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
190
          echo "Making $$target in $$subdir"; \
 
191
          if test "$$subdir" = "."; then \
 
192
            dot_seen=yes; \
 
193
            local_target="$$target-am"; \
 
194
          else \
 
195
            local_target="$$target"; \
 
196
          fi; \
 
197
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
198
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
199
        done; \
 
200
        if test "$$dot_seen" = "no"; then \
 
201
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
202
        fi; test -z "$$fail"
 
203
 
 
204
mostlyclean-recursive clean-recursive distclean-recursive \
 
205
maintainer-clean-recursive:
 
206
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
207
        dot_seen=no; \
 
208
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
209
          rev="$$subdir $$rev"; \
 
210
          test "$$subdir" = "." && dot_seen=yes; \
 
211
        done; \
 
212
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
213
        target=`echo $@ | sed s/-recursive//`; \
 
214
        for subdir in $$rev; do \
 
215
          echo "Making $$target in $$subdir"; \
 
216
          if test "$$subdir" = "."; then \
 
217
            local_target="$$target-am"; \
 
218
          else \
 
219
            local_target="$$target"; \
 
220
          fi; \
 
221
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
222
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
223
        done && test -z "$$fail"
 
224
tags-recursive:
 
225
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
226
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
227
        done
 
228
 
 
229
tags: TAGS
 
230
 
 
231
ID: $(HEADERS) $(SOURCES) $(LISP)
 
232
        list='$(SOURCES) $(HEADERS)'; \
 
233
        unique=`for i in $$list; do echo $$i; done | \
 
234
          awk '    { files[$$0] = 1; } \
 
235
               END { for (i in files) print i; }'`; \
 
236
        here=`pwd` && cd $(srcdir) \
 
237
          && mkid -f$$here/ID $$unique $(LISP)
 
238
 
 
239
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
240
        tags=; \
 
241
        here=`pwd`; \
 
242
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
243
   if test "$$subdir" = .; then :; else \
 
244
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
245
   fi; \
 
246
        done; \
 
247
        list='$(SOURCES) $(HEADERS)'; \
 
248
        unique=`for i in $$list; do echo $$i; done | \
 
249
          awk '    { files[$$0] = 1; } \
 
250
               END { for (i in files) print i; }'`; \
 
251
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
252
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
 
253
 
 
254
mostlyclean-tags:
 
255
 
 
256
clean-tags:
 
257
 
 
258
distclean-tags:
 
259
        -rm -f TAGS ID
 
260
 
 
261
maintainer-clean-tags:
 
262
 
 
263
distdir = $(PACKAGE)-$(VERSION)
 
264
top_distdir = $(distdir)
 
265
 
 
266
# This target untars the dist file and tries a VPATH configuration.  Then
 
267
# it guarantees that the distribution is self-contained by making another
 
268
# tarfile.
 
269
distcheck: dist
 
270
        -rm -rf $(distdir)
 
271
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
272
        mkdir $(distdir)/=build
 
273
        mkdir $(distdir)/=inst
 
274
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
275
        cd $(distdir)/=build \
 
276
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
277
          && $(MAKE) $(AM_MAKEFLAGS) \
 
278
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
279
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
280
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
281
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
282
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
283
        -rm -rf $(distdir)
 
284
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
285
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
286
        echo "$$dashes"; \
 
287
        echo "$$banner"; \
 
288
        echo "$$dashes"
 
289
dist: distdir
 
290
        -chmod -R a+r $(distdir)
 
291
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
292
        -rm -rf $(distdir)
 
293
dist-all: distdir
 
294
        -chmod -R a+r $(distdir)
 
295
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
296
        -rm -rf $(distdir)
 
297
distdir: $(DISTFILES)
 
298
        -rm -rf $(distdir)
 
299
        mkdir $(distdir)
 
300
        -chmod 777 $(distdir)
 
301
        @for file in $(DISTFILES); do \
 
302
          d=$(srcdir); \
 
303
          if test -d $$d/$$file; then \
 
304
            cp -pr $$d/$$file $(distdir)/$$file; \
 
305
          else \
 
306
            test -f $(distdir)/$$file \
 
307
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
308
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
309
          fi; \
 
310
        done
 
311
        for subdir in $(SUBDIRS); do \
 
312
          if test "$$subdir" = .; then :; else \
 
313
            test -d $(distdir)/$$subdir \
 
314
            || mkdir $(distdir)/$$subdir \
 
315
            || exit 1; \
 
316
            chmod 777 $(distdir)/$$subdir; \
 
317
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
318
              || exit 1; \
 
319
          fi; \
 
320
        done
 
321
info-am:
 
322
info: info-recursive
 
323
dvi-am:
 
324
dvi: dvi-recursive
 
325
check-am: all-am
 
326
check: check-recursive
 
327
installcheck-am:
 
328
installcheck: installcheck-recursive
 
329
all-recursive-am: config.h
 
330
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
331
 
 
332
install-exec-am:
 
333
install-exec: install-exec-recursive
 
334
 
 
335
install-data-am: install-man
 
336
install-data: install-data-recursive
 
337
 
 
338
install-am: all-am
 
339
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
340
install: install-recursive
 
341
uninstall-am: uninstall-man
 
342
uninstall: uninstall-recursive
 
343
all-am: Makefile $(MANS) config.h
 
344
all-redirect: all-recursive-am
 
345
install-strip:
 
346
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
347
installdirs: installdirs-recursive
 
348
installdirs-am:
 
349
        $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
 
350
 
 
351
 
 
352
mostlyclean-generic:
 
353
 
 
354
clean-generic:
 
355
 
 
356
distclean-generic:
 
357
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
358
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
359
 
 
360
maintainer-clean-generic:
 
361
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
362
 
 
363
mostlyclean: mostlyclean-recursive
 
364
 
 
365
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
366
 
 
367
clean: clean-recursive
 
368
 
 
369
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
370
 
 
371
distclean: distclean-recursive
 
372
        -rm -f config.status
 
373
 
 
374
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
375
                maintainer-clean-generic distclean-am
 
376
        @echo "This command is intended for maintainers to use;"
 
377
        @echo "it deletes files that may require special tools to rebuild."
 
378
 
 
379
maintainer-clean: maintainer-clean-recursive
 
380
        -rm -f config.status
 
381
 
 
382
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
383
install-man1 uninstall-man1 install-man uninstall-man \
 
384
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
385
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
386
all-recursive check-recursive installcheck-recursive info-recursive \
 
387
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
388
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
389
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
390
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
391
install-exec-am install-exec install-data-am install-data install-am \
 
392
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
393
installdirs mostlyclean-generic distclean-generic clean-generic \
 
394
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
395
 
 
396
 
 
397
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
398
# Otherwise a system limit (for SysV at least) may be exceeded.
 
399
.NOEXPORT: