Edges are clickable now.
[av.git] / gtk / src / Makefile.in
blobbad42b9ffc30a18056ec62aee326e7343e89534f
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 bin_PROGRAMS = avt$(EXEEXT)
34 subdir = src
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39 $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_CLEAN_FILES =
42 am__installdirs = "$(DESTDIR)$(bindir)"
43 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
44 PROGRAMS = $(bin_PROGRAMS)
45 am__objects_1 =
46 am__objects_2 = avt.$(OBJEXT) edge.$(OBJEXT) list_view.$(OBJEXT) \
47 main_window.$(OBJEXT) tree_model.$(OBJEXT) vertex.$(OBJEXT)
48 am_avt_OBJECTS = $(am__objects_1) $(am__objects_2)
49 avt_OBJECTS = $(am_avt_OBJECTS)
50 am__DEPENDENCIES_1 =
51 avt_DEPENDENCIES = core/libavt_core.a core/parser/libavt_parser.a \
52 core/parser/json_spirit/libjson_spirit.a $(am__DEPENDENCIES_1)
53 DEFAULT_INCLUDES = -I.@am__isrc@
54 depcomp = $(SHELL) $(top_srcdir)/depcomp
55 am__depfiles_maybe = depfiles
56 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58 CXXLD = $(CXX)
59 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
60 -o $@
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 CCLD = $(CC)
64 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65 SOURCES = $(avt_SOURCES)
66 DIST_SOURCES = $(avt_SOURCES)
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68 html-recursive info-recursive install-data-recursive \
69 install-dvi-recursive install-exec-recursive \
70 install-html-recursive install-info-recursive \
71 install-pdf-recursive install-ps-recursive install-recursive \
72 installcheck-recursive installdirs-recursive pdf-recursive \
73 ps-recursive uninstall-recursive
74 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75 distclean-recursive maintainer-clean-recursive
76 ETAGS = etags
77 CTAGS = ctags
78 DIST_SUBDIRS = $(SUBDIRS)
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 ACLOCAL = @ACLOCAL@
81 AMTAR = @AMTAR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AVT_CFLAGS = @AVT_CFLAGS@
86 AVT_LIBS = @AVT_LIBS@
87 AWK = @AWK@
88 CPPFLAGS = @CPPFLAGS@
89 CXX = @CXX@
90 CXXCPP = @CXXCPP@
91 CXXDEPMODE = @CXXDEPMODE@
92 CXXFLAGS = @CXXFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 ECHO_C = @ECHO_C@
97 ECHO_N = @ECHO_N@
98 ECHO_T = @ECHO_T@
99 EGREP = @EGREP@
100 EXEEXT = @EXEEXT@
101 GREP = @GREP@
102 GTKMM_CFLAGS = @GTKMM_CFLAGS@
103 GTKMM_LIBS = @GTKMM_LIBS@
104 INSTALL = @INSTALL@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 LDFLAGS = @LDFLAGS@
110 LIBGLADEMM_CFLAGS = @LIBGLADEMM_CFLAGS@
111 LIBGLADEMM_LIBS = @LIBGLADEMM_LIBS@
112 LIBOBJS = @LIBOBJS@
113 LIBS = @LIBS@
114 LTLIBOBJS = @LTLIBOBJS@
115 MAKEINFO = @MAKEINFO@
116 MKDIR_P = @MKDIR_P@
117 OBJEXT = @OBJEXT@
118 PACKAGE = @PACKAGE@
119 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120 PACKAGE_NAME = @PACKAGE_NAME@
121 PACKAGE_STRING = @PACKAGE_STRING@
122 PACKAGE_TARNAME = @PACKAGE_TARNAME@
123 PACKAGE_VERSION = @PACKAGE_VERSION@
124 PATH_SEPARATOR = @PATH_SEPARATOR@
125 PKG_CONFIG = @PKG_CONFIG@
126 RANLIB = @RANLIB@
127 SET_MAKE = @SET_MAKE@
128 SHELL = @SHELL@
129 STRIP = @STRIP@
130 VERSION = @VERSION@
131 abs_builddir = @abs_builddir@
132 abs_srcdir = @abs_srcdir@
133 abs_top_builddir = @abs_top_builddir@
134 abs_top_srcdir = @abs_top_srcdir@
135 ac_ct_CXX = @ac_ct_CXX@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
139 am__tar = @am__tar@
140 am__untar = @am__untar@
141 bindir = @bindir@
142 build_alias = @build_alias@
143 builddir = @builddir@
144 datadir = @datadir@
145 datarootdir = @datarootdir@
146 docdir = @docdir@
147 dvidir = @dvidir@
148 exec_prefix = @exec_prefix@
149 host_alias = @host_alias@
150 htmldir = @htmldir@
151 includedir = @includedir@
152 infodir = @infodir@
153 install_sh = @install_sh@
154 libdir = @libdir@
155 libexecdir = @libexecdir@
156 localedir = @localedir@
157 localstatedir = @localstatedir@
158 mandir = @mandir@
159 mkdir_p = @mkdir_p@
160 oldincludedir = @oldincludedir@
161 pdfdir = @pdfdir@
162 prefix = @prefix@
163 program_transform_name = @program_transform_name@
164 psdir = @psdir@
165 sbindir = @sbindir@
166 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168 sysconfdir = @sysconfdir@
169 target_alias = @target_alias@
170 top_builddir = @top_builddir@
171 top_srcdir = @top_srcdir@
172 SUBDIRS = core
173 source_hpp = drawable.hpp \
174 edge.hpp \
175 list_view.hpp \
176 main_window.hpp \
177 tree_model.hpp \
178 vertex.hpp
180 source_cpp = avt.cpp \
181 edge.cpp \
182 list_view.cpp \
183 main_window.cpp \
184 tree_model.cpp \
185 vertex.cpp
187 avt_SOURCES = ${source_hpp} ${source_cpp}
188 AM_CXXFLAGS = ${AVT_CFLAGS} -I${top_srcdir}/src
189 avt_LDADD = core/libavt_core.a \
190 core/parser/libavt_parser.a \
191 core/parser/json_spirit/libjson_spirit.a \
192 ${AVT_LIBS}
194 all: all-recursive
196 .SUFFIXES:
197 .SUFFIXES: .cpp .o .obj
198 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
199 @for dep in $?; do \
200 case '$(am__configure_deps)' in \
201 *$$dep*) \
202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --gnu src/Makefile
210 .PRECIOUS: Makefile
211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215 *) \
216 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218 esac;
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 $(top_srcdir)/configure: $(am__configure_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 install-binPROGRAMS: $(bin_PROGRAMS)
228 @$(NORMAL_INSTALL)
229 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
230 @list='$(bin_PROGRAMS)'; for p in $$list; do \
231 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
232 if test -f $$p \
233 ; then \
234 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
235 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
236 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
237 else :; fi; \
238 done
240 uninstall-binPROGRAMS:
241 @$(NORMAL_UNINSTALL)
242 @list='$(bin_PROGRAMS)'; for p in $$list; do \
243 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
244 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
245 rm -f "$(DESTDIR)$(bindir)/$$f"; \
246 done
248 clean-binPROGRAMS:
249 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
250 avt$(EXEEXT): $(avt_OBJECTS) $(avt_DEPENDENCIES)
251 @rm -f avt$(EXEEXT)
252 $(CXXLINK) $(avt_OBJECTS) $(avt_LDADD) $(LIBS)
254 mostlyclean-compile:
255 -rm -f *.$(OBJEXT)
257 distclean-compile:
258 -rm -f *.tab.c
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avt.Po@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge.Po@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_view.Po@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main_window.Po@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree_model.Po@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vertex.Po@am__quote@
267 .cpp.o:
268 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
269 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
274 .cpp.obj:
275 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
276 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
281 # This directory's subdirectories are mostly independent; you can cd
282 # into them and run `make' without going through this Makefile.
283 # To change the values of `make' variables: instead of editing Makefiles,
284 # (1) if the variable is set in `config.status', edit `config.status'
285 # (which will cause the Makefiles to be regenerated when you run `make');
286 # (2) otherwise, pass the desired values on the `make' command line.
287 $(RECURSIVE_TARGETS):
288 @failcom='exit 1'; \
289 for f in x $$MAKEFLAGS; do \
290 case $$f in \
291 *=* | --[!k]*);; \
292 *k*) failcom='fail=yes';; \
293 esac; \
294 done; \
295 dot_seen=no; \
296 target=`echo $@ | sed s/-recursive//`; \
297 list='$(SUBDIRS)'; for subdir in $$list; do \
298 echo "Making $$target in $$subdir"; \
299 if test "$$subdir" = "."; then \
300 dot_seen=yes; \
301 local_target="$$target-am"; \
302 else \
303 local_target="$$target"; \
304 fi; \
305 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
306 || eval $$failcom; \
307 done; \
308 if test "$$dot_seen" = "no"; then \
309 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
310 fi; test -z "$$fail"
312 $(RECURSIVE_CLEAN_TARGETS):
313 @failcom='exit 1'; \
314 for f in x $$MAKEFLAGS; do \
315 case $$f in \
316 *=* | --[!k]*);; \
317 *k*) failcom='fail=yes';; \
318 esac; \
319 done; \
320 dot_seen=no; \
321 case "$@" in \
322 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
323 *) list='$(SUBDIRS)' ;; \
324 esac; \
325 rev=''; for subdir in $$list; do \
326 if test "$$subdir" = "."; then :; else \
327 rev="$$subdir $$rev"; \
328 fi; \
329 done; \
330 rev="$$rev ."; \
331 target=`echo $@ | sed s/-recursive//`; \
332 for subdir in $$rev; do \
333 echo "Making $$target in $$subdir"; \
334 if test "$$subdir" = "."; then \
335 local_target="$$target-am"; \
336 else \
337 local_target="$$target"; \
338 fi; \
339 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
340 || eval $$failcom; \
341 done && test -z "$$fail"
342 tags-recursive:
343 list='$(SUBDIRS)'; for subdir in $$list; do \
344 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
345 done
346 ctags-recursive:
347 list='$(SUBDIRS)'; for subdir in $$list; do \
348 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
349 done
351 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353 unique=`for i in $$list; do \
354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 done | \
356 $(AWK) ' { files[$$0] = 1; } \
357 END { for (i in files) print i; }'`; \
358 mkid -fID $$unique
359 tags: TAGS
361 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
362 $(TAGS_FILES) $(LISP)
363 tags=; \
364 here=`pwd`; \
365 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
366 include_option=--etags-include; \
367 empty_fix=.; \
368 else \
369 include_option=--include; \
370 empty_fix=; \
371 fi; \
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 if test "$$subdir" = .; then :; else \
374 test ! -f $$subdir/TAGS || \
375 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
376 fi; \
377 done; \
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385 test -n "$$unique" || unique=$$empty_fix; \
386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387 $$tags $$unique; \
389 ctags: CTAGS
390 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
391 $(TAGS_FILES) $(LISP)
392 tags=; \
393 here=`pwd`; \
394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395 unique=`for i in $$list; do \
396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397 done | \
398 $(AWK) ' { files[$$0] = 1; } \
399 END { for (i in files) print i; }'`; \
400 test -z "$(CTAGS_ARGS)$$tags$$unique" \
401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402 $$tags $$unique
404 GTAGS:
405 here=`$(am__cd) $(top_builddir) && pwd` \
406 && cd $(top_srcdir) \
407 && gtags -i $(GTAGS_ARGS) $$here
409 distclean-tags:
410 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412 distdir: $(DISTFILES)
413 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415 list='$(DISTFILES)'; \
416 dist_files=`for file in $$list; do echo $$file; done | \
417 sed -e "s|^$$srcdirstrip/||;t" \
418 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
419 case $$dist_files in \
420 */*) $(MKDIR_P) `echo "$$dist_files" | \
421 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
422 sort -u` ;; \
423 esac; \
424 for file in $$dist_files; do \
425 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426 if test -d $$d/$$file; then \
427 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
430 fi; \
431 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
432 else \
433 test -f $(distdir)/$$file \
434 || cp -p $$d/$$file $(distdir)/$$file \
435 || exit 1; \
436 fi; \
437 done
438 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
439 if test "$$subdir" = .; then :; else \
440 test -d "$(distdir)/$$subdir" \
441 || $(MKDIR_P) "$(distdir)/$$subdir" \
442 || exit 1; \
443 distdir=`$(am__cd) $(distdir) && pwd`; \
444 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
445 (cd $$subdir && \
446 $(MAKE) $(AM_MAKEFLAGS) \
447 top_distdir="$$top_distdir" \
448 distdir="$$distdir/$$subdir" \
449 am__remove_distdir=: \
450 am__skip_length_check=: \
451 distdir) \
452 || exit 1; \
453 fi; \
454 done
455 check-am: all-am
456 check: check-recursive
457 all-am: Makefile $(PROGRAMS)
458 installdirs: installdirs-recursive
459 installdirs-am:
460 for dir in "$(DESTDIR)$(bindir)"; do \
461 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
462 done
463 install: install-recursive
464 install-exec: install-exec-recursive
465 install-data: install-data-recursive
466 uninstall: uninstall-recursive
468 install-am: all-am
469 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471 installcheck: installcheck-recursive
472 install-strip:
473 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475 `test -z '$(STRIP)' || \
476 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
477 mostlyclean-generic:
479 clean-generic:
481 distclean-generic:
482 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484 maintainer-clean-generic:
485 @echo "This command is intended for maintainers to use"
486 @echo "it deletes files that may require special tools to rebuild."
487 clean: clean-recursive
489 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
491 distclean: distclean-recursive
492 -rm -rf ./$(DEPDIR)
493 -rm -f Makefile
494 distclean-am: clean-am distclean-compile distclean-generic \
495 distclean-tags
497 dvi: dvi-recursive
499 dvi-am:
501 html: html-recursive
503 info: info-recursive
505 info-am:
507 install-data-am:
509 install-dvi: install-dvi-recursive
511 install-exec-am: install-binPROGRAMS
513 install-html: install-html-recursive
515 install-info: install-info-recursive
517 install-man:
519 install-pdf: install-pdf-recursive
521 install-ps: install-ps-recursive
523 installcheck-am:
525 maintainer-clean: maintainer-clean-recursive
526 -rm -rf ./$(DEPDIR)
527 -rm -f Makefile
528 maintainer-clean-am: distclean-am maintainer-clean-generic
530 mostlyclean: mostlyclean-recursive
532 mostlyclean-am: mostlyclean-compile mostlyclean-generic
534 pdf: pdf-recursive
536 pdf-am:
538 ps: ps-recursive
540 ps-am:
542 uninstall-am: uninstall-binPROGRAMS
544 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
545 install-strip
547 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
548 all all-am check check-am clean clean-binPROGRAMS \
549 clean-generic ctags ctags-recursive distclean \
550 distclean-compile distclean-generic distclean-tags distdir dvi \
551 dvi-am html html-am info info-am install install-am \
552 install-binPROGRAMS install-data install-data-am install-dvi \
553 install-dvi-am install-exec install-exec-am install-html \
554 install-html-am install-info install-info-am install-man \
555 install-pdf install-pdf-am install-ps install-ps-am \
556 install-strip installcheck installcheck-am installdirs \
557 installdirs-am maintainer-clean maintainer-clean-generic \
558 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
559 ps ps-am tags tags-recursive uninstall uninstall-am \
560 uninstall-binPROGRAMS
562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
563 # Otherwise a system limit (for SysV at least) may be exceeded.
564 .NOEXPORT: