root/trunk/rgc/Makefile.in

Revision 287, 24.5 KB (checked in by ath, 3 years ago)

Merge shave support and update the usual autotools stuff.

Line 
1# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = .
36DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38        $(srcdir)/rgc_client.pc.in $(srcdir)/rgc_server.pc.in \
39        $(srcdir)/shave-libtool.in $(srcdir)/shave.in \
40        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
41        INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
42        install-sh ltmain.sh missing mkinstalldirs
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
46        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
47        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
48        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
51        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
52        $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/shave.m4 \
53        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
54am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55        $(ACLOCAL_M4)
56am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
59CONFIG_HEADER = config.h
60CONFIG_CLEAN_FILES = shave shave-libtool rgc_server.pc rgc_client.pc
61SOURCES =
62DIST_SOURCES =
63RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64        html-recursive info-recursive install-data-recursive \
65        install-dvi-recursive install-exec-recursive \
66        install-html-recursive install-info-recursive \
67        install-pdf-recursive install-ps-recursive install-recursive \
68        installcheck-recursive installdirs-recursive pdf-recursive \
69        ps-recursive uninstall-recursive
70am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71am__vpath_adj = case $$p in \
72    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73    *) f=$$p;; \
74  esac;
75am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
76am__installdirs = "$(DESTDIR)$(librgcdocdir)" \
77        "$(DESTDIR)$(pkgconfigdir)"
78librgcdocDATA_INSTALL = $(INSTALL_DATA)
79pkgconfigDATA_INSTALL = $(INSTALL_DATA)
80DATA = $(librgcdoc_DATA) $(pkgconfig_DATA)
81RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82  distclean-recursive maintainer-clean-recursive
83ETAGS = etags
84CTAGS = ctags
85DIST_SUBDIRS = $(SUBDIRS)
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87distdir = $(PACKAGE)-$(VERSION)
88top_distdir = $(distdir)
89am__remove_distdir = \
90  { test ! -d $(distdir) \
91    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
92         && rm -fr $(distdir); }; }
93DIST_ARCHIVES = $(distdir).tar.gz
94GZIP_ENV = --best
95distuninstallcheck_listfiles = find . -type f -print
96distcleancheck_listfiles = find . -type f -print
97ACLOCAL = @ACLOCAL@
98AMTAR = @AMTAR@
99AM_MAKEFLAGS = @AM_MAKEFLAGS@
100AR = @AR@
101AS = @AS@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CHECK_CFLAGS = @CHECK_CFLAGS@
110CHECK_LIBS = @CHECK_LIBS@
111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
113CXX = @CXX@
114CYGPATH_W = @CYGPATH_W@
115DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
116DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DLLTOOL = @DLLTOOL@
120DSYMUTIL = @DSYMUTIL@
121DUMPBIN = @DUMPBIN@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127F77 = @F77@
128FC = @FC@
129FGREP = @FGREP@
130GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
131GMSGFMT = @GMSGFMT@
132GMSGFMT_015 = @GMSGFMT_015@
133GNET_CFLAGS = @GNET_CFLAGS@
134GNET_LIBS = @GNET_LIBS@
135GREP = @GREP@
136INSTALL = @INSTALL@
137INSTALL_DATA = @INSTALL_DATA@
138INSTALL_PROGRAM = @INSTALL_PROGRAM@
139INSTALL_SCRIPT = @INSTALL_SCRIPT@
140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141INTLLIBS = @INTLLIBS@
142INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
143LD = @LD@
144LDFLAGS = @LDFLAGS@
145LIBICONV = @LIBICONV@
146LIBINTL = @LIBINTL@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LIBTOOL = @LIBTOOL@
150LIPO = @LIPO@
151LN_S = @LN_S@
152LTLIBICONV = @LTLIBICONV@
153LTLIBINTL = @LTLIBINTL@
154LTLIBOBJS = @LTLIBOBJS@
155MAKEFLAGS = @MAKEFLAGS@
156MAKEINFO = @MAKEINFO@
157MKDIR_P = @MKDIR_P@
158MSGFMT = @MSGFMT@
159MSGFMT_015 = @MSGFMT_015@
160MSGMERGE = @MSGMERGE@
161NM = @NM@
162NMEDIT = @NMEDIT@
163NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@
164NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@
165NO_PREFIX_PACKAGE_HELP_DIR = @NO_PREFIX_PACKAGE_HELP_DIR@
166NO_PREFIX_PACKAGE_MENU_DIR = @NO_PREFIX_PACKAGE_MENU_DIR@
167NO_PREFIX_PACKAGE_PIXMAPS_DIR = @NO_PREFIX_PACKAGE_PIXMAPS_DIR@
168OBJC = @OBJC@
169OBJDUMP = @OBJDUMP@
170OBJEXT = @OBJEXT@
171OTOOL = @OTOOL@
172OTOOL64 = @OTOOL64@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
176PACKAGE_DOC_DIR = @PACKAGE_DOC_DIR@
177PACKAGE_HELP_DIR = @PACKAGE_HELP_DIR@
178PACKAGE_MENU_DIR = @PACKAGE_MENU_DIR@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PKG_CONFIG = @PKG_CONFIG@
186POSUB = @POSUB@
187PYTHON = @PYTHON@
188PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
189PYTHON_INCLUDES = @PYTHON_INCLUDES@
190PYTHON_PLATFORM = @PYTHON_PLATFORM@
191PYTHON_PREFIX = @PYTHON_PREFIX@
192PYTHON_VERSION = @PYTHON_VERSION@
193Q = @Q@
194RANLIB = @RANLIB@
195RGC_BASE_CFLAGS = @RGC_BASE_CFLAGS@
196RGC_BASE_LIBS = @RGC_BASE_LIBS@
197RGC_SRC_CFLAGS = @RGC_SRC_CFLAGS@
198RGC_SRC_LIBS = @RGC_SRC_LIBS@
199RGC_TEST_CFLAGS = @RGC_TEST_CFLAGS@
200RGC_TEST_LIBS = @RGC_TEST_LIBS@
201SED = @SED@
202SET_MAKE = @SET_MAKE@
203SHELL = @SHELL@
204STRIP = @STRIP@
205USE_NLS = @USE_NLS@
206V = @V@
207VERSION = @VERSION@
208XGETTEXT = @XGETTEXT@
209XGETTEXT_015 = @XGETTEXT_015@
210XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build = @build@
224build_alias = @build_alias@
225build_cpu = @build_cpu@
226build_os = @build_os@
227build_vendor = @build_vendor@
228builddir = @builddir@
229datadir = @datadir@
230datarootdir = @datarootdir@
231docdir = @docdir@
232dvidir = @dvidir@
233exec_prefix = @exec_prefix@
234host = @host@
235host_alias = @host_alias@
236host_cpu = @host_cpu@
237host_os = @host_os@
238host_vendor = @host_vendor@
239htmldir = @htmldir@
240includedir = @includedir@
241infodir = @infodir@
242install_sh = @install_sh@
243libdir = @libdir@
244libexecdir = @libexecdir@
245localedir = @localedir@
246localstatedir = @localstatedir@
247lt_ECHO = @lt_ECHO@
248mandir = @mandir@
249mkdir_p = @mkdir_p@
250oldincludedir = @oldincludedir@
251pdfdir = @pdfdir@
252pkgpyexecdir = @pkgpyexecdir@
253pkgpythondir = @pkgpythondir@
254prefix = @prefix@
255program_transform_name = @program_transform_name@
256psdir = @psdir@
257pyexecdir = @pyexecdir@
258pythondir = @pythondir@
259sbindir = @sbindir@
260sharedstatedir = @sharedstatedir@
261shavedir = @shavedir@
262srcdir = @srcdir@
263sysconfdir = @sysconfdir@
264target_alias = @target_alias@
265top_build_prefix = @top_build_prefix@
266top_builddir = @top_builddir@
267top_srcdir = @top_srcdir@
268SUBDIRS = po include src bindings test
269librgcdocdir = ${prefix}/doc/rgc
270librgcdoc_DATA = \
271        README\
272        COPYING\
273        AUTHORS\
274        ChangeLog\
275        INSTALL\
276        NEWS\
277        TODO\
278        ABOUT-NLS
279
280EXTRA_DIST = config.rpath  $(librgcdoc_DATA) \
281        rgc_server.pc.in\
282        rgc_client.pc.in
283
284pkgconfigdir = $(libdir)/pkgconfig
285pkgconfig_DATA = rgc_server.pc rgc_client.pc
286ACLOCAL_AMFLAGS = -I m4
287all: config.h
288        $(MAKE) $(AM_MAKEFLAGS) all-recursive
289
290.SUFFIXES:
291am--refresh:
292        @:
293$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294        @for dep in $?; do \
295          case '$(am__configure_deps)' in \
296            *$$dep*) \
297              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
298              cd $(srcdir) && $(AUTOMAKE) --gnu  \
299                && exit 0; \
300              exit 1;; \
301          esac; \
302        done; \
303        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
304        cd $(top_srcdir) && \
305          $(AUTOMAKE) --gnu  Makefile
306.PRECIOUS: Makefile
307Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308        @case '$?' in \
309          *config.status*) \
310            echo ' $(SHELL) ./config.status'; \
311            $(SHELL) ./config.status;; \
312          *) \
313            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
314            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
315        esac;
316
317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318        $(SHELL) ./config.status --recheck
319
320$(top_srcdir)/configure:  $(am__configure_deps)
321        cd $(srcdir) && $(AUTOCONF)
322$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
324
325config.h: stamp-h1
326        @if test ! -f $@; then \
327          rm -f stamp-h1; \
328          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
329        else :; fi
330
331stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
332        @rm -f stamp-h1
333        cd $(top_builddir) && $(SHELL) ./config.status config.h
334$(srcdir)/config.h.in:  $(am__configure_deps)
335        cd $(top_srcdir) && $(AUTOHEADER)
336        rm -f stamp-h1
337        touch $@
338
339distclean-hdr:
340        -rm -f config.h stamp-h1
341shave: $(top_builddir)/config.status $(srcdir)/shave.in
342        cd $(top_builddir) && $(SHELL) ./config.status $@
343shave-libtool: $(top_builddir)/config.status $(srcdir)/shave-libtool.in
344        cd $(top_builddir) && $(SHELL) ./config.status $@
345rgc_server.pc: $(top_builddir)/config.status $(srcdir)/rgc_server.pc.in
346        cd $(top_builddir) && $(SHELL) ./config.status $@
347rgc_client.pc: $(top_builddir)/config.status $(srcdir)/rgc_client.pc.in
348        cd $(top_builddir) && $(SHELL) ./config.status $@
349
350mostlyclean-libtool:
351        -rm -f *.lo
352
353clean-libtool:
354        -rm -rf .libs _libs
355
356distclean-libtool:
357        -rm -f libtool config.lt
358install-librgcdocDATA: $(librgcdoc_DATA)
359        @$(NORMAL_INSTALL)
360        test -z "$(librgcdocdir)" || $(MKDIR_P) "$(DESTDIR)$(librgcdocdir)"
361        @list='$(librgcdoc_DATA)'; for p in $$list; do \
362          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363          f=$(am__strip_dir) \
364          echo " $(librgcdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(librgcdocdir)/$$f'"; \
365          $(librgcdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(librgcdocdir)/$$f"; \
366        done
367
368uninstall-librgcdocDATA:
369        @$(NORMAL_UNINSTALL)
370        @list='$(librgcdoc_DATA)'; for p in $$list; do \
371          f=$(am__strip_dir) \
372          echo " rm -f '$(DESTDIR)$(librgcdocdir)/$$f'"; \
373          rm -f "$(DESTDIR)$(librgcdocdir)/$$f"; \
374        done
375install-pkgconfigDATA: $(pkgconfig_DATA)
376        @$(NORMAL_INSTALL)
377        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
378        @list='$(pkgconfig_DATA)'; for p in $$list; do \
379          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380          f=$(am__strip_dir) \
381          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
382          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
383        done
384
385uninstall-pkgconfigDATA:
386        @$(NORMAL_UNINSTALL)
387        @list='$(pkgconfig_DATA)'; for p in $$list; do \
388          f=$(am__strip_dir) \
389          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
390          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
391        done
392
393# This directory's subdirectories are mostly independent; you can cd
394# into them and run `make' without going through this Makefile.
395# To change the values of `make' variables: instead of editing Makefiles,
396# (1) if the variable is set in `config.status', edit `config.status'
397#     (which will cause the Makefiles to be regenerated when you run `make');
398# (2) otherwise, pass the desired values on the `make' command line.
399$(RECURSIVE_TARGETS):
400        @failcom='exit 1'; \
401        for f in x $$MAKEFLAGS; do \
402          case $$f in \
403            *=* | --[!k]*);; \
404            *k*) failcom='fail=yes';; \
405          esac; \
406        done; \
407        dot_seen=no; \
408        target=`echo $@ | sed s/-recursive//`; \
409        list='$(SUBDIRS)'; for subdir in $$list; do \
410          echo "Making $$target in $$subdir"; \
411          if test "$$subdir" = "."; then \
412            dot_seen=yes; \
413            local_target="$$target-am"; \
414          else \
415            local_target="$$target"; \
416          fi; \
417          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418          || eval $$failcom; \
419        done; \
420        if test "$$dot_seen" = "no"; then \
421          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
422        fi; test -z "$$fail"
423
424$(RECURSIVE_CLEAN_TARGETS):
425        @failcom='exit 1'; \
426        for f in x $$MAKEFLAGS; do \
427          case $$f in \
428            *=* | --[!k]*);; \
429            *k*) failcom='fail=yes';; \
430          esac; \
431        done; \
432        dot_seen=no; \
433        case "$@" in \
434          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
435          *) list='$(SUBDIRS)' ;; \
436        esac; \
437        rev=''; for subdir in $$list; do \
438          if test "$$subdir" = "."; then :; else \
439            rev="$$subdir $$rev"; \
440          fi; \
441        done; \
442        rev="$$rev ."; \
443        target=`echo $@ | sed s/-recursive//`; \
444        for subdir in $$rev; do \
445          echo "Making $$target in $$subdir"; \
446          if test "$$subdir" = "."; then \
447            local_target="$$target-am"; \
448          else \
449            local_target="$$target"; \
450          fi; \
451          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
452          || eval $$failcom; \
453        done && test -z "$$fail"
454tags-recursive:
455        list='$(SUBDIRS)'; for subdir in $$list; do \
456          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
457        done
458ctags-recursive:
459        list='$(SUBDIRS)'; for subdir in $$list; do \
460          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
461        done
462
463ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
464        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465        unique=`for i in $$list; do \
466            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467          done | \
468          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469              END { if (nonempty) { for (i in files) print i; }; }'`; \
470        mkid -fID $$unique
471tags: TAGS
472
473TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
474                $(TAGS_FILES) $(LISP)
475        tags=; \
476        here=`pwd`; \
477        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
478          include_option=--etags-include; \
479          empty_fix=.; \
480        else \
481          include_option=--include; \
482          empty_fix=; \
483        fi; \
484        list='$(SUBDIRS)'; for subdir in $$list; do \
485          if test "$$subdir" = .; then :; else \
486            test ! -f $$subdir/TAGS || \
487              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
488          fi; \
489        done; \
490        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
491        unique=`for i in $$list; do \
492            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493          done | \
494          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495              END { if (nonempty) { for (i in files) print i; }; }'`; \
496        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
497          test -n "$$unique" || unique=$$empty_fix; \
498          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499            $$tags $$unique; \
500        fi
501ctags: CTAGS
502CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
503                $(TAGS_FILES) $(LISP)
504        tags=; \
505        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
506        unique=`for i in $$list; do \
507            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508          done | \
509          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510              END { if (nonempty) { for (i in files) print i; }; }'`; \
511        test -z "$(CTAGS_ARGS)$$tags$$unique" \
512          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513             $$tags $$unique
514
515GTAGS:
516        here=`$(am__cd) $(top_builddir) && pwd` \
517          && cd $(top_srcdir) \
518          && gtags -i $(GTAGS_ARGS) $$here
519
520distclean-tags:
521        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
522
523distdir: $(DISTFILES)
524        $(am__remove_distdir)
525        test -d $(distdir) || mkdir $(distdir)
526        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528        list='$(DISTFILES)'; \
529          dist_files=`for file in $$list; do echo $$file; done | \
530          sed -e "s|^$$srcdirstrip/||;t" \
531              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532        case $$dist_files in \
533          */*) $(MKDIR_P) `echo "$$dist_files" | \
534                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535                           sort -u` ;; \
536        esac; \
537        for file in $$dist_files; do \
538          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539          if test -d $$d/$$file; then \
540            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
543            fi; \
544            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
545          else \
546            test -f $(distdir)/$$file \
547            || cp -p $$d/$$file $(distdir)/$$file \
548            || exit 1; \
549          fi; \
550        done
551        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552          if test "$$subdir" = .; then :; else \
553            test -d "$(distdir)/$$subdir" \
554            || $(MKDIR_P) "$(distdir)/$$subdir" \
555            || exit 1; \
556            distdir=`$(am__cd) $(distdir) && pwd`; \
557            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
558            (cd $$subdir && \
559              $(MAKE) $(AM_MAKEFLAGS) \
560                top_distdir="$$top_distdir" \
561                distdir="$$distdir/$$subdir" \
562                am__remove_distdir=: \
563                am__skip_length_check=: \
564                distdir) \
565              || exit 1; \
566          fi; \
567        done
568        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
569          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
570          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
571          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
572        || chmod -R a+r $(distdir)
573dist-gzip: distdir
574        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
575        $(am__remove_distdir)
576
577dist-bzip2: distdir
578        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
579        $(am__remove_distdir)
580
581dist-lzma: distdir
582        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
583        $(am__remove_distdir)
584
585dist-tarZ: distdir
586        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
587        $(am__remove_distdir)
588
589dist-shar: distdir
590        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
591        $(am__remove_distdir)
592
593dist-zip: distdir
594        -rm -f $(distdir).zip
595        zip -rq $(distdir).zip $(distdir)
596        $(am__remove_distdir)
597
598dist dist-all: distdir
599        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
600        $(am__remove_distdir)
601
602# This target untars the dist file and tries a VPATH configuration.  Then
603# it guarantees that the distribution is self-contained by making another
604# tarfile.
605distcheck: dist
606        case '$(DIST_ARCHIVES)' in \
607        *.tar.gz*) \
608          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
609        *.tar.bz2*) \
610          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
611        *.tar.lzma*) \
612          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
613        *.tar.Z*) \
614          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
615        *.shar.gz*) \
616          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
617        *.zip*) \
618          unzip $(distdir).zip ;;\
619        esac
620        chmod -R a-w $(distdir); chmod a+w $(distdir)
621        mkdir $(distdir)/_build
622        mkdir $(distdir)/_inst
623        chmod a-w $(distdir)
624        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
625          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
626          && cd $(distdir)/_build \
627          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
628            $(DISTCHECK_CONFIGURE_FLAGS) \
629          && $(MAKE) $(AM_MAKEFLAGS) \
630          && $(MAKE) $(AM_MAKEFLAGS) dvi \
631          && $(MAKE) $(AM_MAKEFLAGS) check \
632          && $(MAKE) $(AM_MAKEFLAGS) install \
633          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
634          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
635          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
636                distuninstallcheck \
637          && chmod -R a-w "$$dc_install_base" \
638          && ({ \
639               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
640               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
641               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
642               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
643                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
644              } || { rm -rf "$$dc_destdir"; exit 1; }) \
645          && rm -rf "$$dc_destdir" \
646          && $(MAKE) $(AM_MAKEFLAGS) dist \
647          && rm -rf $(DIST_ARCHIVES) \
648          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
649        $(am__remove_distdir)
650        @(echo "$(distdir) archives ready for distribution: "; \
651          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
652          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
653distuninstallcheck:
654        @cd $(distuninstallcheck_dir) \
655        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
656           || { echo "ERROR: files left after uninstall:" ; \
657                if test -n "$(DESTDIR)"; then \
658                  echo "  (check DESTDIR support)"; \
659                fi ; \
660                $(distuninstallcheck_listfiles) ; \
661                exit 1; } >&2
662distcleancheck: distclean
663        @if test '$(srcdir)' = . ; then \
664          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
665          exit 1 ; \
666        fi
667        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
668          || { echo "ERROR: files left in build directory after distclean:" ; \
669               $(distcleancheck_listfiles) ; \
670               exit 1; } >&2
671check-am: all-am
672check: check-recursive
673all-am: Makefile $(DATA) config.h
674installdirs: installdirs-recursive
675installdirs-am:
676        for dir in "$(DESTDIR)$(librgcdocdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
677          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
678        done
679install: install-recursive
680install-exec: install-exec-recursive
681install-data: install-data-recursive
682uninstall: uninstall-recursive
683
684install-am: all-am
685        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
686
687installcheck: installcheck-recursive
688install-strip:
689        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691          `test -z '$(STRIP)' || \
692            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
693mostlyclean-generic:
694
695clean-generic:
696
697distclean-generic:
698        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699
700maintainer-clean-generic:
701        @echo "This command is intended for maintainers to use"
702        @echo "it deletes files that may require special tools to rebuild."
703clean: clean-recursive
704
705clean-am: clean-generic clean-libtool mostlyclean-am
706
707distclean: distclean-recursive
708        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
709        -rm -f Makefile
710distclean-am: clean-am distclean-generic distclean-hdr \
711        distclean-libtool distclean-tags
712
713dvi: dvi-recursive
714
715dvi-am:
716
717html: html-recursive
718
719info: info-recursive
720
721info-am:
722
723install-data-am: install-librgcdocDATA install-pkgconfigDATA
724
725install-dvi: install-dvi-recursive
726
727install-exec-am:
728
729install-html: install-html-recursive
730
731install-info: install-info-recursive
732
733install-man:
734
735install-pdf: install-pdf-recursive
736
737install-ps: install-ps-recursive
738
739installcheck-am:
740
741maintainer-clean: maintainer-clean-recursive
742        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743        -rm -rf $(top_srcdir)/autom4te.cache
744        -rm -f Makefile
745maintainer-clean-am: distclean-am maintainer-clean-generic
746
747mostlyclean: mostlyclean-recursive
748
749mostlyclean-am: mostlyclean-generic mostlyclean-libtool
750
751pdf: pdf-recursive
752
753pdf-am:
754
755ps: ps-recursive
756
757ps-am:
758
759uninstall-am: uninstall-librgcdocDATA uninstall-pkgconfigDATA
760
761.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
762        install-strip
763
764.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
765        all all-am am--refresh check check-am clean clean-generic \
766        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
767        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
768        distclean distclean-generic distclean-hdr distclean-libtool \
769        distclean-tags distcleancheck distdir distuninstallcheck dvi \
770        dvi-am html html-am info info-am install install-am \
771        install-data install-data-am install-dvi install-dvi-am \
772        install-exec install-exec-am install-html install-html-am \
773        install-info install-info-am install-librgcdocDATA install-man \
774        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
775        install-ps-am install-strip installcheck installcheck-am \
776        installdirs installdirs-am maintainer-clean \
777        maintainer-clean-generic mostlyclean mostlyclean-generic \
778        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
779        uninstall uninstall-am uninstall-librgcdocDATA \
780        uninstall-pkgconfigDATA
781
782
783$(pkgconfig_DATA): config.status
784# Tell versions [3.59,3.63) of GNU make to not export all variables.
785# Otherwise a system limit (for SysV at least) may be exceeded.
786.NOEXPORT:
Note: See TracBrowser for help on using the browser.