diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-21 23:11:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-05 00:18:01 -0500 |
commit | 24b1e4b942f687446337ef51d68d93eba33ee985 (patch) | |
tree | 9b3b0e28e809642cce5483a29ea82eae82047e6d /newlib/libc/iconv | |
parent | 6026ef29d8c847716a745bb6e11aa1d2c36a2b64 (diff) | |
download | newlib-24b1e4b942f687446337ef51d68d93eba33ee985.zip newlib-24b1e4b942f687446337ef51d68d93eba33ee985.tar.gz newlib-24b1e4b942f687446337ef51d68d93eba33ee985.tar.bz2 |
newlib: drop shared documentation rules
Now that the top-level makefile handles these, don't need to copy
these into every single subdir.
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r-- | newlib/libc/iconv/Makefile.in | 34 | ||||
-rw-r--r-- | newlib/libc/iconv/ccs/Makefile.in | 35 | ||||
-rw-r--r-- | newlib/libc/iconv/ccs/binary/Makefile.in | 34 | ||||
-rw-r--r-- | newlib/libc/iconv/ces/Makefile.in | 35 | ||||
-rw-r--r-- | newlib/libc/iconv/lib/Makefile.in | 35 |
5 files changed, 3 insertions, 170 deletions
diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in index 08a2ece..9070ebd 100644 --- a/newlib/libc/iconv/Makefile.in +++ b/newlib/libc/iconv/Makefile.in @@ -339,20 +339,9 @@ SUBDIRS = ces ccs lib . cctdir = $(datadir)/iconv_data cct_DATA = encoding.aliases AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) - -# -# documentation rules -# -SUFFIXES = .def .xml -CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str -DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py -DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) -DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) -CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) all: all-recursive .SUFFIXES: -.SUFFIXES: .def .xml .c $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -539,7 +528,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -639,28 +627,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES) echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done -.c.def: - $(CHEW) < $< > $*.def || ( rm $*.def && false ) - @touch stmp-def - -TARGETDOC ?= ../tmp.texi - -doc: $(CHEWOUT_FILES) - for chapter in $(CHAPTERS) ; \ - do \ - cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \ - done - -.c.xml: - $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false ) - @touch stmp-xml - -docbook: $(DOCBOOK_OUT_FILES) - for chapter in $(DOCBOOK_CHAPTERS) ; \ - do \ - ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ - done - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Makefile.in index 61398ac..4e261e5 100644 --- a/newlib/libc/iconv/ccs/Makefile.in +++ b/newlib/libc/iconv/ccs/Makefile.in @@ -439,20 +439,10 @@ lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES) lib_a_CFLAGS = $(AM_CFLAGS) noinst_DATA = SUBDIRS = binary - -# -# documentation rules -# -SUFFIXES = .def .xml -CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str -DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py -DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) -DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) -CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) all: all-recursive .SUFFIXES: -.SUFFIXES: .def .xml .c .lo .o .obj +.SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../Makefile.shared $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -890,7 +880,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -994,28 +983,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES) echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done -.c.def: - $(CHEW) < $< > $*.def || ( rm $*.def && false ) - @touch stmp-def - -TARGETDOC ?= ../tmp.texi - -doc: $(CHEWOUT_FILES) - for chapter in $(CHAPTERS) ; \ - do \ - cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \ - done - -.c.xml: - $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false ) - @touch stmp-xml - -docbook: $(DOCBOOK_OUT_FILES) - for chapter in $(DOCBOOK_CHAPTERS) ; \ - do \ - ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ - done - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/ccs/binary/Makefile.in index 3912b4f..f059f80 100644 --- a/newlib/libc/iconv/ccs/binary/Makefile.in +++ b/newlib/libc/iconv/ccs/binary/Makefile.in @@ -317,20 +317,9 @@ cp775.cct cp850.cct cp852.cct cp855.cct cp866.cct \ jis_x0212_1990.cct jis_x0201_1976.cct jis_x0208_1990.cct ksx1001.cct \ cns11643_plane1.cct cns11643_plane2.cct cns11643_plane14.cct - -# -# documentation rules -# -SUFFIXES = .def .xml -CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str -DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py -DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) -DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) -CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) all: all-am .SUFFIXES: -.SUFFIXES: .def .xml .c $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../../Makefile.shared $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -423,7 +412,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -519,28 +507,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES) echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done -.c.def: - $(CHEW) < $< > $*.def || ( rm $*.def && false ) - @touch stmp-def - -TARGETDOC ?= ../tmp.texi - -doc: $(CHEWOUT_FILES) - for chapter in $(CHAPTERS) ; \ - do \ - cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \ - done - -.c.xml: - $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false ) - @touch stmp-xml - -docbook: $(DOCBOOK_OUT_FILES) - for chapter in $(DOCBOOK_CHAPTERS) ; \ - do \ - ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ - done - info: # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/newlib/libc/iconv/ces/Makefile.in b/newlib/libc/iconv/ces/Makefile.in index 0dc1711..5404540 100644 --- a/newlib/libc/iconv/ces/Makefile.in +++ b/newlib/libc/iconv/ces/Makefile.in @@ -373,20 +373,10 @@ noinst_LIBRARIES = lib.a lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES) lib_a_CFLAGS = $(AM_CFLAGS) noinst_DATA = - -# -# documentation rules -# -SUFFIXES = .def .xml -CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str -DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py -DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) -DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) -CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) all: all-am .SUFFIXES: -.SUFFIXES: .def .xml .c .lo .o .obj +.SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../Makefile.shared $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -590,7 +580,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -693,28 +682,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES) echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done -.c.def: - $(CHEW) < $< > $*.def || ( rm $*.def && false ) - @touch stmp-def - -TARGETDOC ?= ../tmp.texi - -doc: $(CHEWOUT_FILES) - for chapter in $(CHAPTERS) ; \ - do \ - cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \ - done - -.c.xml: - $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false ) - @touch stmp-xml - -docbook: $(DOCBOOK_OUT_FILES) - for chapter in $(DOCBOOK_CHAPTERS) ; \ - do \ - ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ - done - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/newlib/libc/iconv/lib/Makefile.in b/newlib/libc/iconv/lib/Makefile.in index 02217c4..e00675f 100644 --- a/newlib/libc/iconv/lib/Makefile.in +++ b/newlib/libc/iconv/lib/Makefile.in @@ -356,20 +356,10 @@ noinst_LIBRARIES = lib.a lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES) lib_a_CFLAGS = $(AM_CFLAGS) noinst_DATA = - -# -# documentation rules -# -SUFFIXES = .def .xml -CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str -DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py -DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) -DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) -CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) all: all-am .SUFFIXES: -.SUFFIXES: .def .xml .c .lo .o .obj +.SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../Makefile.shared $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -543,7 +533,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -646,28 +635,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES) echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done -.c.def: - $(CHEW) < $< > $*.def || ( rm $*.def && false ) - @touch stmp-def - -TARGETDOC ?= ../tmp.texi - -doc: $(CHEWOUT_FILES) - for chapter in $(CHAPTERS) ; \ - do \ - cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \ - done - -.c.xml: - $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false ) - @touch stmp-xml - -docbook: $(DOCBOOK_OUT_FILES) - for chapter in $(DOCBOOK_CHAPTERS) ; \ - do \ - ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ - done - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |