blob: e3683e062c9b8343eecf96b6c3029c514e9c188a [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001# 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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34
35# Conditional modules
36@BUILD_NAT_TRUE@am__append_1 = osmo-bsc_nat
37@BUILD_BSC_TRUE@am__append_2 = osmo-bsc
38subdir = src
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Jonathan Santos5a45b152011-08-17 15:33:57 -040041am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Jonathan Santos03fd8d02011-05-25 13:54:02 -040042am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/bscconfig.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48AM_V_GEN = $(am__v_GEN_$(V))
49am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50am__v_GEN_0 = @echo " GEN " $@;
51AM_V_at = $(am__v_at_$(V))
52am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
53am__v_at_0 = @
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57 html-recursive info-recursive install-data-recursive \
58 install-dvi-recursive install-exec-recursive \
59 install-html-recursive install-info-recursive \
60 install-pdf-recursive install-ps-recursive install-recursive \
61 installcheck-recursive installdirs-recursive pdf-recursive \
62 ps-recursive uninstall-recursive
63RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64 distclean-recursive maintainer-clean-recursive
65AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67 distdir
68ETAGS = etags
69CTAGS = ctags
70DIST_SUBDIRS = libcommon libabis libmgcp libbsc libmsc libtrau \
71 osmo-nitb osmo-bsc_mgcp utils ipaccess libgb gprs osmo-bsc_nat \
72 osmo-bsc
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74am__relativize = \
75 dir0=`pwd`; \
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77 sed_rest='s,^[^/]*/*,,'; \
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79 sed_butlast='s,/*[^/]*$$,,'; \
80 while test -n "$$dir1"; do \
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82 if test "$$first" != "."; then \
83 if test "$$first" = ".."; then \
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86 else \
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88 if test "$$first2" = "$$first"; then \
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90 else \
91 dir2="../$$dir2"; \
92 fi; \
93 dir0="$$dir0"/"$$first"; \
94 fi; \
95 fi; \
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97 done; \
98 reldir="$$dir2"
99ACLOCAL = @ACLOCAL@
100AMTAR = @AMTAR@
101AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
110COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
113CYGPATH_W = @CYGPATH_W@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
116ECHO_C = @ECHO_C@
117ECHO_N = @ECHO_N@
118ECHO_T = @ECHO_T@
119EGREP = @EGREP@
120EXEEXT = @EXEEXT@
121GPRS_LIBGTP = @GPRS_LIBGTP@
122GREP = @GREP@
123INSTALL = @INSTALL@
124INSTALL_DATA = @INSTALL_DATA@
125INSTALL_PROGRAM = @INSTALL_PROGRAM@
126INSTALL_SCRIPT = @INSTALL_SCRIPT@
127INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128LDFLAGS = @LDFLAGS@
129LIBOBJS = @LIBOBJS@
130LIBOSMOCORE_CFLAGS = @LIBOSMOCORE_CFLAGS@
131LIBOSMOCORE_LIBS = @LIBOSMOCORE_LIBS@
Jonathan Santos5a45b152011-08-17 15:33:57 -0400132LIBOSMOGSM_CFLAGS = @LIBOSMOGSM_CFLAGS@
133LIBOSMOGSM_LIBS = @LIBOSMOGSM_LIBS@
Jonathan Santos03fd8d02011-05-25 13:54:02 -0400134LIBOSMOSCCP_CFLAGS = @LIBOSMOSCCP_CFLAGS@
135LIBOSMOSCCP_LIBS = @LIBOSMOSCCP_LIBS@
136LIBOSMOVTY_CFLAGS = @LIBOSMOVTY_CFLAGS@
137LIBOSMOVTY_LIBS = @LIBOSMOVTY_LIBS@
138LIBS = @LIBS@
139LTLIBOBJS = @LTLIBOBJS@
140MAKEINFO = @MAKEINFO@
141MKDIR_P = @MKDIR_P@
142OBJEXT = @OBJEXT@
143PACKAGE = @PACKAGE@
144PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145PACKAGE_NAME = @PACKAGE_NAME@
146PACKAGE_STRING = @PACKAGE_STRING@
147PACKAGE_TARNAME = @PACKAGE_TARNAME@
148PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151PKG_CONFIG = @PKG_CONFIG@
152PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
153PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
154RANLIB = @RANLIB@
155SET_MAKE = @SET_MAKE@
156SHELL = @SHELL@
157STRIP = @STRIP@
158SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
159VERSION = @VERSION@
160abs_builddir = @abs_builddir@
161abs_srcdir = @abs_srcdir@
162abs_top_builddir = @abs_top_builddir@
163abs_top_srcdir = @abs_top_srcdir@
164ac_ct_CC = @ac_ct_CC@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build_alias = @build_alias@
172builddir = @builddir@
173datadir = @datadir@
174datarootdir = @datarootdir@
175docdir = @docdir@
176dvidir = @dvidir@
177exec_prefix = @exec_prefix@
178host_alias = @host_alias@
179htmldir = @htmldir@
180includedir = @includedir@
181infodir = @infodir@
182install_sh = @install_sh@
183libdir = @libdir@
184libexecdir = @libexecdir@
185localedir = @localedir@
186localstatedir = @localstatedir@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
196srcdir = @srcdir@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
199top_build_prefix = @top_build_prefix@
200top_builddir = @top_builddir@
201top_srcdir = @top_srcdir@
202INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
Jonathan Santos5a45b152011-08-17 15:33:57 -0400203AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)
204AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(COVERAGE_LDFLAGS)
Jonathan Santos03fd8d02011-05-25 13:54:02 -0400205SUBDIRS = libcommon libabis libmgcp libbsc libmsc libtrau osmo-nitb \
206 osmo-bsc_mgcp utils ipaccess libgb gprs $(am__append_1) \
207 $(am__append_2)
208all: all-recursive
209
210.SUFFIXES:
211$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
212 @for dep in $?; do \
213 case '$(am__configure_deps)' in \
214 *$$dep*) \
215 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
216 && { if test -f $@; then exit 0; else break; fi; }; \
217 exit 1;; \
218 esac; \
219 done; \
220 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
221 $(am__cd) $(top_srcdir) && \
222 $(AUTOMAKE) --gnu src/Makefile
223.PRECIOUS: Makefile
224Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225 @case '$?' in \
226 *config.status*) \
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228 *) \
229 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231 esac;
232
233$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
236$(top_srcdir)/configure: $(am__configure_deps)
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238$(ACLOCAL_M4): $(am__aclocal_m4_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(am__aclocal_m4_deps):
241
242# This directory's subdirectories are mostly independent; you can cd
243# into them and run `make' without going through this Makefile.
244# To change the values of `make' variables: instead of editing Makefiles,
245# (1) if the variable is set in `config.status', edit `config.status'
246# (which will cause the Makefiles to be regenerated when you run `make');
247# (2) otherwise, pass the desired values on the `make' command line.
248$(RECURSIVE_TARGETS):
249 @fail= failcom='exit 1'; \
250 for f in x $$MAKEFLAGS; do \
251 case $$f in \
252 *=* | --[!k]*);; \
253 *k*) failcom='fail=yes';; \
254 esac; \
255 done; \
256 dot_seen=no; \
257 target=`echo $@ | sed s/-recursive//`; \
258 list='$(SUBDIRS)'; for subdir in $$list; do \
259 echo "Making $$target in $$subdir"; \
260 if test "$$subdir" = "."; then \
261 dot_seen=yes; \
262 local_target="$$target-am"; \
263 else \
264 local_target="$$target"; \
265 fi; \
266 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
267 || eval $$failcom; \
268 done; \
269 if test "$$dot_seen" = "no"; then \
270 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
271 fi; test -z "$$fail"
272
273$(RECURSIVE_CLEAN_TARGETS):
274 @fail= failcom='exit 1'; \
275 for f in x $$MAKEFLAGS; do \
276 case $$f in \
277 *=* | --[!k]*);; \
278 *k*) failcom='fail=yes';; \
279 esac; \
280 done; \
281 dot_seen=no; \
282 case "$@" in \
283 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
284 *) list='$(SUBDIRS)' ;; \
285 esac; \
286 rev=''; for subdir in $$list; do \
287 if test "$$subdir" = "."; then :; else \
288 rev="$$subdir $$rev"; \
289 fi; \
290 done; \
291 rev="$$rev ."; \
292 target=`echo $@ | sed s/-recursive//`; \
293 for subdir in $$rev; do \
294 echo "Making $$target in $$subdir"; \
295 if test "$$subdir" = "."; then \
296 local_target="$$target-am"; \
297 else \
298 local_target="$$target"; \
299 fi; \
300 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
301 || eval $$failcom; \
302 done && test -z "$$fail"
303tags-recursive:
304 list='$(SUBDIRS)'; for subdir in $$list; do \
305 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
306 done
307ctags-recursive:
308 list='$(SUBDIRS)'; for subdir in $$list; do \
309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
310 done
311
312ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318 END { if (nonempty) { for (i in files) print i; }; }'`; \
319 mkid -fID $$unique
320tags: TAGS
321
322TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
323 $(TAGS_FILES) $(LISP)
324 set x; \
325 here=`pwd`; \
326 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
327 include_option=--etags-include; \
328 empty_fix=.; \
329 else \
330 include_option=--include; \
331 empty_fix=; \
332 fi; \
333 list='$(SUBDIRS)'; for subdir in $$list; do \
334 if test "$$subdir" = .; then :; else \
335 test ! -f $$subdir/TAGS || \
336 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
337 fi; \
338 done; \
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340 unique=`for i in $$list; do \
341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342 done | \
343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344 END { if (nonempty) { for (i in files) print i; }; }'`; \
345 shift; \
346 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
347 test -n "$$unique" || unique=$$empty_fix; \
348 if test $$# -gt 0; then \
349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350 "$$@" $$unique; \
351 else \
352 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
353 $$unique; \
354 fi; \
355 fi
356ctags: CTAGS
357CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
359 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360 unique=`for i in $$list; do \
361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362 done | \
363 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
365 test -z "$(CTAGS_ARGS)$$unique" \
366 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
367 $$unique
368
369GTAGS:
370 here=`$(am__cd) $(top_builddir) && pwd` \
371 && $(am__cd) $(top_srcdir) \
372 && gtags -i $(GTAGS_ARGS) "$$here"
373
374distclean-tags:
375 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
376
377distdir: $(DISTFILES)
378 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380 list='$(DISTFILES)'; \
381 dist_files=`for file in $$list; do echo $$file; done | \
382 sed -e "s|^$$srcdirstrip/||;t" \
383 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
384 case $$dist_files in \
385 */*) $(MKDIR_P) `echo "$$dist_files" | \
386 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
387 sort -u` ;; \
388 esac; \
389 for file in $$dist_files; do \
390 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391 if test -d $$d/$$file; then \
392 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
393 if test -d "$(distdir)/$$file"; then \
394 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395 fi; \
396 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
398 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399 fi; \
400 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401 else \
402 test -f "$(distdir)/$$file" \
403 || cp -p $$d/$$file "$(distdir)/$$file" \
404 || exit 1; \
405 fi; \
406 done
407 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
408 if test "$$subdir" = .; then :; else \
409 test -d "$(distdir)/$$subdir" \
410 || $(MKDIR_P) "$(distdir)/$$subdir" \
411 || exit 1; \
412 fi; \
413 done
414 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415 if test "$$subdir" = .; then :; else \
416 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
417 $(am__relativize); \
418 new_distdir=$$reldir; \
419 dir1=$$subdir; dir2="$(top_distdir)"; \
420 $(am__relativize); \
421 new_top_distdir=$$reldir; \
422 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
423 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
424 ($(am__cd) $$subdir && \
425 $(MAKE) $(AM_MAKEFLAGS) \
426 top_distdir="$$new_top_distdir" \
427 distdir="$$new_distdir" \
428 am__remove_distdir=: \
429 am__skip_length_check=: \
430 am__skip_mode_fix=: \
431 distdir) \
432 || exit 1; \
433 fi; \
434 done
435check-am: all-am
436check: check-recursive
437all-am: Makefile
438installdirs: installdirs-recursive
439installdirs-am:
440install: install-recursive
441install-exec: install-exec-recursive
442install-data: install-data-recursive
443uninstall: uninstall-recursive
444
445install-am: all-am
446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-recursive
449install-strip:
450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 `test -z '$(STRIP)' || \
453 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
461
462maintainer-clean-generic:
463 @echo "This command is intended for maintainers to use"
464 @echo "it deletes files that may require special tools to rebuild."
465clean: clean-recursive
466
467clean-am: clean-generic mostlyclean-am
468
469distclean: distclean-recursive
470 -rm -f Makefile
471distclean-am: clean-am distclean-generic distclean-tags
472
473dvi: dvi-recursive
474
475dvi-am:
476
477html: html-recursive
478
479html-am:
480
481info: info-recursive
482
483info-am:
484
485install-data-am:
486
487install-dvi: install-dvi-recursive
488
489install-dvi-am:
490
491install-exec-am:
492
493install-html: install-html-recursive
494
495install-html-am:
496
497install-info: install-info-recursive
498
499install-info-am:
500
501install-man:
502
503install-pdf: install-pdf-recursive
504
505install-pdf-am:
506
507install-ps: install-ps-recursive
508
509install-ps-am:
510
511installcheck-am:
512
513maintainer-clean: maintainer-clean-recursive
514 -rm -f Makefile
515maintainer-clean-am: distclean-am maintainer-clean-generic
516
517mostlyclean: mostlyclean-recursive
518
519mostlyclean-am: mostlyclean-generic
520
521pdf: pdf-recursive
522
523pdf-am:
524
525ps: ps-recursive
526
527ps-am:
528
529uninstall-am:
530
531.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
532 install-am install-strip tags-recursive
533
534.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
535 all all-am check check-am clean clean-generic ctags \
536 ctags-recursive distclean distclean-generic distclean-tags \
537 distdir dvi dvi-am html html-am info info-am install \
538 install-am install-data install-data-am install-dvi \
539 install-dvi-am install-exec install-exec-am install-html \
540 install-html-am install-info install-info-am install-man \
541 install-pdf install-pdf-am install-ps install-ps-am \
542 install-strip installcheck installcheck-am installdirs \
543 installdirs-am maintainer-clean maintainer-clean-generic \
544 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
545 tags-recursive uninstall uninstall-am
546
547
548# Tell versions [3.59,3.63) of GNU make to not export all variables.
549# Otherwise a system limit (for SysV at least) may be exceeded.
550.NOEXPORT: