]> granicus.if.org Git - yasm/commitdiff
Don't distribute re2c-built files or configure-built stdint.h.
authorPeter Johnson <peter@tortall.net>
Thu, 22 Feb 2007 03:40:31 +0000 (03:40 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 22 Feb 2007 03:40:31 +0000 (03:40 -0000)
svn path=/trunk/yasm/; revision=1783

Makefile.am
modules/parsers/gas/Makefile.inc
modules/parsers/nasm/Makefile.inc
po/POTFILES.in

index 21dbc393e85a64e82db8be8b928ba3f1ba4d12b7..31af44d82004e580c41d0b085ddcd6a60c8cfea7 100644 (file)
@@ -16,7 +16,7 @@ check_PROGRAMS = test_hd
 test_hd_SOURCES = test_hd.c
 
 include_HEADERS = libyasm.h
-include_HEADERS += libyasm-stdint.h
+nodist_include_HEADERS = libyasm-stdint.h
 
 noinst_HEADERS = util.h
 
@@ -42,6 +42,7 @@ include tools/Makefile.inc
 YASM_MODULES = 
 lib_LIBRARIES = libyasm.a
 libyasm_a_SOURCES =
+nodist_libyasm_a_SOURCES =
 include modules/Makefile.inc
 
 include libyasm/Makefile.inc
index 6a9c4209e5d0f7c221d940046b30730a4035d887..84fa41909cfafbdbf65e75b852f710802293364e 100644 (file)
@@ -3,7 +3,7 @@
 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c
 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h
 libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c
-libyasm_a_SOURCES += gas-token.c
+nodist_libyasm_a_SOURCES += gas-token.c
 
 YASM_MODULES += parser_gas parser_gnu
 
index f4fb977fc5eb249fc8cc171ce397a738743ce7a1..9994e316f911e35fd7253afe214dc1916081a178 100644 (file)
@@ -3,7 +3,7 @@
 libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.c
 libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.h
 libyasm_a_SOURCES += modules/parsers/nasm/nasm-parse.c
-libyasm_a_SOURCES += nasm-token.c
+nodist_libyasm_a_SOURCES += nasm-token.c
 
 YASM_MODULES += parser_nasm
 
index 293affc39977c9466bb3818e51c24e95c23343b1..987b022c1fad650b4d84ea3df8a504173b3f1d5e 100644 (file)
@@ -6,7 +6,6 @@
 
 frontends/yasm/yasm-options.c
 frontends/yasm/yasm.c
-gas-token.c
 #lc3bid.c
 libyasm/bc-align.c
 libyasm/bc-data.c
@@ -52,7 +51,8 @@ modules/objfmts/rdf/rdf-objfmt.c
 modules/objfmts/xdf/xdf-objfmt.c
 modules/parsers/gas/gas-parse.c
 modules/parsers/gas/gas-parser.c
+modules/parsers/gas/gas-token.re
 modules/parsers/nasm/nasm-parse.c
+modules/parsers/nasm/nasm-token.re
 modules/preprocs/nasm/nasm-pp.c
 modules/preprocs/raw/raw-preproc.c
-nasm-token.c