51
51
host_triplet = @host@
52
52
target_triplet = @target@
54
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
57
INSTALL NEWS config.guess config.rpath config.sub install-sh \
54
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
55
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
$(top_srcdir)/configure $(am__configure_deps) \
57
$(srcdir)/config.h.in ABOUT-NLS COPYING config.guess \
58
config.rpath config.sub depcomp install-sh missing ltmain.sh
59
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
60
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
61
61
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
91
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92
html-recursive info-recursive install-data-recursive \
93
install-dvi-recursive install-exec-recursive \
94
install-html-recursive install-info-recursive \
95
install-pdf-recursive install-ps-recursive install-recursive \
96
installcheck-recursive installdirs-recursive pdf-recursive \
97
ps-recursive uninstall-recursive
91
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
92
ctags-recursive dvi-recursive html-recursive info-recursive \
93
install-data-recursive install-dvi-recursive \
94
install-exec-recursive install-html-recursive \
95
install-info-recursive install-pdf-recursive \
96
install-ps-recursive install-recursive installcheck-recursive \
97
installdirs-recursive pdf-recursive ps-recursive \
98
tags-recursive uninstall-recursive
98
99
am__can_run_installinfo = \
99
100
case $$AM_UPDATE_INFO_DIR in \
100
101
n|no|NO) false;; \
103
104
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104
105
distclean-recursive maintainer-clean-recursive
105
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
106
am__recursive_targets = \
107
$(RECURSIVE_TARGETS) \
108
$(RECURSIVE_CLEAN_TARGETS) \
109
$(am__extra_recursive_targets)
110
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
107
111
cscope distdir dist dist-all distcheck
112
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
114
# Read a list of newline-separated strings from the standard input,
115
# and print each of them once, without duplicates. Input order is
117
am__uniquify_input = $(AWK) '\
118
BEGIN { nonempty = 0; } \
119
{ items[$$0] = 1; nonempty = 1; } \
120
END { if (nonempty) { for (i in items) print i; }; } \
122
# Make sure the list of sources is unique. This is necessary because,
123
# e.g., the same source file might be shared among _SOURCES variables
124
# for different programs/libraries.
125
am__define_uniq_tagged_files = \
126
list='$(am__tagged_files)'; \
127
unique=`for i in $$list; do \
128
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
129
done | $(am__uniquify_input)`
331
353
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
333
355
SUBDIRS = libgd src data pixmaps help po
334
EXTRA_DIST = COPYING.docs
358
egg-list-box/egg-list-box.h \
359
egg-list-box/egg-list-box-accessible.h \
360
egg-list-box/egglistbox.vapi
335
362
MAINTAINERCLEANFILES = \
427
454
# (1) if the variable is set in 'config.status', edit 'config.status'
428
455
# (which will cause the Makefiles to be regenerated when you run 'make');
429
456
# (2) otherwise, pass the desired values on the 'make' command line.
430
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
457
$(am__recursive_targets):
431
458
@fail= failcom='exit 1'; \
432
459
for f in x $$MAKEFLAGS; do \
455
482
if test "$$dot_seen" = "no"; then \
456
483
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457
484
fi; test -z "$$fail"
459
list='$(SUBDIRS)'; for subdir in $$list; do \
460
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
463
list='$(SUBDIRS)'; for subdir in $$list; do \
464
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
466
cscopelist-recursive:
467
list='$(SUBDIRS)'; for subdir in $$list; do \
468
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
471
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
unique=`for i in $$list; do \
474
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
END { if (nonempty) { for (i in files) print i; }; }'`; \
481
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
$(TAGS_FILES) $(LISP)
486
ID: $(am__tagged_files)
487
$(am__define_uniq_tagged_files); mkid -fID $$unique
491
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
485
494
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
495
504
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
498
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499
unique=`for i in $$list; do \
500
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
END { if (nonempty) { for (i in files) print i; }; }'`; \
507
$(am__define_uniq_tagged_files); \
505
509
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506
510
test -n "$$unique" || unique=$$empty_fix; \
516
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517
$(TAGS_FILES) $(LISP)
518
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
unique=`for i in $$list; do \
520
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523
END { if (nonempty) { for (i in files) print i; }; }'`; \
519
ctags: ctags-recursive
522
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523
$(am__define_uniq_tagged_files); \
524
524
test -z "$(CTAGS_ARGS)$$unique" \
525
525
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529
529
here=`$(am__cd) $(top_builddir) && pwd` \
530
530
&& $(am__cd) $(top_srcdir) \
531
531
&& gtags -i $(GTAGS_ARGS) "$$here"
533
532
cscope: cscope.files
534
533
test ! -s cscope.files \
535
534
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
538
536
-rm -f cscope.files
540
cscope.files: clean-cscope cscopelist-recursive cscopelist
542
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
543
list='$(SOURCES) $(HEADERS) $(LISP)'; \
537
cscope.files: clean-cscope cscopelist
538
cscopelist: cscopelist-recursive
540
cscopelist-am: $(am__tagged_files)
541
list='$(am__tagged_files)'; \
544
542
case "$(srcdir)" in \
545
543
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
546
544
*) sdir=$(subdir)/$(srcdir) ;; \
677
675
unzip $(distdir).zip ;;\
679
chmod -R a-w $(distdir); chmod u+w $(distdir)
680
mkdir $(distdir)/_build
681
mkdir $(distdir)/_inst
677
chmod -R a-w $(distdir)
679
mkdir $(distdir)/_build $(distdir)/_inst
682
680
chmod a-w $(distdir)
683
681
test -d $(distdir)/_build || exit 0; \
684
682
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
849
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
850
cscopelist-recursive ctags-recursive install-am install-strip \
847
.MAKE: $(am__recursive_targets) all install-am install-strip
853
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
854
all all-am am--refresh check check-am clean clean-cscope \
855
clean-generic clean-libtool cscope cscopelist \
856
cscopelist-recursive ctags ctags-recursive dist dist-all \
857
dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
858
dist-xz dist-zip distcheck distclean distclean-generic \
859
distclean-hdr distclean-libtool distclean-tags distcleancheck \
860
distdir distuninstallcheck dvi dvi-am html html-am info \
861
info-am install install-am install-data install-data-am \
862
install-dvi install-dvi-am install-exec install-exec-am \
863
install-html install-html-am install-info install-info-am \
864
install-man install-pdf install-pdf-am install-ps \
865
install-ps-am install-strip installcheck installcheck-am \
866
installdirs installdirs-am maintainer-clean \
867
maintainer-clean-generic mostlyclean mostlyclean-generic \
868
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
869
uninstall uninstall-am
849
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
850
am--refresh check check-am clean clean-cscope clean-generic \
851
clean-libtool cscope cscopelist-am ctags ctags-am dist \
852
dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
853
dist-tarZ dist-xz dist-zip distcheck distclean \
854
distclean-generic distclean-hdr distclean-libtool \
855
distclean-tags distcleancheck distdir distuninstallcheck dvi \
856
dvi-am html html-am info info-am install install-am \
857
install-data install-data-am install-dvi install-dvi-am \
858
install-exec install-exec-am install-html install-html-am \
859
install-info install-info-am install-man install-pdf \
860
install-pdf-am install-ps install-ps-am install-strip \
861
installcheck installcheck-am installdirs installdirs-am \
862
maintainer-clean maintainer-clean-generic mostlyclean \
863
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
864
tags tags-am uninstall uninstall-am