Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
[dockapps.git] / wmstickynotes / Makefile.in
blobbcd2cb77f5f12f78fcfce67102f3ac6b6ec9e09a
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # @configure_input@
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.
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@
18 # $Id: Makefile.am 9 2009-02-20 23:13:19Z hnc $
20 # Heath Caldwell <hncaldwell@gmail.com>
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 bin_PROGRAMS = wmstickynotes$(EXEEXT)
40 subdir = .
41 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
43 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
44 THANKS depcomp install-sh missing
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno config.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = config.h
53 CONFIG_CLEAN_FILES =
54 am__installdirs = "$(DESTDIR)$(bindir)"
55 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56 PROGRAMS = $(bin_PROGRAMS)
57 am_wmstickynotes_OBJECTS = wmstickynotes.$(OBJEXT)
58 wmstickynotes_OBJECTS = $(am_wmstickynotes_OBJECTS)
59 wmstickynotes_DEPENDENCIES =
60 DEFAULT_INCLUDES = -I.@am__isrc@
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67 SOURCES = $(wmstickynotes_SOURCES)
68 DIST_SOURCES = $(wmstickynotes_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 distdir = $(PACKAGE)-$(VERSION)
73 top_distdir = $(distdir)
74 am__remove_distdir = \
75 { test ! -d $(distdir) \
76 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
77 && rm -fr $(distdir); }; }
78 DIST_ARCHIVES = $(distdir).tar.gz
79 GZIP_ENV = --best
80 distuninstallcheck_listfiles = find . -type f -print
81 distcleancheck_listfiles = find . -type f -print
82 ACLOCAL = @ACLOCAL@
83 AMTAR = @AMTAR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
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 GTK_CFLAGS = @GTK_CFLAGS@
103 GTK_LIBS = @GTK_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 LIBOBJS = @LIBOBJS@
111 LIBS = @LIBS@
112 LN_S = @LN_S@
113 LTLIBOBJS = @LTLIBOBJS@
114 MAKEINFO = @MAKEINFO@
115 MKDIR_P = @MKDIR_P@
116 OBJEXT = @OBJEXT@
117 PACKAGE = @PACKAGE@
118 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119 PACKAGE_NAME = @PACKAGE_NAME@
120 PACKAGE_STRING = @PACKAGE_STRING@
121 PACKAGE_TARNAME = @PACKAGE_TARNAME@
122 PACKAGE_VERSION = @PACKAGE_VERSION@
123 PATH_SEPARATOR = @PATH_SEPARATOR@
124 PKG_CONFIG = @PKG_CONFIG@
125 SET_MAKE = @SET_MAKE@
126 SHELL = @SHELL@
127 STRIP = @STRIP@
128 VERSION = @VERSION@
129 XMKMF = @XMKMF@
130 X_CFLAGS = @X_CFLAGS@
131 X_EXTRA_LIBS = @X_EXTRA_LIBS@
132 X_LIBS = @X_LIBS@
133 X_PRE_LIBS = @X_PRE_LIBS@
134 abs_builddir = @abs_builddir@
135 abs_srcdir = @abs_srcdir@
136 abs_top_builddir = @abs_top_builddir@
137 abs_top_srcdir = @abs_top_srcdir@
138 ac_ct_CC = @ac_ct_CC@
139 am__include = @am__include@
140 am__leading_dot = @am__leading_dot@
141 am__quote = @am__quote@
142 am__tar = @am__tar@
143 am__untar = @am__untar@
144 bindir = @bindir@
145 build_alias = @build_alias@
146 builddir = @builddir@
147 datadir = @datadir@
148 datarootdir = @datarootdir@
149 docdir = @docdir@
150 dvidir = @dvidir@
151 exec_prefix = @exec_prefix@
152 host_alias = @host_alias@
153 htmldir = @htmldir@
154 includedir = @includedir@
155 infodir = @infodir@
156 install_sh = @install_sh@
157 libdir = @libdir@
158 libexecdir = @libexecdir@
159 localedir = @localedir@
160 localstatedir = @localstatedir@
161 mandir = @mandir@
162 mkdir_p = @mkdir_p@
163 oldincludedir = @oldincludedir@
164 pdfdir = @pdfdir@
165 prefix = @prefix@
166 program_transform_name = @program_transform_name@
167 psdir = @psdir@
168 sbindir = @sbindir@
169 sharedstatedir = @sharedstatedir@
170 srcdir = @srcdir@
171 sysconfdir = @sysconfdir@
172 target_alias = @target_alias@
173 top_build_prefix = @top_build_prefix@
174 top_builddir = @top_builddir@
175 top_srcdir = @top_srcdir@
176 AM_CFLAGS = @GTK_CFLAGS@
177 AUTOMAKE_OPTIONS = gnu
178 wmstickynotes_SOURCES = wmstickynotes.c wmstickynotes.h wmstickynotes.xpm delete_button.xpm resize_button.xpm
179 wmstickynotes_LDADD = @GTK_LIBS@
180 EXTRA_DIST = THANKS
181 all: config.h
182 $(MAKE) $(AM_MAKEFLAGS) all-am
184 .SUFFIXES:
185 .SUFFIXES: .c .o .obj
186 am--refresh:
188 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
189 @for dep in $?; do \
190 case '$(am__configure_deps)' in \
191 *$$dep*) \
192 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
193 cd $(srcdir) && $(AUTOMAKE) --gnu \
194 && exit 0; \
195 exit 1;; \
196 esac; \
197 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
199 cd $(top_srcdir) && \
200 $(AUTOMAKE) --gnu Makefile
201 .PRECIOUS: Makefile
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203 @case '$?' in \
204 *config.status*) \
205 echo ' $(SHELL) ./config.status'; \
206 $(SHELL) ./config.status;; \
207 *) \
208 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
209 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
210 esac;
212 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
213 $(SHELL) ./config.status --recheck
215 $(top_srcdir)/configure: $(am__configure_deps)
216 cd $(srcdir) && $(AUTOCONF)
217 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
218 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
220 config.h: stamp-h1
221 @if test ! -f $@; then \
222 rm -f stamp-h1; \
223 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
224 else :; fi
226 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
227 @rm -f stamp-h1
228 cd $(top_builddir) && $(SHELL) ./config.status config.h
229 $(srcdir)/config.h.in: $(am__configure_deps)
230 cd $(top_srcdir) && $(AUTOHEADER)
231 rm -f stamp-h1
232 touch $@
234 distclean-hdr:
235 -rm -f config.h stamp-h1
236 install-binPROGRAMS: $(bin_PROGRAMS)
237 @$(NORMAL_INSTALL)
238 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
239 @list='$(bin_PROGRAMS)'; for p in $$list; do \
240 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
241 if test -f $$p \
242 ; then \
243 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
244 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
245 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
246 else :; fi; \
247 done
249 uninstall-binPROGRAMS:
250 @$(NORMAL_UNINSTALL)
251 @list='$(bin_PROGRAMS)'; for p in $$list; do \
252 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
253 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
254 rm -f "$(DESTDIR)$(bindir)/$$f"; \
255 done
257 clean-binPROGRAMS:
258 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
259 wmstickynotes$(EXEEXT): $(wmstickynotes_OBJECTS) $(wmstickynotes_DEPENDENCIES)
260 @rm -f wmstickynotes$(EXEEXT)
261 $(LINK) $(wmstickynotes_OBJECTS) $(wmstickynotes_LDADD) $(LIBS)
263 mostlyclean-compile:
264 -rm -f *.$(OBJEXT)
266 distclean-compile:
267 -rm -f *.tab.c
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmstickynotes.Po@am__quote@
271 .c.o:
272 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
278 .c.obj:
279 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
285 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
286 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287 unique=`for i in $$list; do \
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 done | \
290 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291 END { if (nonempty) { for (i in files) print i; }; }'`; \
292 mkid -fID $$unique
293 tags: TAGS
295 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
296 $(TAGS_FILES) $(LISP)
297 tags=; \
298 here=`pwd`; \
299 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
300 unique=`for i in $$list; do \
301 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302 done | \
303 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
304 END { if (nonempty) { for (i in files) print i; }; }'`; \
305 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
306 test -n "$$unique" || unique=$$empty_fix; \
307 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
308 $$tags $$unique; \
310 ctags: CTAGS
311 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
312 $(TAGS_FILES) $(LISP)
313 tags=; \
314 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
315 unique=`for i in $$list; do \
316 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317 done | \
318 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
319 END { if (nonempty) { for (i in files) print i; }; }'`; \
320 test -z "$(CTAGS_ARGS)$$tags$$unique" \
321 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
322 $$tags $$unique
324 GTAGS:
325 here=`$(am__cd) $(top_builddir) && pwd` \
326 && cd $(top_srcdir) \
327 && gtags -i $(GTAGS_ARGS) $$here
329 distclean-tags:
330 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
332 distdir: $(DISTFILES)
333 $(am__remove_distdir)
334 test -d $(distdir) || mkdir $(distdir)
335 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337 list='$(DISTFILES)'; \
338 dist_files=`for file in $$list; do echo $$file; done | \
339 sed -e "s|^$$srcdirstrip/||;t" \
340 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
341 case $$dist_files in \
342 */*) $(MKDIR_P) `echo "$$dist_files" | \
343 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
344 sort -u` ;; \
345 esac; \
346 for file in $$dist_files; do \
347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348 if test -d $$d/$$file; then \
349 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
350 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
351 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
352 fi; \
353 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
354 else \
355 test -f $(distdir)/$$file \
356 || cp -p $$d/$$file $(distdir)/$$file \
357 || exit 1; \
358 fi; \
359 done
360 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
361 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
362 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
363 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
364 || chmod -R a+r $(distdir)
365 dist-gzip: distdir
366 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
367 $(am__remove_distdir)
369 dist-bzip2: distdir
370 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
371 $(am__remove_distdir)
373 dist-lzma: distdir
374 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
375 $(am__remove_distdir)
377 dist-tarZ: distdir
378 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
379 $(am__remove_distdir)
381 dist-shar: distdir
382 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
383 $(am__remove_distdir)
385 dist-zip: distdir
386 -rm -f $(distdir).zip
387 zip -rq $(distdir).zip $(distdir)
388 $(am__remove_distdir)
390 dist dist-all: distdir
391 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
392 $(am__remove_distdir)
394 # This target untars the dist file and tries a VPATH configuration. Then
395 # it guarantees that the distribution is self-contained by making another
396 # tarfile.
397 distcheck: dist
398 case '$(DIST_ARCHIVES)' in \
399 *.tar.gz*) \
400 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
401 *.tar.bz2*) \
402 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
403 *.tar.lzma*) \
404 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
405 *.tar.Z*) \
406 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
407 *.shar.gz*) \
408 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
409 *.zip*) \
410 unzip $(distdir).zip ;;\
411 esac
412 chmod -R a-w $(distdir); chmod a+w $(distdir)
413 mkdir $(distdir)/_build
414 mkdir $(distdir)/_inst
415 chmod a-w $(distdir)
416 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
417 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
418 && cd $(distdir)/_build \
419 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
420 $(DISTCHECK_CONFIGURE_FLAGS) \
421 && $(MAKE) $(AM_MAKEFLAGS) \
422 && $(MAKE) $(AM_MAKEFLAGS) dvi \
423 && $(MAKE) $(AM_MAKEFLAGS) check \
424 && $(MAKE) $(AM_MAKEFLAGS) install \
425 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
426 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
427 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
428 distuninstallcheck \
429 && chmod -R a-w "$$dc_install_base" \
430 && ({ \
431 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
432 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
433 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
434 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
435 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
436 } || { rm -rf "$$dc_destdir"; exit 1; }) \
437 && rm -rf "$$dc_destdir" \
438 && $(MAKE) $(AM_MAKEFLAGS) dist \
439 && rm -rf $(DIST_ARCHIVES) \
440 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
441 $(am__remove_distdir)
442 @(echo "$(distdir) archives ready for distribution: "; \
443 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
444 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
445 distuninstallcheck:
446 @cd $(distuninstallcheck_dir) \
447 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
448 || { echo "ERROR: files left after uninstall:" ; \
449 if test -n "$(DESTDIR)"; then \
450 echo " (check DESTDIR support)"; \
451 fi ; \
452 $(distuninstallcheck_listfiles) ; \
453 exit 1; } >&2
454 distcleancheck: distclean
455 @if test '$(srcdir)' = . ; then \
456 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
457 exit 1 ; \
459 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
460 || { echo "ERROR: files left in build directory after distclean:" ; \
461 $(distcleancheck_listfiles) ; \
462 exit 1; } >&2
463 check-am: all-am
464 check: check-am
465 all-am: Makefile $(PROGRAMS) config.h
466 installdirs:
467 for dir in "$(DESTDIR)$(bindir)"; do \
468 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
469 done
470 install: install-am
471 install-exec: install-exec-am
472 install-data: install-data-am
473 uninstall: uninstall-am
475 install-am: all-am
476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478 installcheck: installcheck-am
479 install-strip:
480 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482 `test -z '$(STRIP)' || \
483 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
484 mostlyclean-generic:
486 clean-generic:
488 distclean-generic:
489 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491 maintainer-clean-generic:
492 @echo "This command is intended for maintainers to use"
493 @echo "it deletes files that may require special tools to rebuild."
494 clean: clean-am
496 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
498 distclean: distclean-am
499 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
500 -rm -rf ./$(DEPDIR)
501 -rm -f Makefile
502 distclean-am: clean-am distclean-compile distclean-generic \
503 distclean-hdr distclean-tags
505 dvi: dvi-am
507 dvi-am:
509 html: html-am
511 info: info-am
513 info-am:
515 install-data-am:
517 install-dvi: install-dvi-am
519 install-exec-am: install-binPROGRAMS
521 install-html: install-html-am
523 install-info: install-info-am
525 install-man:
527 install-pdf: install-pdf-am
529 install-ps: install-ps-am
531 installcheck-am:
533 maintainer-clean: maintainer-clean-am
534 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
535 -rm -rf $(top_srcdir)/autom4te.cache
536 -rm -rf ./$(DEPDIR)
537 -rm -f Makefile
538 maintainer-clean-am: distclean-am maintainer-clean-generic
540 mostlyclean: mostlyclean-am
542 mostlyclean-am: mostlyclean-compile mostlyclean-generic
544 pdf: pdf-am
546 pdf-am:
548 ps: ps-am
550 ps-am:
552 uninstall-am: uninstall-binPROGRAMS
554 .MAKE: install-am install-strip
556 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
557 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
558 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
559 distclean distclean-compile distclean-generic distclean-hdr \
560 distclean-tags distcleancheck distdir distuninstallcheck dvi \
561 dvi-am html html-am info info-am install install-am \
562 install-binPROGRAMS install-data install-data-am install-dvi \
563 install-dvi-am install-exec install-exec-am install-html \
564 install-html-am install-info install-info-am install-man \
565 install-pdf install-pdf-am install-ps install-ps-am \
566 install-strip installcheck installcheck-am installdirs \
567 maintainer-clean maintainer-clean-generic mostlyclean \
568 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
569 tags uninstall uninstall-am uninstall-binPROGRAMS
571 # Tell versions [3.59,3.63) of GNU make to not export all variables.
572 # Otherwise a system limit (for SysV at least) may be exceeded.
573 .NOEXPORT: