source: projects/vine-rpm-helper/trunk/plugins/Makefile.in @ 4939

Revision 4939, 12.1 KB checked in by yasumichi, 13 years ago (diff)

SPEC ファィル出力部分の一部をプラグイン化

Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = plugins
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
41        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
42        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
43        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
44        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46        $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56am__install_max = 40
57am__nobase_strip_setup = \
58  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59am__nobase_strip = \
60  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61am__nobase_list = $(am__nobase_strip_setup); \
62  for p in $$list; do echo "$$p $$p"; done | \
63  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65    if (++n[$$2] == $(am__install_max)) \
66      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67    END { for (dir in files) print dir, files[dir] }'
68am__base_list = \
69  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71am__installdirs = "$(DESTDIR)$(pluginsdir)"
72SCRIPTS = $(plugins_SCRIPTS)
73SOURCES =
74DIST_SOURCES =
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76ACLOCAL = @ACLOCAL@
77AMTAR = @AMTAR@
78AUTOCONF = @AUTOCONF@
79AUTOHEADER = @AUTOHEADER@
80AUTOMAKE = @AUTOMAKE@
81AWK = @AWK@
82CC = @CC@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CYGPATH_W = @CYGPATH_W@
88DEFS = @DEFS@
89DEPDIR = @DEPDIR@
90ECHO_C = @ECHO_C@
91ECHO_N = @ECHO_N@
92ECHO_T = @ECHO_T@
93EGREP = @EGREP@
94EXEEXT = @EXEEXT@
95GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
96GMSGFMT = @GMSGFMT@
97GMSGFMT_015 = @GMSGFMT_015@
98GREP = @GREP@
99INSTALL = @INSTALL@
100INSTALL_DATA = @INSTALL_DATA@
101INSTALL_PROGRAM = @INSTALL_PROGRAM@
102INSTALL_SCRIPT = @INSTALL_SCRIPT@
103INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104INTLLIBS = @INTLLIBS@
105INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
106LDFLAGS = @LDFLAGS@
107LIBICONV = @LIBICONV@
108LIBINTL = @LIBINTL@
109LIBOBJS = @LIBOBJS@
110LIBS = @LIBS@
111LTLIBICONV = @LTLIBICONV@
112LTLIBINTL = @LTLIBINTL@
113LTLIBOBJS = @LTLIBOBJS@
114MAINT = @MAINT@
115MAKEINFO = @MAKEINFO@
116MKDIR_P = @MKDIR_P@
117MSGFMT = @MSGFMT@
118MSGFMT_015 = @MSGFMT_015@
119MSGMERGE = @MSGMERGE@
120OBJEXT = @OBJEXT@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_URL = @PACKAGE_URL@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129PKGDATADIR = @PKGDATADIR@
130POSUB = @POSUB@
131SET_MAKE = @SET_MAKE@
132SHELL = @SHELL@
133STRIP = @STRIP@
134USE_NLS = @USE_NLS@
135VERSION = @VERSION@
136XGETTEXT = @XGETTEXT@
137XGETTEXT_015 = @XGETTEXT_015@
138XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
139abs_builddir = @abs_builddir@
140abs_srcdir = @abs_srcdir@
141abs_top_builddir = @abs_top_builddir@
142abs_top_srcdir = @abs_top_srcdir@
143ac_ct_CC = @ac_ct_CC@
144am__include = @am__include@
145am__leading_dot = @am__leading_dot@
146am__quote = @am__quote@
147am__tar = @am__tar@
148am__untar = @am__untar@
149bindir = @bindir@
150build = @build@
151build_alias = @build_alias@
152build_cpu = @build_cpu@
153build_os = @build_os@
154build_vendor = @build_vendor@
155builddir = @builddir@
156datadir = @datadir@
157datarootdir = @datarootdir@
158docdir = @docdir@
159dvidir = @dvidir@
160exec_prefix = @exec_prefix@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localedir = @localedir@
173localstatedir = @localstatedir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176oldincludedir = @oldincludedir@
177pdfdir = @pdfdir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180psdir = @psdir@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183srcdir = @srcdir@
184sysconfdir = @sysconfdir@
185target_alias = @target_alias@
186top_build_prefix = @top_build_prefix@
187top_builddir = @top_builddir@
188top_srcdir = @top_srcdir@
189pluginsdir = $(libdir)/vine-rpm-helper
190plugins_SCRIPTS = Perl Python autotoolize
191all: all-am
192
193.SUFFIXES:
194$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
195        @for dep in $?; do \
196          case '$(am__configure_deps)' in \
197            *$$dep*) \
198              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199                && { if test -f $@; then exit 0; else break; fi; }; \
200              exit 1;; \
201          esac; \
202        done; \
203        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/Makefile'; \
204        $(am__cd) $(top_srcdir) && \
205          $(AUTOMAKE) --gnu plugins/Makefile
206.PRECIOUS: Makefile
207Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208        @case '$?' in \
209          *config.status*) \
210            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
211          *) \
212            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
213            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
214        esac;
215
216$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
219$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
220        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
222        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223$(am__aclocal_m4_deps):
224install-pluginsSCRIPTS: $(plugins_SCRIPTS)
225        @$(NORMAL_INSTALL)
226        test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)"
227        @list='$(plugins_SCRIPTS)'; test -n "$(pluginsdir)" || list=; \
228        for p in $$list; do \
229          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
230          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
231        done | \
232        sed -e 'p;s,.*/,,;n' \
233            -e 'h;s|.*|.|' \
234            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
235        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
236          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
237            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
238              if (++n[d] == $(am__install_max)) { \
239                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
240            else { print "f", d "/" $$4, $$1 } } \
241          END { for (d in files) print "f", d, files[d] }' | \
242        while read type dir files; do \
243             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
244             test -z "$$files" || { \
245               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pluginsdir)$$dir'"; \
246               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pluginsdir)$$dir" || exit $$?; \
247             } \
248        ; done
249
250uninstall-pluginsSCRIPTS:
251        @$(NORMAL_UNINSTALL)
252        @list='$(plugins_SCRIPTS)'; test -n "$(pluginsdir)" || exit 0; \
253        files=`for p in $$list; do echo "$$p"; done | \
254               sed -e 's,.*/,,;$(transform)'`; \
255        test -n "$$list" || exit 0; \
256        echo " ( cd '$(DESTDIR)$(pluginsdir)' && rm -f" $$files ")"; \
257        cd "$(DESTDIR)$(pluginsdir)" && rm -f $$files
258tags: TAGS
259TAGS:
260
261ctags: CTAGS
262CTAGS:
263
264
265distdir: $(DISTFILES)
266        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
267        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
268        list='$(DISTFILES)'; \
269          dist_files=`for file in $$list; do echo $$file; done | \
270          sed -e "s|^$$srcdirstrip/||;t" \
271              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
272        case $$dist_files in \
273          */*) $(MKDIR_P) `echo "$$dist_files" | \
274                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
275                           sort -u` ;; \
276        esac; \
277        for file in $$dist_files; do \
278          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
279          if test -d $$d/$$file; then \
280            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
281            if test -d "$(distdir)/$$file"; then \
282              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
283            fi; \
284            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
285              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
286              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
287            fi; \
288            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
289          else \
290            test -f "$(distdir)/$$file" \
291            || cp -p $$d/$$file "$(distdir)/$$file" \
292            || exit 1; \
293          fi; \
294        done
295check-am: all-am
296check: check-am
297all-am: Makefile $(SCRIPTS)
298installdirs:
299        for dir in "$(DESTDIR)$(pluginsdir)"; do \
300          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
301        done
302install: install-am
303install-exec: install-exec-am
304install-data: install-data-am
305uninstall: uninstall-am
306
307install-am: all-am
308        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309
310installcheck: installcheck-am
311install-strip:
312        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
313          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
314          `test -z '$(STRIP)' || \
315            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
316mostlyclean-generic:
317
318clean-generic:
319
320distclean-generic:
321        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
322        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
323
324maintainer-clean-generic:
325        @echo "This command is intended for maintainers to use"
326        @echo "it deletes files that may require special tools to rebuild."
327clean: clean-am
328
329clean-am: clean-generic mostlyclean-am
330
331distclean: distclean-am
332        -rm -f Makefile
333distclean-am: clean-am distclean-generic
334
335dvi: dvi-am
336
337dvi-am:
338
339html: html-am
340
341html-am:
342
343info: info-am
344
345info-am:
346
347install-data-am: install-pluginsSCRIPTS
348
349install-dvi: install-dvi-am
350
351install-dvi-am:
352
353install-exec-am:
354
355install-html: install-html-am
356
357install-html-am:
358
359install-info: install-info-am
360
361install-info-am:
362
363install-man:
364
365install-pdf: install-pdf-am
366
367install-pdf-am:
368
369install-ps: install-ps-am
370
371install-ps-am:
372
373installcheck-am:
374
375maintainer-clean: maintainer-clean-am
376        -rm -f Makefile
377maintainer-clean-am: distclean-am maintainer-clean-generic
378
379mostlyclean: mostlyclean-am
380
381mostlyclean-am: mostlyclean-generic
382
383pdf: pdf-am
384
385pdf-am:
386
387ps: ps-am
388
389ps-am:
390
391uninstall-am: uninstall-pluginsSCRIPTS
392
393.MAKE: install-am install-strip
394
395.PHONY: all all-am check check-am clean clean-generic distclean \
396        distclean-generic distdir dvi dvi-am html html-am info info-am \
397        install install-am install-data install-data-am install-dvi \
398        install-dvi-am install-exec install-exec-am install-html \
399        install-html-am install-info install-info-am install-man \
400        install-pdf install-pdf-am install-pluginsSCRIPTS install-ps \
401        install-ps-am install-strip installcheck installcheck-am \
402        installdirs maintainer-clean maintainer-clean-generic \
403        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
404        uninstall-am uninstall-pluginsSCRIPTS
405
406
407# Tell versions [3.59,3.63) of GNU make to not export all variables.
408# Otherwise a system limit (for SysV at least) may be exceeded.
409.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.