ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/Makefile.in
Revision: 5059
Committed: Mon Dec 22 13:43:00 2014 UTC (9 years, 3 months ago) by michael
File size: 27473 byte(s)
Log Message:
- C99 is now mandatory. Removed snprintf.c and related code

File Contents

# User Rev Content
1 michael 5059 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 michael 5052 # @configure_input@
3    
4 michael 5059 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5    
6 michael 5052 # 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    
17     VPATH = @srcdir@
18 michael 5059 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19     am__make_running_with_option = \
20     case $${target_option-} in \
21     ?) ;; \
22     *) echo "am__make_running_with_option: internal error: invalid" \
23     "target option '$${target_option-}' specified" >&2; \
24     exit 1;; \
25     esac; \
26     has_opt=no; \
27     sane_makeflags=$$MAKEFLAGS; \
28     if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30     else \
31     case $$MAKEFLAGS in \
32     *\\[\ \ ]*) \
33     bs=\\; \
34     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36     esac; \
37     fi; \
38     skip_next=no; \
39     strip_trailopt () \
40     { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42     }; \
43     for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46     *=*|--*) continue;; \
47     -*I) strip_trailopt 'I'; skip_next=yes;; \
48     -*I?*) strip_trailopt 'I';; \
49     -*O) strip_trailopt 'O'; skip_next=yes;; \
50     -*O?*) strip_trailopt 'O';; \
51     -*l) strip_trailopt 'l'; skip_next=yes;; \
52     -*l?*) strip_trailopt 'l';; \
53     -[dEDm]) skip_next=yes;; \
54     -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57     *$$target_option*) has_opt=yes; break;; \
58     esac; \
59     done; \
60     test $$has_opt = yes
61     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 michael 5052 pkgdatadir = $(datadir)/@PACKAGE@
64 michael 5059 pkgincludedir = $(includedir)/@PACKAGE@
65 michael 5052 pkglibdir = $(libdir)/@PACKAGE@
66 michael 5059 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 michael 5052 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68     install_sh_DATA = $(install_sh) -c -m 644
69     install_sh_PROGRAM = $(install_sh) -c
70     install_sh_SCRIPT = $(install_sh) -c
71     INSTALL_HEADER = $(INSTALL_DATA)
72     transform = $(program_transform_name)
73     NORMAL_INSTALL = :
74     PRE_INSTALL = :
75     POST_INSTALL = :
76     NORMAL_UNINSTALL = :
77     PRE_UNINSTALL = :
78     POST_UNINSTALL = :
79     build_triplet = @build@
80     host_triplet = @host@
81     subdir = .
82 michael 5059 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83     $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
84     INSTALL README compile config.guess config.sub install-sh \
85     missing ylwrap ltmain.sh
86 michael 5052 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 michael 5059 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
88 michael 5052 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89     $(ACLOCAL_M4)
90     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
91 michael 5059 configure.lineno config.status.lineno
92 michael 5052 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93     CONFIG_HEADER = $(top_builddir)/src/setup.h
94     CONFIG_CLEAN_FILES =
95 michael 5059 CONFIG_CLEAN_VPATH_FILES =
96     AM_V_P = $(am__v_P_@AM_V@)
97     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98     am__v_P_0 = false
99     am__v_P_1 = :
100     AM_V_GEN = $(am__v_GEN_@AM_V@)
101     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
102     am__v_GEN_0 = @echo " GEN " $@;
103     am__v_GEN_1 =
104     AM_V_at = $(am__v_at_@AM_V@)
105     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
106     am__v_at_0 = @
107     am__v_at_1 =
108 michael 5052 SOURCES =
109     DIST_SOURCES =
110 michael 5059 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
111     ctags-recursive dvi-recursive html-recursive info-recursive \
112     install-data-recursive install-dvi-recursive \
113     install-exec-recursive install-html-recursive \
114     install-info-recursive install-pdf-recursive \
115     install-ps-recursive install-recursive installcheck-recursive \
116     installdirs-recursive pdf-recursive ps-recursive \
117     tags-recursive uninstall-recursive
118     am__can_run_installinfo = \
119     case $$AM_UPDATE_INFO_DIR in \
120     n|no|NO) false;; \
121     *) (install-info --version) >/dev/null 2>&1;; \
122     esac
123 michael 5052 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124     am__vpath_adj = case $$p in \
125     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126     *) f=$$p;; \
127     esac;
128 michael 5059 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129     am__install_max = 40
130     am__nobase_strip_setup = \
131     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132     am__nobase_strip = \
133     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134     am__nobase_list = $(am__nobase_strip_setup); \
135     for p in $$list; do echo "$$p $$p"; done | \
136     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138     if (++n[$$2] == $(am__install_max)) \
139     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140     END { for (dir in files) print dir, files[dir] }'
141     am__base_list = \
142     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144     am__uninstall_files_from_dir = { \
145     test -z "$$files" \
146     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148     $(am__cd) "$$dir" && rm -f $$files; }; \
149     }
150 michael 5052 am__installdirs = "$(DESTDIR)$(datadir)"
151     DATA = $(data_DATA)
152 michael 5059 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
153     distclean-recursive maintainer-clean-recursive
154     am__recursive_targets = \
155     $(RECURSIVE_TARGETS) \
156     $(RECURSIVE_CLEAN_TARGETS) \
157     $(am__extra_recursive_targets)
158     AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
159     cscope distdir dist dist-all distcheck
160     am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161     # Read a list of newline-separated strings from the standard input,
162     # and print each of them once, without duplicates. Input order is
163     # *not* preserved.
164     am__uniquify_input = $(AWK) '\
165     BEGIN { nonempty = 0; } \
166     { items[$$0] = 1; nonempty = 1; } \
167     END { if (nonempty) { for (i in items) print i; }; } \
168     '
169     # Make sure the list of sources is unique. This is necessary because,
170     # e.g., the same source file might be shared among _SOURCES variables
171     # for different programs/libraries.
172     am__define_uniq_tagged_files = \
173     list='$(am__tagged_files)'; \
174     unique=`for i in $$list; do \
175     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176     done | $(am__uniquify_input)`
177 michael 5052 ETAGS = etags
178     CTAGS = ctags
179 michael 5059 CSCOPE = cscope
180 michael 5052 DIST_SUBDIRS = $(SUBDIRS)
181     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182     distdir = $(PACKAGE)-$(VERSION)
183     top_distdir = $(distdir)
184     am__remove_distdir = \
185 michael 5059 if test -d "$(distdir)"; then \
186     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
187     && rm -rf "$(distdir)" \
188     || { sleep 5 && rm -rf "$(distdir)"; }; \
189     else :; fi
190     am__post_remove_distdir = $(am__remove_distdir)
191     am__relativize = \
192     dir0=`pwd`; \
193     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194     sed_rest='s,^[^/]*/*,,'; \
195     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196     sed_butlast='s,/*[^/]*$$,,'; \
197     while test -n "$$dir1"; do \
198     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199     if test "$$first" != "."; then \
200     if test "$$first" = ".."; then \
201     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203     else \
204     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205     if test "$$first2" = "$$first"; then \
206     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207     else \
208     dir2="../$$dir2"; \
209     fi; \
210     dir0="$$dir0"/"$$first"; \
211     fi; \
212     fi; \
213     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214     done; \
215     reldir="$$dir2"
216 michael 5052 DIST_ARCHIVES = $(distdir).tar.gz
217     GZIP_ENV = --best
218 michael 5059 DIST_TARGETS = dist-gzip
219 michael 5052 distuninstallcheck_listfiles = find . -type f -print
220 michael 5059 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
221     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
222 michael 5052 distcleancheck_listfiles = find . -type f -print
223     ACLOCAL = @ACLOCAL@
224     AMTAR = @AMTAR@
225 michael 5059 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226 michael 5052 AR = @AR@
227     AUTOCONF = @AUTOCONF@
228     AUTOHEADER = @AUTOHEADER@
229     AUTOMAKE = @AUTOMAKE@
230     AWK = @AWK@
231     CC = @CC@
232     CCDEPMODE = @CCDEPMODE@
233     CFLAGS = @CFLAGS@
234     CPP = @CPP@
235     CPPFLAGS = @CPPFLAGS@
236     CYGPATH_W = @CYGPATH_W@
237     DEFS = @DEFS@
238     DEPDIR = @DEPDIR@
239 michael 5059 DLLTOOL = @DLLTOOL@
240     DSYMUTIL = @DSYMUTIL@
241     DUMPBIN = @DUMPBIN@
242 michael 5052 ECHO_C = @ECHO_C@
243     ECHO_N = @ECHO_N@
244     ECHO_T = @ECHO_T@
245     EGREP = @EGREP@
246     EXEEXT = @EXEEXT@
247 michael 5059 FGREP = @FGREP@
248 michael 5052 GREP = @GREP@
249 michael 5059 INSTALL = @INSTALL@
250 michael 5052 INSTALL_DATA = @INSTALL_DATA@
251     INSTALL_PROGRAM = @INSTALL_PROGRAM@
252     INSTALL_SCRIPT = @INSTALL_SCRIPT@
253     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254 michael 5059 LD = @LD@
255 michael 5052 LDFLAGS = @LDFLAGS@
256     LEX = @LEX@
257     LEXLIB = @LEXLIB@
258     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
259     LIBOBJS = @LIBOBJS@
260     LIBS = @LIBS@
261     LIBTOOL = @LIBTOOL@
262 michael 5059 LIPO = @LIPO@
263 michael 5052 LN_S = @LN_S@
264     LTLIBOBJS = @LTLIBOBJS@
265     MAINT = @MAINT@
266     MAKEINFO = @MAKEINFO@
267 michael 5059 MANIFEST_TOOL = @MANIFEST_TOOL@
268     MKDIR_P = @MKDIR_P@
269     NM = @NM@
270     NMEDIT = @NMEDIT@
271     OBJDUMP = @OBJDUMP@
272 michael 5052 OBJEXT = @OBJEXT@
273 michael 5059 OTOOL = @OTOOL@
274     OTOOL64 = @OTOOL64@
275 michael 5052 PACKAGE = @PACKAGE@
276     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277     PACKAGE_NAME = @PACKAGE_NAME@
278     PACKAGE_STRING = @PACKAGE_STRING@
279     PACKAGE_TARNAME = @PACKAGE_TARNAME@
280 michael 5059 PACKAGE_URL = @PACKAGE_URL@
281 michael 5052 PACKAGE_VERSION = @PACKAGE_VERSION@
282     PATH_SEPARATOR = @PATH_SEPARATOR@
283     RANLIB = @RANLIB@
284 michael 5059 SED = @SED@
285 michael 5052 SET_MAKE = @SET_MAKE@
286     SHELL = @SHELL@
287     STRIP = @STRIP@
288     VERSION = @VERSION@
289     YACC = @YACC@
290     YFLAGS = @YFLAGS@
291 michael 5059 abs_builddir = @abs_builddir@
292     abs_srcdir = @abs_srcdir@
293     abs_top_builddir = @abs_top_builddir@
294     abs_top_srcdir = @abs_top_srcdir@
295     ac_ct_AR = @ac_ct_AR@
296 michael 5052 ac_ct_CC = @ac_ct_CC@
297 michael 5059 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298 michael 5052 am__include = @am__include@
299     am__leading_dot = @am__leading_dot@
300     am__quote = @am__quote@
301     am__tar = @am__tar@
302     am__untar = @am__untar@
303     bindir = @bindir@
304     build = @build@
305     build_alias = @build_alias@
306     build_cpu = @build_cpu@
307     build_os = @build_os@
308     build_vendor = @build_vendor@
309 michael 5059 builddir = @builddir@
310 michael 5052 datadir = @datadir@
311     datarootdir = @datarootdir@
312     docdir = @docdir@
313     dvidir = @dvidir@
314     exec_prefix = @exec_prefix@
315     host = @host@
316     host_alias = @host_alias@
317     host_cpu = @host_cpu@
318     host_os = @host_os@
319     host_vendor = @host_vendor@
320     htmldir = @htmldir@
321     includedir = @includedir@
322     infodir = @infodir@
323     install_sh = @install_sh@
324     libdir = @libdir@
325     libexecdir = @libexecdir@
326     localedir = @localedir@
327     localstatedir = @localstatedir@
328     mandir = @mandir@
329     mkdir_p = @mkdir_p@
330     oldincludedir = @oldincludedir@
331     pdfdir = @pdfdir@
332     prefix = @prefix@
333     program_transform_name = @program_transform_name@
334     psdir = @psdir@
335     sbindir = @sbindir@
336     sharedstatedir = @sharedstatedir@
337 michael 5059 srcdir = @srcdir@
338 michael 5052 subdirs = @subdirs@
339     sysconfdir = @sysconfdir@
340     target_alias = @target_alias@
341 michael 5059 top_build_prefix = @top_build_prefix@
342     top_builddir = @top_builddir@
343     top_srcdir = @top_srcdir@
344 michael 5052 AUTOMAKE_OPTIONS = foreign
345     SUBDIRS = src
346     data_DATA = bopm.conf.sample bopm.conf.blitzed
347     EXTRA_DIST = ChangeLog contrib INSTALL README bopm.conf.sample bopm.conf.blitzed network-bopm
348     all: all-recursive
349    
350     .SUFFIXES:
351 michael 5059 am--refresh: Makefile
352 michael 5052 @:
353     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
354     @for dep in $?; do \
355     case '$(am__configure_deps)' in \
356     *$$dep*) \
357 michael 5059 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
358     $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
359 michael 5052 && exit 0; \
360     exit 1;; \
361     esac; \
362     done; \
363 michael 5059 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
364     $(am__cd) $(top_srcdir) && \
365     $(AUTOMAKE) --foreign Makefile
366 michael 5052 .PRECIOUS: Makefile
367     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368     @case '$?' in \
369     *config.status*) \
370     echo ' $(SHELL) ./config.status'; \
371     $(SHELL) ./config.status;; \
372     *) \
373     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
374     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
375     esac;
376    
377     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378     $(SHELL) ./config.status --recheck
379    
380     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
381 michael 5059 $(am__cd) $(srcdir) && $(AUTOCONF)
382 michael 5052 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
383 michael 5059 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
384     $(am__aclocal_m4_deps):
385 michael 5052
386     mostlyclean-libtool:
387     -rm -f *.lo
388    
389     clean-libtool:
390     -rm -rf .libs _libs
391    
392     distclean-libtool:
393 michael 5059 -rm -f libtool config.lt
394 michael 5052 install-dataDATA: $(data_DATA)
395     @$(NORMAL_INSTALL)
396 michael 5059 @list='$(data_DATA)'; test -n "$(datadir)" || list=; \
397     if test -n "$$list"; then \
398     echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
399     $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
400     fi; \
401     for p in $$list; do \
402 michael 5052 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403 michael 5059 echo "$$d$$p"; \
404     done | $(am__base_list) | \
405     while read files; do \
406     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
407     $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
408 michael 5052 done
409    
410     uninstall-dataDATA:
411     @$(NORMAL_UNINSTALL)
412 michael 5059 @list='$(data_DATA)'; test -n "$(datadir)" || list=; \
413     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
414     dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
415 michael 5052
416     # This directory's subdirectories are mostly independent; you can cd
417 michael 5059 # into them and run 'make' without going through this Makefile.
418     # To change the values of 'make' variables: instead of editing Makefiles,
419     # (1) if the variable is set in 'config.status', edit 'config.status'
420     # (which will cause the Makefiles to be regenerated when you run 'make');
421     # (2) otherwise, pass the desired values on the 'make' command line.
422     $(am__recursive_targets):
423     @fail=; \
424     if $(am__make_keepgoing); then \
425     failcom='fail=yes'; \
426     else \
427     failcom='exit 1'; \
428     fi; \
429 michael 5052 dot_seen=no; \
430     target=`echo $@ | sed s/-recursive//`; \
431 michael 5059 case "$@" in \
432     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433     *) list='$(SUBDIRS)' ;; \
434     esac; \
435     for subdir in $$list; do \
436 michael 5052 echo "Making $$target in $$subdir"; \
437     if test "$$subdir" = "."; then \
438     dot_seen=yes; \
439     local_target="$$target-am"; \
440     else \
441     local_target="$$target"; \
442     fi; \
443 michael 5059 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444 michael 5052 || eval $$failcom; \
445     done; \
446     if test "$$dot_seen" = "no"; then \
447     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448     fi; test -z "$$fail"
449    
450 michael 5059 ID: $(am__tagged_files)
451     $(am__define_uniq_tagged_files); mkid -fID $$unique
452     tags: tags-recursive
453     TAGS: tags
454 michael 5052
455 michael 5059 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456     set x; \
457 michael 5052 here=`pwd`; \
458     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459     include_option=--etags-include; \
460     empty_fix=.; \
461     else \
462     include_option=--include; \
463     empty_fix=; \
464     fi; \
465     list='$(SUBDIRS)'; for subdir in $$list; do \
466     if test "$$subdir" = .; then :; else \
467     test ! -f $$subdir/TAGS || \
468 michael 5059 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469 michael 5052 fi; \
470     done; \
471 michael 5059 $(am__define_uniq_tagged_files); \
472     shift; \
473     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474 michael 5052 test -n "$$unique" || unique=$$empty_fix; \
475 michael 5059 if test $$# -gt 0; then \
476     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477     "$$@" $$unique; \
478     else \
479     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480     $$unique; \
481     fi; \
482 michael 5052 fi
483 michael 5059 ctags: ctags-recursive
484    
485     CTAGS: ctags
486     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487     $(am__define_uniq_tagged_files); \
488     test -z "$(CTAGS_ARGS)$$unique" \
489 michael 5052 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490 michael 5059 $$unique
491 michael 5052
492     GTAGS:
493     here=`$(am__cd) $(top_builddir) && pwd` \
494 michael 5059 && $(am__cd) $(top_srcdir) \
495     && gtags -i $(GTAGS_ARGS) "$$here"
496     cscope: cscope.files
497     test ! -s cscope.files \
498     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
499     clean-cscope:
500     -rm -f cscope.files
501     cscope.files: clean-cscope cscopelist
502     cscopelist: cscopelist-recursive
503 michael 5052
504 michael 5059 cscopelist-am: $(am__tagged_files)
505     list='$(am__tagged_files)'; \
506     case "$(srcdir)" in \
507     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
508     *) sdir=$(subdir)/$(srcdir) ;; \
509     esac; \
510     for i in $$list; do \
511     if test -f "$$i"; then \
512     echo "$(subdir)/$$i"; \
513     else \
514     echo "$$sdir/$$i"; \
515     fi; \
516     done >> $(top_builddir)/cscope.files
517    
518 michael 5052 distclean-tags:
519     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
520 michael 5059 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
521 michael 5052
522     distdir: $(DISTFILES)
523     $(am__remove_distdir)
524 michael 5059 test -d "$(distdir)" || mkdir "$(distdir)"
525     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527     list='$(DISTFILES)'; \
528     dist_files=`for file in $$list; do echo $$file; done | \
529     sed -e "s|^$$srcdirstrip/||;t" \
530     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
531     case $$dist_files in \
532     */*) $(MKDIR_P) `echo "$$dist_files" | \
533     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
534     sort -u` ;; \
535     esac; \
536     for file in $$dist_files; do \
537 michael 5052 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
538     if test -d $$d/$$file; then \
539 michael 5059 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
540     if test -d "$(distdir)/$$file"; then \
541     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542     fi; \
543 michael 5052 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544 michael 5059 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
545     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546 michael 5052 fi; \
547 michael 5059 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
548 michael 5052 else \
549 michael 5059 test -f "$(distdir)/$$file" \
550     || cp -p $$d/$$file "$(distdir)/$$file" \
551 michael 5052 || exit 1; \
552     fi; \
553     done
554 michael 5059 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
555 michael 5052 if test "$$subdir" = .; then :; else \
556 michael 5059 $(am__make_dryrun) \
557     || test -d "$(distdir)/$$subdir" \
558     || $(MKDIR_P) "$(distdir)/$$subdir" \
559     || exit 1; \
560     dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
561     $(am__relativize); \
562     new_distdir=$$reldir; \
563     dir1=$$subdir; dir2="$(top_distdir)"; \
564     $(am__relativize); \
565     new_top_distdir=$$reldir; \
566     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
567     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
568     ($(am__cd) $$subdir && \
569 michael 5052 $(MAKE) $(AM_MAKEFLAGS) \
570 michael 5059 top_distdir="$$new_top_distdir" \
571     distdir="$$new_distdir" \
572     am__remove_distdir=: \
573     am__skip_length_check=: \
574     am__skip_mode_fix=: \
575 michael 5052 distdir) \
576     || exit 1; \
577     fi; \
578     done
579 michael 5059 -test -n "$(am__skip_mode_fix)" \
580     || find "$(distdir)" -type d ! -perm -755 \
581     -exec chmod u+rwx,go+rx {} \; -o \
582 michael 5052 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
583     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
584 michael 5059 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
585     || chmod -R a+r "$(distdir)"
586 michael 5052 dist-gzip: distdir
587     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
588 michael 5059 $(am__post_remove_distdir)
589 michael 5052
590     dist-bzip2: distdir
591 michael 5059 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
592     $(am__post_remove_distdir)
593 michael 5052
594 michael 5059 dist-lzip: distdir
595     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
596     $(am__post_remove_distdir)
597    
598     dist-xz: distdir
599     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
600     $(am__post_remove_distdir)
601    
602 michael 5052 dist-tarZ: distdir
603 michael 5059 @echo WARNING: "Support for shar distribution archives is" \
604     "deprecated." >&2
605     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
606 michael 5052 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
607 michael 5059 $(am__post_remove_distdir)
608 michael 5052
609     dist-shar: distdir
610 michael 5059 @echo WARNING: "Support for distribution archives compressed with" \
611     "legacy program 'compress' is deprecated." >&2
612     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
613 michael 5052 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
614 michael 5059 $(am__post_remove_distdir)
615 michael 5052
616     dist-zip: distdir
617     -rm -f $(distdir).zip
618     zip -rq $(distdir).zip $(distdir)
619 michael 5059 $(am__post_remove_distdir)
620 michael 5052
621 michael 5059 dist dist-all:
622     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
623     $(am__post_remove_distdir)
624 michael 5052
625     # This target untars the dist file and tries a VPATH configuration. Then
626     # it guarantees that the distribution is self-contained by making another
627     # tarfile.
628     distcheck: dist
629     case '$(DIST_ARCHIVES)' in \
630     *.tar.gz*) \
631 michael 5059 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
632 michael 5052 *.tar.bz2*) \
633 michael 5059 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
634     *.tar.lz*) \
635     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
636     *.tar.xz*) \
637     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
638 michael 5052 *.tar.Z*) \
639     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
640     *.shar.gz*) \
641 michael 5059 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
642 michael 5052 *.zip*) \
643     unzip $(distdir).zip ;;\
644     esac
645 michael 5059 chmod -R a-w $(distdir)
646     chmod u+w $(distdir)
647     mkdir $(distdir)/_build $(distdir)/_inst
648 michael 5052 chmod a-w $(distdir)
649 michael 5059 test -d $(distdir)/_build || exit 0; \
650 michael 5052 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
651     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652 michael 5059 && am__cwd=`pwd` \
653     && $(am__cd) $(distdir)/_build \
654     && ../configure \
655     $(AM_DISTCHECK_CONFIGURE_FLAGS) \
656 michael 5052 $(DISTCHECK_CONFIGURE_FLAGS) \
657 michael 5059 --srcdir=.. --prefix="$$dc_install_base" \
658 michael 5052 && $(MAKE) $(AM_MAKEFLAGS) \
659     && $(MAKE) $(AM_MAKEFLAGS) dvi \
660     && $(MAKE) $(AM_MAKEFLAGS) check \
661     && $(MAKE) $(AM_MAKEFLAGS) install \
662     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
663     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
664     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
665     distuninstallcheck \
666     && chmod -R a-w "$$dc_install_base" \
667     && ({ \
668     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
669     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
670     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
671     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
672     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
673     } || { rm -rf "$$dc_destdir"; exit 1; }) \
674     && rm -rf "$$dc_destdir" \
675     && $(MAKE) $(AM_MAKEFLAGS) dist \
676     && rm -rf $(DIST_ARCHIVES) \
677 michael 5059 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
678     && cd "$$am__cwd" \
679     || exit 1
680     $(am__post_remove_distdir)
681 michael 5052 @(echo "$(distdir) archives ready for distribution: "; \
682     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
683 michael 5059 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
684 michael 5052 distuninstallcheck:
685 michael 5059 @test -n '$(distuninstallcheck_dir)' || { \
686     echo 'ERROR: trying to run $@ with an empty' \
687     '$$(distuninstallcheck_dir)' >&2; \
688     exit 1; \
689     }; \
690     $(am__cd) '$(distuninstallcheck_dir)' || { \
691     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
692     exit 1; \
693     }; \
694     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
695 michael 5052 || { echo "ERROR: files left after uninstall:" ; \
696     if test -n "$(DESTDIR)"; then \
697     echo " (check DESTDIR support)"; \
698     fi ; \
699     $(distuninstallcheck_listfiles) ; \
700     exit 1; } >&2
701     distcleancheck: distclean
702     @if test '$(srcdir)' = . ; then \
703     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
704     exit 1 ; \
705     fi
706     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
707     || { echo "ERROR: files left in build directory after distclean:" ; \
708     $(distcleancheck_listfiles) ; \
709     exit 1; } >&2
710     check-am: all-am
711     check: check-recursive
712     all-am: Makefile $(DATA)
713     installdirs: installdirs-recursive
714     installdirs-am:
715     for dir in "$(DESTDIR)$(datadir)"; do \
716 michael 5059 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
717 michael 5052 done
718     install: install-recursive
719     install-exec: install-exec-recursive
720     install-data: install-data-recursive
721     uninstall: uninstall-recursive
722    
723     install-am: all-am
724     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
725    
726     installcheck: installcheck-recursive
727     install-strip:
728 michael 5059 if test -z '$(STRIP)'; then \
729     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731     install; \
732     else \
733     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
734     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
735     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
736     fi
737 michael 5052 mostlyclean-generic:
738    
739     clean-generic:
740    
741     distclean-generic:
742     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
743 michael 5059 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
744 michael 5052
745     maintainer-clean-generic:
746     @echo "This command is intended for maintainers to use"
747     @echo "it deletes files that may require special tools to rebuild."
748     clean: clean-recursive
749    
750     clean-am: clean-generic clean-libtool mostlyclean-am
751    
752     distclean: distclean-recursive
753     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
754     -rm -f Makefile
755     distclean-am: clean-am distclean-generic distclean-libtool \
756     distclean-tags
757    
758     dvi: dvi-recursive
759    
760     dvi-am:
761    
762     html: html-recursive
763    
764 michael 5059 html-am:
765    
766 michael 5052 info: info-recursive
767    
768     info-am:
769    
770     install-data-am: install-data-local install-dataDATA
771    
772 michael 5059 install-dvi: install-dvi-recursive
773    
774     install-dvi-am:
775    
776 michael 5052 install-exec-am:
777    
778 michael 5059 install-html: install-html-recursive
779    
780     install-html-am:
781    
782 michael 5052 install-info: install-info-recursive
783    
784 michael 5059 install-info-am:
785    
786 michael 5052 install-man:
787    
788 michael 5059 install-pdf: install-pdf-recursive
789    
790     install-pdf-am:
791    
792     install-ps: install-ps-recursive
793    
794     install-ps-am:
795    
796 michael 5052 installcheck-am:
797    
798     maintainer-clean: maintainer-clean-recursive
799     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
800     -rm -rf $(top_srcdir)/autom4te.cache
801     -rm -f Makefile
802     maintainer-clean-am: distclean-am maintainer-clean-generic
803    
804     mostlyclean: mostlyclean-recursive
805    
806     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
807    
808     pdf: pdf-recursive
809    
810     pdf-am:
811    
812     ps: ps-recursive
813    
814     ps-am:
815    
816 michael 5059 uninstall-am: uninstall-dataDATA uninstall-local
817 michael 5052
818 michael 5059 .MAKE: $(am__recursive_targets) install-am install-strip
819 michael 5052
820 michael 5059 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
821     am--refresh check check-am clean clean-cscope clean-generic \
822     clean-libtool cscope cscopelist-am ctags ctags-am dist \
823     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
824     dist-xz dist-zip distcheck distclean distclean-generic \
825     distclean-libtool distclean-tags distcleancheck distdir \
826     distuninstallcheck dvi dvi-am html html-am info info-am \
827     install install-am install-data install-data-am \
828     install-data-local install-dataDATA install-dvi install-dvi-am \
829     install-exec install-exec-am install-html install-html-am \
830     install-info install-info-am install-man install-pdf \
831     install-pdf-am install-ps install-ps-am install-strip \
832     installcheck installcheck-am installdirs installdirs-am \
833     maintainer-clean maintainer-clean-generic mostlyclean \
834     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
835     tags tags-am uninstall uninstall-am uninstall-dataDATA \
836 michael 5052 uninstall-local
837    
838    
839     install-data-local:
840     @if test -f $(sysconfdir)/bopm.conf ; then \
841     echo "$@ will not overwrite existing $(sysconfdir)/bopm.conf"; \
842     else \
843     $(mkinstalldirs) $(sysconfdir); \
844     echo "$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf"; \
845     $(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf; \
846     fi
847     $(mkinstalldirs) $(localstatedir)
848    
849     uninstall-local:
850     @if test -f $(sysconfdir)/bopm.conf ; then \
851     echo "rm -f $(sysconfdir)/bopm.conf"; \
852     $(RM) -f $(sysconfdir)/bopm.conf; \
853     fi
854 michael 5059
855 michael 5052 # Tell versions [3.59,3.63) of GNU make to not export all variables.
856     # Otherwise a system limit (for SysV at least) may be exceeded.
857     .NOEXPORT: