From: JINMEI Tatuya Date: Mon, 4 Feb 2013 19:50:05 +0000 (-0800) Subject: [1866] remove dummy text files from makefile X-Git-Tag: bind10-1.0.0-rc-release~27^2~8^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb95ae3f178ce497a8dce0aad4173a8586dc9ca2;p=thirdparty%2Fkea.git [1866] remove dummy text files from makefile --- diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am index 7586f632ec..057cb7a0ce 100644 --- a/src/lib/dns/Makefile.am +++ b/src/lib/dns/Makefile.am @@ -79,34 +79,6 @@ EXTRA_DIST += rdata/generic/afsdb_18.h EXTRA_DIST += rdata/generic/any_255.txt EXTRA_DIST += rdata/generic/axfr_252.txt EXTRA_DIST += rdata/generic/ixfr_251.txt -EXTRA_DIST += rdata/generic/cert_37.txt -EXTRA_DIST += rdata/generic/gpos_27.txt -EXTRA_DIST += rdata/generic/hip_55.txt -EXTRA_DIST += rdata/generic/ipseckey_45.txt -EXTRA_DIST += rdata/generic/isdn_20.txt -EXTRA_DIST += rdata/generic/key_25.txt -EXTRA_DIST += rdata/generic/l32_105.txt -EXTRA_DIST += rdata/generic/l64_106.txt -EXTRA_DIST += rdata/generic/loc_29.txt -EXTRA_DIST += rdata/generic/lp_107.txt -EXTRA_DIST += rdata/generic/mb_7.txt -EXTRA_DIST += rdata/generic/md_3.txt -EXTRA_DIST += rdata/generic/mf_4.txt -EXTRA_DIST += rdata/generic/mg_8.txt -EXTRA_DIST += rdata/generic/mr_9.txt -EXTRA_DIST += rdata/generic/nid_104.txt -EXTRA_DIST += rdata/generic/null_10.txt -EXTRA_DIST += rdata/generic/nxt_30.txt -EXTRA_DIST += rdata/generic/rt_21.txt -EXTRA_DIST += rdata/generic/sig_24.txt -EXTRA_DIST += rdata/generic/tkey_249.txt -EXTRA_DIST += rdata/generic/tlsa_52.txt -EXTRA_DIST += rdata/generic/unspec_103.txt -EXTRA_DIST += rdata/generic/uri_256.txt -EXTRA_DIST += rdata/generic/x25_19.txt -EXTRA_DIST += rdata/generic/maila_254.txt -EXTRA_DIST += rdata/generic/mailb_253.txt -EXTRA_DIST += rdata/generic/caa_257.txt EXTRA_DIST += rdata/hs_4/a_1.cc EXTRA_DIST += rdata/hs_4/a_1.h EXTRA_DIST += rdata/in_1/a_1.cc @@ -117,17 +89,8 @@ EXTRA_DIST += rdata/in_1/dhcid_49.cc EXTRA_DIST += rdata/in_1/dhcid_49.h EXTRA_DIST += rdata/in_1/srv_33.cc EXTRA_DIST += rdata/in_1/srv_33.h -EXTRA_DIST += rdata/in_1/a6_38.txt -EXTRA_DIST += rdata/in_1/apl_42.txt -EXTRA_DIST += rdata/in_1/kx_36.txt -EXTRA_DIST += rdata/in_1/nsap-ptr_23.txt -EXTRA_DIST += rdata/in_1/nsap_22.txt -EXTRA_DIST += rdata/in_1/px_26.txt -EXTRA_DIST += rdata/in_1/wks_11.txt -EXTRA_DIST += rdata/none_254 #EXTRA_DIST += rdata/template.cc #EXTRA_DIST += rdata/template.h -#EXTRA_DIST += rdata/template.txt noinst_SCRIPTS = gen-rdatacode.py diff --git a/src/lib/dns/rdata/generic/any_255.txt b/src/lib/dns/rdata/generic/any_255.txt deleted file mode 100644 index 8b95ece1b0..0000000000 --- a/src/lib/dns/rdata/generic/any_255.txt +++ /dev/null @@ -1 +0,0 @@ -This is a meta type and doesn't have any Rdata definition. diff --git a/src/lib/dns/rdata/generic/axfr_252.txt b/src/lib/dns/rdata/generic/axfr_252.txt deleted file mode 100644 index 8b95ece1b0..0000000000 --- a/src/lib/dns/rdata/generic/axfr_252.txt +++ /dev/null @@ -1 +0,0 @@ -This is a meta type and doesn't have any Rdata definition. diff --git a/src/lib/dns/rdata/generic/caa_257.txt b/src/lib/dns/rdata/generic/caa_257.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/caa_257.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/cert_37.txt b/src/lib/dns/rdata/generic/cert_37.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/cert_37.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/gpos_27.txt b/src/lib/dns/rdata/generic/gpos_27.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/gpos_27.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/hip_55.txt b/src/lib/dns/rdata/generic/hip_55.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/hip_55.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/ipseckey_45.txt b/src/lib/dns/rdata/generic/ipseckey_45.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/ipseckey_45.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/isdn_20.txt b/src/lib/dns/rdata/generic/isdn_20.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/isdn_20.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/ixfr_251.txt b/src/lib/dns/rdata/generic/ixfr_251.txt deleted file mode 100644 index 8b95ece1b0..0000000000 --- a/src/lib/dns/rdata/generic/ixfr_251.txt +++ /dev/null @@ -1 +0,0 @@ -This is a meta type and doesn't have any Rdata definition. diff --git a/src/lib/dns/rdata/generic/key_25.txt b/src/lib/dns/rdata/generic/key_25.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/key_25.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/l32_105.txt b/src/lib/dns/rdata/generic/l32_105.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/l32_105.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/l64_106.txt b/src/lib/dns/rdata/generic/l64_106.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/l64_106.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/loc_29.txt b/src/lib/dns/rdata/generic/loc_29.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/loc_29.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/lp_107.txt b/src/lib/dns/rdata/generic/lp_107.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/lp_107.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/maila_254.txt b/src/lib/dns/rdata/generic/maila_254.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/maila_254.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/mailb_253.txt b/src/lib/dns/rdata/generic/mailb_253.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/mailb_253.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/mb_7.txt b/src/lib/dns/rdata/generic/mb_7.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/mb_7.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/md_3.txt b/src/lib/dns/rdata/generic/md_3.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/md_3.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/mf_4.txt b/src/lib/dns/rdata/generic/mf_4.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/mf_4.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/mg_8.txt b/src/lib/dns/rdata/generic/mg_8.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/mg_8.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/mr_9.txt b/src/lib/dns/rdata/generic/mr_9.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/mr_9.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/nid_104.txt b/src/lib/dns/rdata/generic/nid_104.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/nid_104.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/null_10.txt b/src/lib/dns/rdata/generic/null_10.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/null_10.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/nxt_30.txt b/src/lib/dns/rdata/generic/nxt_30.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/nxt_30.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/rt_21.txt b/src/lib/dns/rdata/generic/rt_21.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/rt_21.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/sig_24.txt b/src/lib/dns/rdata/generic/sig_24.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/sig_24.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/tkey_249.txt b/src/lib/dns/rdata/generic/tkey_249.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/tkey_249.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/tlsa_52.txt b/src/lib/dns/rdata/generic/tlsa_52.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/tlsa_52.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/unspec_103.txt b/src/lib/dns/rdata/generic/unspec_103.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/unspec_103.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/uri_256.txt b/src/lib/dns/rdata/generic/uri_256.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/uri_256.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/generic/x25_19.txt b/src/lib/dns/rdata/generic/x25_19.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/generic/x25_19.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/a6_38.txt b/src/lib/dns/rdata/in_1/a6_38.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/a6_38.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/apl_42.txt b/src/lib/dns/rdata/in_1/apl_42.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/apl_42.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/kx_36.txt b/src/lib/dns/rdata/in_1/kx_36.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/kx_36.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/nsap-ptr_23.txt b/src/lib/dns/rdata/in_1/nsap-ptr_23.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/nsap-ptr_23.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/nsap_22.txt b/src/lib/dns/rdata/in_1/nsap_22.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/nsap_22.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/px_26.txt b/src/lib/dns/rdata/in_1/px_26.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/px_26.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/in_1/wks_11.txt b/src/lib/dns/rdata/in_1/wks_11.txt deleted file mode 100644 index da319445a1..0000000000 --- a/src/lib/dns/rdata/in_1/wks_11.txt +++ /dev/null @@ -1,4 +0,0 @@ -This RR type is not yet implemented; this file is used to generate -the corresponding RRType constant and a mapping with its textual -representation, without the Rdata code. When the Rdata support is -complete this file must be removed. diff --git a/src/lib/dns/rdata/none_254/.gitignore b/src/lib/dns/rdata/none_254/.gitignore deleted file mode 100644 index 8a0934dc2d..0000000000 --- a/src/lib/dns/rdata/none_254/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# This file is here only for making the directory effectively empty. diff --git a/src/lib/dns/rdata/template.txt b/src/lib/dns/rdata/template.txt deleted file mode 100644 index 8d11bf7112..0000000000 --- a/src/lib/dns/rdata/template.txt +++ /dev/null @@ -1,8 +0,0 @@ -For "meta" RR types (i.e., types that don't have Rdata definitions) -and standard types that have not yet been supported in this -implementation, place "typename_nn.txt" under the appropriate -directory (where "typename" is the standard textual mnemonic of the -type and "nn" is decimal code of the type, e.g. axfr_252.txt). -Its content doesn't matter. Then the auto-generate script will -just generate constant RRTypes and text conversion code for these -types, skipping Rdata related definitions.