Skip to content

Commit dc0289b

Browse files
author
Matt Smith
committed
Fix CPPLAGS type-o issue reported by dstrom
1 parent 50663b5 commit dc0289b

File tree

6 files changed

+843
-453
lines changed

6 files changed

+843
-453
lines changed

Makefile.in

Lines changed: 123 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.12.2 from Makefile.am.
1+
# Makefile.in generated by automake 1.13.4 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414

1515
@SET_MAKE@
1616
VPATH = @srcdir@
17-
am__make_dryrun = \
18-
{ \
19-
am__dry=no; \
17+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18+
am__make_running_with_option = \
19+
case $${target_option-} in \
20+
?) ;; \
21+
*) echo "am__make_running_with_option: internal error: invalid" \
22+
"target option '$${target_option-}' specified" >&2; \
23+
exit 1;; \
24+
esac; \
25+
has_opt=no; \
26+
sane_makeflags=$$MAKEFLAGS; \
27+
if $(am__is_gnu_make); then \
28+
sane_makeflags=$$MFLAGS; \
29+
else \
2030
case $$MAKEFLAGS in \
2131
*\\[\ \ ]*) \
22-
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23-
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24-
*) \
25-
for am__flg in $$MAKEFLAGS; do \
26-
case $$am__flg in \
27-
*=*|--*) ;; \
28-
*n*) am__dry=yes; break;; \
29-
esac; \
30-
done;; \
32+
bs=\\; \
33+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35+
esac; \
36+
fi; \
37+
skip_next=no; \
38+
strip_trailopt () \
39+
{ \
40+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41+
}; \
42+
for flg in $$sane_makeflags; do \
43+
test $$skip_next = yes && { skip_next=no; continue; }; \
44+
case $$flg in \
45+
*=*|--*) continue;; \
46+
-*I) strip_trailopt 'I'; skip_next=yes;; \
47+
-*I?*) strip_trailopt 'I';; \
48+
-*O) strip_trailopt 'O'; skip_next=yes;; \
49+
-*O?*) strip_trailopt 'O';; \
50+
-*l) strip_trailopt 'l'; skip_next=yes;; \
51+
-*l?*) strip_trailopt 'l';; \
52+
-[dEDm]) skip_next=yes;; \
53+
-[JT]) skip_next=yes;; \
3154
esac; \
32-
test $$am__dry = yes; \
33-
}
55+
case $$flg in \
56+
*$$target_option*) has_opt=yes; break;; \
57+
esac; \
58+
done; \
59+
test $$has_opt = yes
60+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3462
pkgdatadir = $(datadir)/@PACKAGE@
3563
pkgincludedir = $(includedir)/@PACKAGE@
3664
pkglibdir = $(libdir)/@PACKAGE@
@@ -50,10 +78,10 @@ POST_UNINSTALL = :
5078
build_triplet = @build@
5179
host_triplet = @host@
5280
subdir = .
53-
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54-
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
55-
$(top_srcdir)/configure compile config.guess config.sub \
56-
depcomp install-sh ltmain.sh missing
81+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82+
$(top_srcdir)/configure $(am__configure_deps) \
83+
$(srcdir)/config.h.in README compile config.guess config.sub \
84+
depcomp install-sh missing ltmain.sh
5785
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5886
am__aclocal_m4_deps = $(top_srcdir)/m4/libcurl.m4 \
5987
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
@@ -83,23 +111,45 @@ am__v_at_0 = @
83111
am__v_at_1 =
84112
SOURCES =
85113
DIST_SOURCES =
86-
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87-
html-recursive info-recursive install-data-recursive \
88-
install-dvi-recursive install-exec-recursive \
89-
install-html-recursive install-info-recursive \
90-
install-pdf-recursive install-ps-recursive install-recursive \
91-
installcheck-recursive installdirs-recursive pdf-recursive \
92-
ps-recursive uninstall-recursive
114+
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115+
ctags-recursive dvi-recursive html-recursive info-recursive \
116+
install-data-recursive install-dvi-recursive \
117+
install-exec-recursive install-html-recursive \
118+
install-info-recursive install-pdf-recursive \
119+
install-ps-recursive install-recursive installcheck-recursive \
120+
installdirs-recursive pdf-recursive ps-recursive \
121+
tags-recursive uninstall-recursive
93122
am__can_run_installinfo = \
94123
case $$AM_UPDATE_INFO_DIR in \
95124
n|no|NO) false;; \
96125
*) (install-info --version) >/dev/null 2>&1;; \
97126
esac
98127
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
99128
distclean-recursive maintainer-clean-recursive
100-
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
101-
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
129+
am__recursive_targets = \
130+
$(RECURSIVE_TARGETS) \
131+
$(RECURSIVE_CLEAN_TARGETS) \
132+
$(am__extra_recursive_targets)
133+
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
102134
cscope distdir dist dist-all distcheck
135+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
136+
$(LISP)config.h.in
137+
# Read a list of newline-separated strings from the standard input,
138+
# and print each of them once, without duplicates. Input order is
139+
# *not* preserved.
140+
am__uniquify_input = $(AWK) '\
141+
BEGIN { nonempty = 0; } \
142+
{ items[$$0] = 1; nonempty = 1; } \
143+
END { if (nonempty) { for (i in items) print i; }; } \
144+
'
145+
# Make sure the list of sources is unique. This is necessary because,
146+
# e.g., the same source file might be shared among _SOURCES variables
147+
# for different programs/libraries.
148+
am__define_uniq_tagged_files = \
149+
list='$(am__tagged_files)'; \
150+
unique=`for i in $$list; do \
151+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152+
done | $(am__uniquify_input)`
103153
ETAGS = etags
104154
CTAGS = ctags
105155
CSCOPE = cscope
@@ -365,14 +415,13 @@ distclean-libtool:
365415
# (1) if the variable is set in 'config.status', edit 'config.status'
366416
# (which will cause the Makefiles to be regenerated when you run 'make');
367417
# (2) otherwise, pass the desired values on the 'make' command line.
368-
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
369-
@fail= failcom='exit 1'; \
370-
for f in x $$MAKEFLAGS; do \
371-
case $$f in \
372-
*=* | --[!k]*);; \
373-
*k*) failcom='fail=yes';; \
374-
esac; \
375-
done; \
418+
$(am__recursive_targets):
419+
@fail=; \
420+
if $(am__make_keepgoing); then \
421+
failcom='fail=yes'; \
422+
else \
423+
failcom='exit 1'; \
424+
fi; \
376425
dot_seen=no; \
377426
target=`echo $@ | sed s/-recursive//`; \
378427
case "$@" in \
@@ -393,31 +442,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
393442
if test "$$dot_seen" = "no"; then \
394443
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
395444
fi; test -z "$$fail"
396-
tags-recursive:
397-
list='$(SUBDIRS)'; for subdir in $$list; do \
398-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399-
done
400-
ctags-recursive:
401-
list='$(SUBDIRS)'; for subdir in $$list; do \
402-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403-
done
404-
cscopelist-recursive:
405-
list='$(SUBDIRS)'; for subdir in $$list; do \
406-
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
407-
done
408445

409-
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
410-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411-
unique=`for i in $$list; do \
412-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413-
done | \
414-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415-
END { if (nonempty) { for (i in files) print i; }; }'`; \
416-
mkid -fID $$unique
417-
tags: TAGS
418-
419-
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
420-
$(TAGS_FILES) $(LISP)
446+
ID: $(am__tagged_files)
447+
$(am__define_uniq_tagged_files); mkid -fID $$unique
448+
tags: tags-recursive
449+
TAGS: tags
450+
451+
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
421452
set x; \
422453
here=`pwd`; \
423454
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
@@ -433,12 +464,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
433464
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
434465
fi; \
435466
done; \
436-
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437-
unique=`for i in $$list; do \
438-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439-
done | \
440-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441-
END { if (nonempty) { for (i in files) print i; }; }'`; \
467+
$(am__define_uniq_tagged_files); \
442468
shift; \
443469
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444470
test -n "$$unique" || unique=$$empty_fix; \
@@ -450,15 +476,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450476
$$unique; \
451477
fi; \
452478
fi
453-
ctags: CTAGS
454-
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
455-
$(TAGS_FILES) $(LISP)
456-
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
457-
unique=`for i in $$list; do \
458-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459-
done | \
460-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461-
END { if (nonempty) { for (i in files) print i; }; }'`; \
479+
ctags: ctags-recursive
480+
481+
CTAGS: ctags
482+
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483+
$(am__define_uniq_tagged_files); \
462484
test -z "$(CTAGS_ARGS)$$unique" \
463485
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464486
$$unique
@@ -467,18 +489,16 @@ GTAGS:
467489
here=`$(am__cd) $(top_builddir) && pwd` \
468490
&& $(am__cd) $(top_srcdir) \
469491
&& gtags -i $(GTAGS_ARGS) "$$here"
470-
471492
cscope: cscope.files
472493
test ! -s cscope.files \
473494
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
474-
475495
clean-cscope:
476496
-rm -f cscope.files
497+
cscope.files: clean-cscope cscopelist
498+
cscopelist: cscopelist-recursive
477499

478-
cscope.files: clean-cscope cscopelist-recursive cscopelist
479-
480-
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
481-
list='$(SOURCES) $(HEADERS) $(LISP)'; \
500+
cscopelist-am: $(am__tagged_files)
501+
list='$(am__tagged_files)'; \
482502
case "$(srcdir)" in \
483503
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
484504
*) sdir=$(subdir)/$(srcdir) ;; \
@@ -612,9 +632,9 @@ distcheck: dist
612632
*.zip*) \
613633
unzip $(distdir).zip ;;\
614634
esac
615-
chmod -R a-w $(distdir); chmod u+w $(distdir)
616-
mkdir $(distdir)/_build
617-
mkdir $(distdir)/_inst
635+
chmod -R a-w $(distdir)
636+
chmod u+w $(distdir)
637+
mkdir $(distdir)/_build $(distdir)/_inst
618638
chmod a-w $(distdir)
619639
test -d $(distdir)/_build || exit 0; \
620640
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
@@ -781,26 +801,24 @@ ps-am:
781801

782802
uninstall-am:
783803

784-
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
785-
cscopelist-recursive ctags-recursive install-am install-strip \
786-
tags-recursive
787-
788-
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
789-
all all-am am--refresh check check-am clean clean-cscope \
790-
clean-generic clean-libtool cscope cscopelist \
791-
cscopelist-recursive ctags ctags-recursive dist dist-all \
792-
dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
793-
dist-zip distcheck distclean distclean-generic distclean-hdr \
794-
distclean-libtool distclean-tags distcleancheck distdir \
795-
distuninstallcheck dvi dvi-am html html-am info info-am \
796-
install install-am install-data install-data-am install-dvi \
797-
install-dvi-am install-exec install-exec-am install-html \
798-
install-html-am install-info install-info-am install-man \
799-
install-pdf install-pdf-am install-ps install-ps-am \
800-
install-strip installcheck installcheck-am installdirs \
801-
installdirs-am maintainer-clean maintainer-clean-generic \
802-
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
803-
ps ps-am tags tags-recursive uninstall uninstall-am
804+
.MAKE: $(am__recursive_targets) all install-am install-strip
805+
806+
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
807+
am--refresh check check-am clean clean-cscope clean-generic \
808+
clean-libtool cscope cscopelist-am ctags ctags-am dist \
809+
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
810+
dist-xz dist-zip distcheck distclean distclean-generic \
811+
distclean-hdr distclean-libtool distclean-tags distcleancheck \
812+
distdir distuninstallcheck dvi dvi-am html html-am info \
813+
info-am install install-am install-data install-data-am \
814+
install-dvi install-dvi-am install-exec install-exec-am \
815+
install-html install-html-am install-info install-info-am \
816+
install-man install-pdf install-pdf-am install-ps \
817+
install-ps-am install-strip installcheck installcheck-am \
818+
installdirs installdirs-am maintainer-clean \
819+
maintainer-clean-generic mostlyclean mostlyclean-generic \
820+
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
821+
uninstall-am
804822

805823

806824
baseclean: maintainer-clean

0 commit comments

Comments
 (0)