]> granicus.if.org Git - yasm/commitdiff
Reformat multi-file lists to use many += lines instead of using \
authorPeter Johnson <peter@tortall.net>
Sat, 31 May 2003 22:23:08 +0000 (22:23 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 31 May 2003 22:23:08 +0000 (22:23 -0000)
(line-continued) lines.  Format-only change, no functional change.

svn path=/trunk/yasm/; revision=959

33 files changed:
Makefile.am
check/Makefile.inc
frontends/Makefile.inc
frontends/yasm/Makefile.inc
libyasm/Makefile.inc
libyasm/tests/Makefile.inc
modules/Makefile.inc
modules/arch/Makefile.inc
modules/arch/x86/Makefile.inc
modules/arch/x86/tests/Makefile.inc
modules/dbgfmts/Makefile.inc
modules/dbgfmts/null/Makefile.inc
modules/objfmts/Makefile.inc
modules/objfmts/bin/Makefile.inc
modules/objfmts/bin/tests/Makefile.inc
modules/objfmts/coff/Makefile.inc
modules/objfmts/coff/tests/Makefile.inc
modules/objfmts/dbg/Makefile.inc
modules/objfmts/win32/Makefile.inc
modules/objfmts/win32/tests/Makefile.inc
modules/optimizers/Makefile.inc
modules/optimizers/basic/Makefile.inc
modules/parsers/Makefile.inc
modules/parsers/nasm/Makefile.inc
modules/parsers/nasm/tests/Makefile.inc
modules/preprocs/Makefile.inc
modules/preprocs/nasm/Makefile.inc
modules/preprocs/nasm/tests/Makefile.inc
modules/preprocs/raw/Makefile.inc
modules/preprocs/yapp/Makefile.inc
modules/preprocs/yapp/tests/Makefile.inc
tools/Makefile.inc
tools/re2c/Makefile.inc

index 1719629b99676ff48f7eb1542dd9a1631c1fba74..87b9612b9e6c20894f3b48db1e72cad93c584da7 100644 (file)
@@ -1,13 +1,12 @@
-# $IdPath: yasm/Makefile.am,v 1.48 2003/05/03 06:26:15 peter Exp $
+# $IdPath$
 
 SUBDIRS = libltdl m4 po .
 
 AM_YFLAGS = -d
 AM_CFLAGS = @MORE_CFLAGS@
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/check \
-       -DYASM_MODULEDIR="\"${pkglibdir}\"" \
-       @INCLTDL@
+AM_CPPFLAGS  = -DYASM_MODULEDIR="\"${pkglibdir}\""
+AM_CPPFLAGS += -I$(top_srcdir)/check
+AM_CPPFLAGS += @INCLTDL@
 
 bin_PROGRAMS =
 TESTS =
@@ -25,12 +24,13 @@ YASM_MODULES =
 BUILT_SOURCES =
 # configure.lineno doesn't clean up after itself?
 CLEANFILES = configure.lineno
-EXTRA_DIST = config/config.rpath  \
-       check/Makefile.inc      \
-       tools/Makefile.inc      \
-       libyasm/Makefile.inc    \
-       modules/Makefile.inc    \
-       frontends/Makefile.inc
+EXTRA_DIST = config/config.rpath
+
+EXTRA_DIST += check/Makefile.inc
+EXTRA_DIST += tools/Makefile.inc
+EXTRA_DIST += libyasm/Makefile.inc
+EXTRA_DIST += modules/Makefile.inc
+EXTRA_DIST += frontends/Makefile.inc
 
 include check/Makefile.inc
 include tools/Makefile.inc
@@ -38,25 +38,25 @@ include libyasm/Makefile.inc
 include modules/Makefile.inc
 include frontends/Makefile.inc
 
-EXTRA_DIST += \
-       out_test.sh \
-       test_hd.pl \
-       COPYING.LIB-2.0 \
-       splint.sh \
-       Mkfiles/Makefile.flat \
-       Mkfiles/Makefile.dj Mkfiles/dj/libyasm/config.h \
-       Mkfiles/vc/yasm-module.c \
-       Mkfiles/vc/yasm.dep \
-       Mkfiles/vc/yasm.dsp \
-       Mkfiles/vc/yasm.dsw \
-       Mkfiles/vc/yasm.mak \
-       Mkfiles/vc/libyasm/config.h \
-       Mkfiles/vc/libyasm/libyasm.dep \
-       Mkfiles/vc/libyasm/libyasm.dsp \
-       Mkfiles/vc/libyasm/libyasm.mak \
-       Mkfiles/vc/modules/modules.dep \
-       Mkfiles/vc/modules/modules.dsp \
-       Mkfiles/vc/modules/modules.mak
+EXTRA_DIST += out_test.sh
+EXTRA_DIST += test_hd.pl
+EXTRA_DIST += COPYING.LIB-2.0
+EXTRA_DIST += splint.sh
+EXTRA_DIST += Mkfiles/Makefile.flat
+EXTRA_DIST += Mkfiles/Makefile.dj
+EXTRA_DIST += Mkfiles/dj/libyasm/config.h
+EXTRA_DIST += Mkfiles/vc/yasm-module.c
+EXTRA_DIST += Mkfiles/vc/yasm.dep
+EXTRA_DIST += Mkfiles/vc/yasm.dsp
+EXTRA_DIST += Mkfiles/vc/yasm.dsw
+EXTRA_DIST += Mkfiles/vc/yasm.mak
+EXTRA_DIST += Mkfiles/vc/libyasm/config.h
+EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dep
+EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dsp
+EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.mak
+EXTRA_DIST += Mkfiles/vc/modules/modules.dep
+EXTRA_DIST += Mkfiles/vc/modules/modules.dsp
+EXTRA_DIST += Mkfiles/vc/modules/modules.mak
 
 # Until this gets fixed in automake
 DISTCLEANFILES = libyasm/stamp-h libyasm/stamp-h[0-9]*
index d6eb96cd856280bbde6f853ac128717ba65a78d8..ce6f37cccd128b0b9d04c4577bed30427a24d3f7 100644 (file)
@@ -1,21 +1,19 @@
 # $IdPath$
 
-CHECKFILES = \
-       check/check.c           \
-       check/check_run.c       \
-       check/check.h           \
-       check/check_impl.h      \
-       check/check_msg.c       \
-       check/check_msg.h       \
-       check/check_log.c       \
-       check/check_log.h       \
-       check/check_print.c     \
-       check/check_print.h     \
-       check/error.c           \
-       check/error.h           \
-       check/list.c            \
-       check/list.h
+CHECKFILES  = check/check.c
+CHECKFILES += check/check_run.c
+CHECKFILES += check/check.h
+CHECKFILES += check/check_impl.h
+CHECKFILES += check/check_msg.c
+CHECKFILES += check/check_msg.h
+CHECKFILES += check/check_log.c
+CHECKFILES += check/check_log.h
+CHECKFILES += check/check_print.c
+CHECKFILES += check/check_print.h
+CHECKFILES += check/error.c
+CHECKFILES += check/error.h
+CHECKFILES += check/list.c
+CHECKFILES += check/list.h
 
-EXTRA_DIST += \
-       check/NEWS      \
-       check/README
+EXTRA_DIST += check/NEWS
+EXTRA_DIST += check/README
index 6bebbb889e886f4a76ee056a2c74aa9fa984755a..4a352f8d826751b5b4e76e755cfda8f9ea6a9119 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       frontends/yasm/Makefile.inc
+EXTRA_DIST += frontends/yasm/Makefile.inc
 
 include frontends/yasm/Makefile.inc
index 7024976092b918143a5c746a7fed0ec3bf2ab4dd..85738aac2b9e9c76338a19e94ec0547096820c37 100644 (file)
@@ -1,10 +1,11 @@
 # $IdPath$
 
 bin_PROGRAMS += yasm
-yasm_SOURCES = \
-       frontends/yasm/yasm.c           \
-       frontends/yasm/yasm-options.c   \
-       frontends/yasm/yasm-options.h   \
-       frontends/yasm/yasm-module.h    \
-       frontends/yasm/yasm-module.c
+
+yasm_SOURCES  = frontends/yasm/yasm.c
+yasm_SOURCES += frontends/yasm/yasm-options.c
+yasm_SOURCES += frontends/yasm/yasm-options.h
+yasm_SOURCES += frontends/yasm/yasm-module.h
+yasm_SOURCES += frontends/yasm/yasm-module.c
+
 yasm_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@ $(YASM_MODULES)
index be366b55f17131c97390d02c5bd52644397c6b2d..a961c11243cc1eafe9360d0dd95e9e25fa562017 100644 (file)
@@ -1,53 +1,53 @@
-# $IdPath: yasm/libyasm/Makefile.inc,v 1.17 2003/03/15 05:07:47 peter Exp $
+# $IdPath$
 
 lib_LTLIBRARIES += libyasm.la
-libyasm_la_SOURCES = \
-       libyasm/bytecode.c      \
-       libyasm/expr.c          \
-       libyasm/symrec.c        \
-       libyasm/file.c          \
-       libyasm/section.c       \
-       libyasm/arch.c          \
-       libyasm/intnum.c        \
-       libyasm/floatnum.c      \
-       libyasm/hamt.c          \
-       libyasm/bitvect.c       \
-       libyasm/valparam.c      \
-       libyasm/errwarn.c       \
-       libyasm/linemgr.c       \
-       libyasm/xmalloc.c       \
-       libyasm/xstrdup.c       \
-       libyasm/strcasecmp.c    \
-       libyasm/mergesort.c     \
-       libyasm/strsep.c
+
+libyasm_la_SOURCES  = libyasm/bytecode.c
+libyasm_la_SOURCES += libyasm/expr.c
+libyasm_la_SOURCES += libyasm/symrec.c
+libyasm_la_SOURCES += libyasm/file.c
+libyasm_la_SOURCES += libyasm/section.c
+libyasm_la_SOURCES += libyasm/arch.c
+libyasm_la_SOURCES += libyasm/intnum.c
+libyasm_la_SOURCES += libyasm/floatnum.c
+libyasm_la_SOURCES += libyasm/hamt.c
+libyasm_la_SOURCES += libyasm/bitvect.c
+libyasm_la_SOURCES += libyasm/valparam.c
+libyasm_la_SOURCES += libyasm/errwarn.c
+libyasm_la_SOURCES += libyasm/linemgr.c
+libyasm_la_SOURCES += libyasm/xmalloc.c
+libyasm_la_SOURCES += libyasm/xstrdup.c
+libyasm_la_SOURCES += libyasm/strcasecmp.c
+libyasm_la_SOURCES += libyasm/mergesort.c
+libyasm_la_SOURCES += libyasm/strsep.c
+
 libyasm_la_LDFLAGS = -no-undefined
 
 modincludedir = $(includedir)/libyasm
-modinclude_HEADERS = \
-       libyasm/bytecode.h      \
-       libyasm/bc-int.h        \
-       libyasm/errwarn.h       \
-       libyasm/expr.h          \
-       libyasm/expr-int.h      \
-       libyasm/symrec.h        \
-       libyasm/linemgr.h       \
-       libyasm/coretype.h      \
-       libyasm/file.h          \
-       libyasm/section.h       \
-       libyasm/arch.h          \
-       libyasm/dbgfmt.h        \
-       libyasm/objfmt.h        \
-       libyasm/optimizer.h     \
-       libyasm/parser.h        \
-       libyasm/preproc.h       \
-       libyasm/intnum.h        \
-       libyasm/floatnum.h      \
-       libyasm/hamt.h          \
-       libyasm/bitvect.h       \
-       libyasm/valparam.h      \
-       libyasm/compat-queue.h
 
-EXTRA_DIST += \
-       libyasm/tests/Makefile.inc
+modinclude_HEADERS  = libyasm/bytecode.h
+modinclude_HEADERS += libyasm/bc-int.h
+modinclude_HEADERS += libyasm/errwarn.h
+modinclude_HEADERS += libyasm/expr.h
+modinclude_HEADERS += libyasm/expr-int.h
+modinclude_HEADERS += libyasm/symrec.h
+modinclude_HEADERS += libyasm/linemgr.h
+modinclude_HEADERS += libyasm/coretype.h
+modinclude_HEADERS += libyasm/file.h
+modinclude_HEADERS += libyasm/section.h
+modinclude_HEADERS += libyasm/arch.h
+modinclude_HEADERS += libyasm/dbgfmt.h
+modinclude_HEADERS += libyasm/objfmt.h
+modinclude_HEADERS += libyasm/optimizer.h
+modinclude_HEADERS += libyasm/parser.h
+modinclude_HEADERS += libyasm/preproc.h
+modinclude_HEADERS += libyasm/intnum.h
+modinclude_HEADERS += libyasm/floatnum.h
+modinclude_HEADERS += libyasm/hamt.h
+modinclude_HEADERS += libyasm/bitvect.h
+modinclude_HEADERS += libyasm/valparam.h
+modinclude_HEADERS += libyasm/compat-queue.h
+
+EXTRA_DIST += libyasm/tests/Makefile.inc
 
 include libyasm/tests/Makefile.inc
index fe0692e194d1205578604f8bf3e3491eab109a07..792072470987beba41312a90d7f2e86447ef83d8 100644 (file)
@@ -1,47 +1,41 @@
 # $IdPath$
 
-TESTS += \
-       bitvect_test    \
-       floatnum_test
+TESTS += bitvect_test
+TESTS += floatnum_test
 
-noinst_PROGRAMS += \
-       bitvect_test    \
-       floatnum_test
+noinst_PROGRAMS += bitvect_test
+noinst_PROGRAMS += floatnum_test
 
 bitvect_test_CFLAGS =
-bitvect_test_SOURCES = \
-       libyasm/tests/bitvect_test.c    \
-       $(CHECKFILES)
+bitvect_test_SOURCES  = libyasm/tests/bitvect_test.c
+bitvect_test_SOURCES += $(CHECKFILES)
 bitvect_test_LDFLAGS =
 bitvect_test_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@
 
 #bytecode_test_CFLAGS =
-#bytecode_test_SOURCES = \
-#      src/tests/bytecode_test.c       \
-#      $(YASMPARSERFILES)              \
-#      $(YASMPREPROCFILES)             \
-#      $(YASMOPTIMIZERFILES)           \
-#      $(YASMOBJFMTFILES)              \
-#      $(YASMARCHFILES)                \
-#      $(CHECKFILES)
+#bytecode_test_SOURCES  = src/tests/bytecode_test.c
+#bytecode_test_SOURCES += $(YASMPARSERFILES)
+#bytecode_test_SOURCES += $(YASMPREPROCFILES)
+#bytecode_test_SOURCES += $(YASMOPTIMIZERFILES)
+#bytecode_test_SOURCES += $(YASMOBJFMTFILES)
+#bytecode_test_SOURCES += $(YASMARCHFILES)
+#bytecode_test_SOURCES += $(CHECKFILES)
 #bytecode_test_LDFLAGS =
 #bytecode_test_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@
 
 floatnum_test_CFLAGS =
-floatnum_test_SOURCES = \
-       libyasm/tests/floatnum_test.c   \
-       $(CHECKFILES)
+floatnum_test_SOURCES  = libyasm/tests/floatnum_test.c
+floatnum_test_SOURCES += $(CHECKFILES)
 floatnum_test_LDFLAGS =
 floatnum_test_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@
 
 #memexpr_test_CFLAGS =
-#memexpr_test_SOURCES = \
-#      src/tests/memexpr_test.c        \
-#      $(YASMPARSERFILES)              \
-#      $(YASMPREPROCFILES)             \
-#      $(YASMOPTIMIZERFILES)           \
-#      $(YASMOBJFMTFILES)              \
-#      $(YASMARCHFILES)                \
-#      $(CHECKFILES)
+#memexpr_test_SOURCES  = src/tests/memexpr_test.c
+#memexpr_test_SOURCES += $(YASMPARSERFILES)
+#memexpr_test_SOURCES += $(YASMPREPROCFILES)
+#memexpr_test_SOURCES += $(YASMOPTIMIZERFILES)
+#memexpr_test_SOURCES += $(YASMOBJFMTFILES)
+#memexpr_test_SOURCES += $(YASMARCHFILES)
+#memexpr_test_SOURCES += $(CHECKFILES)
 #memexpr_test_LDFLAGS =
 #memexpr_test_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@
index ccb635f9eb8bb0392bf2538d443e3a3a55d28f21..0a80ea50f26997806d2ac88091fd4b4165bcc478 100644 (file)
@@ -1,11 +1,10 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/arch/Makefile.inc       \
-       modules/parsers/Makefile.inc    \
-       modules/preprocs/Makefile.inc   \
-       modules/optimizers/Makefile.inc \
-       modules/objfmts/Makefile.inc
+EXTRA_DIST += modules/arch/Makefile.inc
+EXTRA_DIST += modules/parsers/Makefile.inc
+EXTRA_DIST += modules/preprocs/Makefile.inc
+EXTRA_DIST += modules/optimizers/Makefile.inc
+EXTRA_DIST += modules/objfmts/Makefile.inc
 
 include modules/arch/Makefile.inc
 include modules/parsers/Makefile.inc
index c0816a10cf6e8889cfd748019c8c5b263115fdc7..e7d0d86df49ef3f07ebcf6289afe24bb01478e11 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/arch/x86/Makefile.inc
+EXTRA_DIST += modules/arch/x86/Makefile.inc
 
 include modules/arch/x86/Makefile.inc
index d61c40d9c6c5d8ac23799ccf6eb375ae7760dc45..2b89d14fdc072aa328eb818b54ff0ac5b84fe238 100644 (file)
@@ -1,29 +1,28 @@
-# $IdPath: yasm/modules/arch/x86/Makefile.inc,v 1.12 2003/05/03 06:26:15 peter Exp $
+# $IdPath$
 
 pkglib_LTLIBRARIES += arch_x86.la
 
-arch_x86_la_SOURCES = \
-       modules/arch/x86/x86arch.c      \
-       modules/arch/x86/x86arch.h      \
-       modules/arch/x86/x86bc.c        \
-       modules/arch/x86/x86expr.c      \
-       x86id.c
+arch_x86_la_SOURCES  = modules/arch/x86/x86arch.c
+arch_x86_la_SOURCES += modules/arch/x86/x86arch.h
+arch_x86_la_SOURCES += modules/arch/x86/x86bc.c
+arch_x86_la_SOURCES += modules/arch/x86/x86expr.c
+arch_x86_la_SOURCES += x86id.c
+
 arch_x86_la_LDFLAGS = -module -avoid-version -no-undefined
 arch_x86_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen arch_x86.la
 
 x86id.c: $(srcdir)/modules/arch/x86/x86id.re re2c$(EXEEXT) $(srcdir)/tools/re2c/cleanup.pl
-       $(top_builddir)/re2c$(EXEEXT) -s $(srcdir)/modules/arch/x86/x86id.re | $(PERL) $(top_srcdir)/tools/re2c/cleanup.pl | sed "/^#l/ s,re2c-out\.c,$@," > $@
+       $(top_builddir)/re2c$(EXEEXT) -s $(srcdir)/modules/arch/x86/x86id.re \
+       | $(PERL) $(top_srcdir)/tools/re2c/cleanup.pl \
+       | sed "/^#l/ s,re2c-out\.c,$@," > $@
 
-BUILT_SOURCES += \
-       x86id.c
+BUILT_SOURCES += x86id.c
 
-CLEANFILES += \
-       x86id.c
+CLEANFILES += x86id.c
 
-EXTRA_DIST += \
-       modules/arch/x86/tests/Makefile.inc     \
-       modules/arch/x86/README                 \
-       modules/arch/x86/x86id.re
+EXTRA_DIST += modules/arch/x86/tests/Makefile.inc
+EXTRA_DIST += modules/arch/x86/README
+EXTRA_DIST += modules/arch/x86/x86id.re
 
 include modules/arch/x86/tests/Makefile.inc
index 7cfc3d8856c804d1480c63c4d16849c0f90ab58c..94f513daea2805b6888ba6e08e137f79e40d201e 100644 (file)
@@ -1,63 +1,61 @@
 # $IdPath$
 
-TESTS += \
-       modules/arch/x86/tests/x86_test.sh
+TESTS += modules/arch/x86/tests/x86_test.sh
 
-EXTRA_DIST += \
-       modules/arch/x86/tests/x86_test.sh              \
-       modules/arch/x86/tests/addbyte.asm              \
-       modules/arch/x86/tests/addbyte.errwarn          \
-       modules/arch/x86/tests/addbyte.hex              \
-       modules/arch/x86/tests/addrop.asm               \
-       modules/arch/x86/tests/addrop.errwarn           \
-       modules/arch/x86/tests/addrop.hex               \
-       modules/arch/x86/tests/addrop-err.asm           \
-       modules/arch/x86/tests/addrop-err.errwarn       \
-       modules/arch/x86/tests/cpubasic-err.asm         \
-       modules/arch/x86/tests/cpubasic-err.errwarn     \
-       modules/arch/x86/tests/div-err.asm              \
-       modules/arch/x86/tests/div-err.errwarn          \
-       modules/arch/x86/tests/effaddr.asm              \
-       modules/arch/x86/tests/effaddr.errwarn          \
-       modules/arch/x86/tests/effaddr.hex              \
-       modules/arch/x86/tests/farbasic.asm             \
-       modules/arch/x86/tests/farbasic.errwarn         \
-       modules/arch/x86/tests/farbasic.hex             \
-       modules/arch/x86/tests/genopcode.asm            \
-       modules/arch/x86/tests/genopcode.errwarn        \
-       modules/arch/x86/tests/genopcode.hex            \
-       modules/arch/x86/tests/lds-err.asm              \
-       modules/arch/x86/tests/lds-err.errwarn          \
-       modules/arch/x86/tests/loopadsz.asm             \
-       modules/arch/x86/tests/loopadsz.errwarn         \
-       modules/arch/x86/tests/loopadsz.hex             \
-       modules/arch/x86/tests/mem64-err.asm            \
-       modules/arch/x86/tests/mem64-err.errwarn        \
-       modules/arch/x86/tests/mem64.asm                \
-       modules/arch/x86/tests/mem64.errwarn            \
-       modules/arch/x86/tests/mem64.hex                \
-       modules/arch/x86/tests/negequ.asm               \
-       modules/arch/x86/tests/negequ.errwarn           \
-       modules/arch/x86/tests/negequ.hex               \
-       modules/arch/x86/tests/nomem64-err.asm          \
-       modules/arch/x86/tests/nomem64-err.errwarn      \
-       modules/arch/x86/tests/nomem64.asm              \
-       modules/arch/x86/tests/nomem64.errwarn          \
-       modules/arch/x86/tests/nomem64.hex              \
-       modules/arch/x86/tests/opersize.asm             \
-       modules/arch/x86/tests/opersize.errwarn         \
-       modules/arch/x86/tests/opersize.hex             \
-       modules/arch/x86/tests/opsize-err.asm           \
-       modules/arch/x86/tests/opsize-err.errwarn       \
-       modules/arch/x86/tests/ret.asm                  \
-       modules/arch/x86/tests/ret.errwarn              \
-       modules/arch/x86/tests/ret.hex                  \
-       modules/arch/x86/tests/segmov.asm               \
-       modules/arch/x86/tests/segmov.errwarn           \
-       modules/arch/x86/tests/segmov.hex               \
-       modules/arch/x86/tests/shift.asm                \
-       modules/arch/x86/tests/shift.errwarn            \
-       modules/arch/x86/tests/shift.hex                \
-       modules/arch/x86/tests/x86label.asm             \
-       modules/arch/x86/tests/x86label.errwarn         \
-       modules/arch/x86/tests/x86label.hex
+EXTRA_DIST += modules/arch/x86/tests/x86_test.sh
+EXTRA_DIST += modules/arch/x86/tests/addbyte.asm
+EXTRA_DIST += modules/arch/x86/tests/addbyte.errwarn
+EXTRA_DIST += modules/arch/x86/tests/addbyte.hex
+EXTRA_DIST += modules/arch/x86/tests/addrop.asm
+EXTRA_DIST += modules/arch/x86/tests/addrop.errwarn
+EXTRA_DIST += modules/arch/x86/tests/addrop.hex
+EXTRA_DIST += modules/arch/x86/tests/addrop-err.asm
+EXTRA_DIST += modules/arch/x86/tests/addrop-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/cpubasic-err.asm
+EXTRA_DIST += modules/arch/x86/tests/cpubasic-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/div-err.asm
+EXTRA_DIST += modules/arch/x86/tests/div-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/effaddr.asm
+EXTRA_DIST += modules/arch/x86/tests/effaddr.errwarn
+EXTRA_DIST += modules/arch/x86/tests/effaddr.hex
+EXTRA_DIST += modules/arch/x86/tests/farbasic.asm
+EXTRA_DIST += modules/arch/x86/tests/farbasic.errwarn
+EXTRA_DIST += modules/arch/x86/tests/farbasic.hex
+EXTRA_DIST += modules/arch/x86/tests/genopcode.asm
+EXTRA_DIST += modules/arch/x86/tests/genopcode.errwarn
+EXTRA_DIST += modules/arch/x86/tests/genopcode.hex
+EXTRA_DIST += modules/arch/x86/tests/lds-err.asm
+EXTRA_DIST += modules/arch/x86/tests/lds-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/loopadsz.asm
+EXTRA_DIST += modules/arch/x86/tests/loopadsz.errwarn
+EXTRA_DIST += modules/arch/x86/tests/loopadsz.hex
+EXTRA_DIST += modules/arch/x86/tests/mem64-err.asm
+EXTRA_DIST += modules/arch/x86/tests/mem64-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/mem64.asm
+EXTRA_DIST += modules/arch/x86/tests/mem64.errwarn
+EXTRA_DIST += modules/arch/x86/tests/mem64.hex
+EXTRA_DIST += modules/arch/x86/tests/negequ.asm
+EXTRA_DIST += modules/arch/x86/tests/negequ.errwarn
+EXTRA_DIST += modules/arch/x86/tests/negequ.hex
+EXTRA_DIST += modules/arch/x86/tests/nomem64-err.asm
+EXTRA_DIST += modules/arch/x86/tests/nomem64-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/nomem64.asm
+EXTRA_DIST += modules/arch/x86/tests/nomem64.errwarn
+EXTRA_DIST += modules/arch/x86/tests/nomem64.hex
+EXTRA_DIST += modules/arch/x86/tests/opersize.asm
+EXTRA_DIST += modules/arch/x86/tests/opersize.errwarn
+EXTRA_DIST += modules/arch/x86/tests/opersize.hex
+EXTRA_DIST += modules/arch/x86/tests/opsize-err.asm
+EXTRA_DIST += modules/arch/x86/tests/opsize-err.errwarn
+EXTRA_DIST += modules/arch/x86/tests/ret.asm
+EXTRA_DIST += modules/arch/x86/tests/ret.errwarn
+EXTRA_DIST += modules/arch/x86/tests/ret.hex
+EXTRA_DIST += modules/arch/x86/tests/segmov.asm
+EXTRA_DIST += modules/arch/x86/tests/segmov.errwarn
+EXTRA_DIST += modules/arch/x86/tests/segmov.hex
+EXTRA_DIST += modules/arch/x86/tests/shift.asm
+EXTRA_DIST += modules/arch/x86/tests/shift.errwarn
+EXTRA_DIST += modules/arch/x86/tests/shift.hex
+EXTRA_DIST += modules/arch/x86/tests/x86label.asm
+EXTRA_DIST += modules/arch/x86/tests/x86label.errwarn
+EXTRA_DIST += modules/arch/x86/tests/x86label.hex
index 5e660084082c9b6b961d92f3f7dce503670f65b8..70e93732ef862aa80d1638485c1ad90693f1e2df 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/dbgfmts/null/Makefile.inc
+EXTRA_DIST += modules/dbgfmts/null/Makefile.inc
 
 include modules/dbgfmts/null/Makefile.inc
index ab73f15369cdecbe68c71dd494cdebdc96829669..db373b2fd5d804cbc5f7ff0718dff86c4578c529 100644 (file)
@@ -2,8 +2,7 @@
 
 pkglib_LTLIBRARIES += dbgfmt_null.la
 
-dbgfmt_null_la_SOURCES = \
-       modules/dbgfmts/null/null-dbgfmt.c
+dbgfmt_null_la_SOURCES = modules/dbgfmts/null/null-dbgfmt.c
 dbgfmt_null_la_LDFLAGS = -module -avoid-version -no-undefined
 dbgfmt_null_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen dbgfmt_null.la
index 82c456580247d9a5fe0688070dc70999df5f3fb9..e00ded1ca05cdb7af7e55b26716943f8f35faaec 100644 (file)
@@ -1,10 +1,9 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/objfmts/dbg/Makefile.inc \
-       modules/objfmts/bin/Makefile.inc \
-       modules/objfmts/coff/Makefile.inc \
-       modules/objfmts/win32/Makefile.inc
+EXTRA_DIST += modules/objfmts/dbg/Makefile.inc
+EXTRA_DIST += modules/objfmts/bin/Makefile.inc
+EXTRA_DIST += modules/objfmts/coff/Makefile.inc
+EXTRA_DIST += modules/objfmts/win32/Makefile.inc
 
 include modules/objfmts/dbg/Makefile.inc
 include modules/objfmts/bin/Makefile.inc
index eda7ce150537b387d99cf9dc355e44af43f01d35..3af3742ffe4b8b37982a5bb986c16030904f3b72 100644 (file)
@@ -2,13 +2,11 @@
 
 pkglib_LTLIBRARIES += objfmt_bin.la
 
-objfmt_bin_la_SOURCES = \
-       modules/objfmts/bin/bin-objfmt.c
+objfmt_bin_la_SOURCES = modules/objfmts/bin/bin-objfmt.c
 objfmt_bin_la_LDFLAGS = -module -avoid-version -no-undefined
 objfmt_bin_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen objfmt_bin.la
 
-EXTRA_DIST += \
-       modules/objfmts/bin/tests/Makefile.inc
+EXTRA_DIST += modules/objfmts/bin/tests/Makefile.inc
 
 include modules/objfmts/bin/tests/Makefile.inc
index c33bef8a6961b381ace3e7f2aa5654167a168863..f6425771ae8f915b98e0c283ff7d275ee11f7ecf 100644 (file)
@@ -1,29 +1,27 @@
 # $IdPath$
 
-TESTS += \
-       modules/objfmts/bin/tests/bin_test.sh
+TESTS += modules/objfmts/bin/tests/bin_test.sh
 
-EXTRA_DIST += \
-       modules/objfmts/bin/tests/bin_test.sh           \
-       modules/objfmts/bin/tests/abs.asm               \
-       modules/objfmts/bin/tests/abs.hex               \
-       modules/objfmts/bin/tests/abs.errwarn           \
-       modules/objfmts/bin/tests/bintest.asm           \
-       modules/objfmts/bin/tests/bintest.hex           \
-       modules/objfmts/bin/tests/bintest.errwarn       \
-       modules/objfmts/bin/tests/float-err.asm         \
-       modules/objfmts/bin/tests/float-err.errwarn     \
-       modules/objfmts/bin/tests/float.asm             \
-       modules/objfmts/bin/tests/float.hex             \
-       modules/objfmts/bin/tests/float.errwarn         \
-       modules/objfmts/bin/tests/integer-warn.asm      \
-       modules/objfmts/bin/tests/integer-warn.hex      \
-       modules/objfmts/bin/tests/integer-warn.errwarn  \
-       modules/objfmts/bin/tests/integer.asm           \
-       modules/objfmts/bin/tests/integer.hex           \
-       modules/objfmts/bin/tests/integer.errwarn       \
-       modules/objfmts/bin/tests/reserve.asm           \
-       modules/objfmts/bin/tests/reserve.hex           \
-       modules/objfmts/bin/tests/reserve.errwarn       \
-       modules/objfmts/bin/tests/reserve-err.asm       \
-       modules/objfmts/bin/tests/reserve-err.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/bin_test.sh
+EXTRA_DIST += modules/objfmts/bin/tests/abs.asm
+EXTRA_DIST += modules/objfmts/bin/tests/abs.hex
+EXTRA_DIST += modules/objfmts/bin/tests/abs.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/bintest.asm
+EXTRA_DIST += modules/objfmts/bin/tests/bintest.hex
+EXTRA_DIST += modules/objfmts/bin/tests/bintest.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/float-err.asm
+EXTRA_DIST += modules/objfmts/bin/tests/float-err.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/float.asm
+EXTRA_DIST += modules/objfmts/bin/tests/float.hex
+EXTRA_DIST += modules/objfmts/bin/tests/float.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.asm
+EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.hex
+EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/integer.asm
+EXTRA_DIST += modules/objfmts/bin/tests/integer.hex
+EXTRA_DIST += modules/objfmts/bin/tests/integer.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/reserve.asm
+EXTRA_DIST += modules/objfmts/bin/tests/reserve.hex
+EXTRA_DIST += modules/objfmts/bin/tests/reserve.errwarn
+EXTRA_DIST += modules/objfmts/bin/tests/reserve-err.asm
+EXTRA_DIST += modules/objfmts/bin/tests/reserve-err.errwarn
index eee58782da730306b6f78f3b329486e9372fdbe0..746221782c4cfcb90a88f6a190ee8d6bca8e29c1 100644 (file)
@@ -2,13 +2,11 @@
 
 pkglib_LTLIBRARIES += objfmt_coff.la
 
-objfmt_coff_la_SOURCES = \
-       modules/objfmts/coff/coff-objfmt.c
+objfmt_coff_la_SOURCES = modules/objfmts/coff/coff-objfmt.c
 objfmt_coff_la_LDFLAGS = -module -avoid-version -no-undefined
 objfmt_coff_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen objfmt_coff.la
 
-EXTRA_DIST += \
-       modules/objfmts/coff/tests/Makefile.inc
+EXTRA_DIST += modules/objfmts/coff/tests/Makefile.inc
 
 include modules/objfmts/coff/tests/Makefile.inc
index c63c6cf1c5935eef8492321a70850755ec1c9c6f..d986dd42ceeb71ce31ecabaaebb7e911ea072cea 100644 (file)
@@ -1,11 +1,9 @@
 # $IdPath$
 
-TESTS += \
-       modules/objfmts/coff/tests/coff_test.sh
+TESTS += modules/objfmts/coff/tests/coff_test.sh
 
-EXTRA_DIST += \
-       modules/objfmts/coff/tests/coff_test.sh         \
-       modules/objfmts/coff/tests/cofftest.c           \
-       modules/objfmts/coff/tests/cofftest.asm         \
-       modules/objfmts/coff/tests/cofftest.hex         \
-       modules/objfmts/coff/tests/cofftest.errwarn
+EXTRA_DIST += modules/objfmts/coff/tests/coff_test.sh
+EXTRA_DIST += modules/objfmts/coff/tests/cofftest.c
+EXTRA_DIST += modules/objfmts/coff/tests/cofftest.asm
+EXTRA_DIST += modules/objfmts/coff/tests/cofftest.hex
+EXTRA_DIST += modules/objfmts/coff/tests/cofftest.errwarn
index d05a65a63780890f8ac7df3ebf4f3d3e04c4573e..d92aae7e865d65eb4fdb7d1ae7f678988597b0c6 100644 (file)
@@ -2,8 +2,7 @@
 
 pkglib_LTLIBRARIES += objfmt_dbg.la
 
-objfmt_dbg_la_SOURCES = \
-       modules/objfmts/dbg/dbg-objfmt.c
+objfmt_dbg_la_SOURCES = modules/objfmts/dbg/dbg-objfmt.c
 objfmt_dbg_la_LDFLAGS = -module -avoid-version -no-undefined
 objfmt_dbg_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen objfmt_dbg.la
index 4562bda42ec7afced60dba48190897eee331a96a..4ee9b5e0a7f45f0251f89571501d4149010ea3ee 100644 (file)
@@ -2,13 +2,11 @@
 
 pkglib_LTLIBRARIES += objfmt_win32.la
 
-objfmt_win32_la_SOURCES = \
-       modules/objfmts/coff/coff-objfmt.c
+objfmt_win32_la_SOURCES = modules/objfmts/coff/coff-objfmt.c
 objfmt_win32_la_LDFLAGS = -module -avoid-version -no-undefined
 objfmt_win32_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen objfmt_win32.la
 
-EXTRA_DIST += \
-       modules/objfmts/win32/tests/Makefile.inc
+EXTRA_DIST += modules/objfmts/win32/tests/Makefile.inc
 
 include modules/objfmts/win32/tests/Makefile.inc
index 5e66fc71d6a83bf788a0e0970ad4153334d01111..8d75dc48694f2b5064270879b524425130f6d834 100644 (file)
@@ -1,11 +1,9 @@
 # $IdPath$
 
-TESTS += \
-       modules/objfmts/win32/tests/win32_test.sh
+TESTS += modules/objfmts/win32/tests/win32_test.sh
 
-EXTRA_DIST += \
-       modules/objfmts/win32/tests/win32_test.sh       \
-       modules/objfmts/win32/tests/win32test.c         \
-       modules/objfmts/win32/tests/win32test.asm       \
-       modules/objfmts/win32/tests/win32test.hex       \
-       modules/objfmts/win32/tests/win32test.errwarn
+EXTRA_DIST += modules/objfmts/win32/tests/win32_test.sh
+EXTRA_DIST += modules/objfmts/win32/tests/win32test.c
+EXTRA_DIST += modules/objfmts/win32/tests/win32test.asm
+EXTRA_DIST += modules/objfmts/win32/tests/win32test.hex
+EXTRA_DIST += modules/objfmts/win32/tests/win32test.errwarn
index 6d4615ce86af1cf813482132e19fcf080053b63c..3d9c20d87ff28e519e521af48a06999bfc166be4 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/optimizers/basic/Makefile.inc
+EXTRA_DIST += modules/optimizers/basic/Makefile.inc
 
 include modules/optimizers/basic/Makefile.inc
index ce02408c93c02a60cb5f64197ba461cdf294c086..57b23523d6c25781d658396b4cfaca01c896d758 100644 (file)
@@ -2,8 +2,7 @@
 
 pkglib_LTLIBRARIES += optimizer_basic.la
 
-optimizer_basic_la_SOURCES = \
-       modules/optimizers/basic/basic-optimizer.c
+optimizer_basic_la_SOURCES = modules/optimizers/basic/basic-optimizer.c
 optimizer_basic_la_LDFLAGS = -module -avoid-version -no-undefined
 optimizer_basic_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen optimizer_basic.la
index 3f55bcbf20ffe2a6adad94277f31af93f4d780fa..9b31704425181e3ff0e85203cacd811c26a06587 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/parsers/nasm/Makefile.inc
+EXTRA_DIST += modules/parsers/nasm/Makefile.inc
 
 include modules/parsers/nasm/Makefile.inc
index aab4a0ae00d0b704fabd87b9d5de7adec5fd1a42..9881629e68b9847486be2322fb60a3b8438b56d3 100644 (file)
@@ -1,33 +1,32 @@
-# $IdPath: yasm/modules/parsers/nasm/Makefile.inc,v 1.14 2003/05/03 06:26:15 peter Exp $
+# $IdPath$
 
 pkglib_LTLIBRARIES += parser_nasm.la
 
-parser_nasm_la_SOURCES = \
-       modules/parsers/nasm/nasm-parser.h      \
-       modules/parsers/nasm/nasm-parser.c      \
-       modules/parsers/nasm/nasm-defs.h        \
-       modules/parsers/nasm/nasm-bison.y       \
-       nasm-bison.h                            \
-       nasm-token.c
+parser_nasm_la_SOURCES  = modules/parsers/nasm/nasm-parser.c
+parser_nasm_la_SOURCES += modules/parsers/nasm/nasm-parser.h
+parser_nasm_la_SOURCES += modules/parsers/nasm/nasm-defs.h
+parser_nasm_la_SOURCES += modules/parsers/nasm/nasm-bison.y
+parser_nasm_la_SOURCES += nasm-bison.h
+parser_nasm_la_SOURCES += nasm-token.c
+
 parser_nasm_la_LDFLAGS = -module -avoid-version -no-undefined
 parser_nasm_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen parser_nasm.la
 
 nasm-token.c: $(srcdir)/modules/parsers/nasm/nasm-token.re re2c$(EXEEXT) $(srcdir)/tools/re2c/cleanup.pl
-       $(top_builddir)/re2c$(EXEEXT) -b $(srcdir)/modules/parsers/nasm/nasm-token.re | $(PERL) $(top_srcdir)/tools/re2c/cleanup.pl | sed "/^#l/ s,re2c-out\.c,$@," > $@
+       $(top_builddir)/re2c$(EXEEXT) -b $(srcdir)/modules/parsers/nasm/nasm-token.re \
+       | $(PERL) $(top_srcdir)/tools/re2c/cleanup.pl \
+       | sed "/^#l/ s,re2c-out\.c,$@," > $@
 
-BUILT_SOURCES += \
-       nasm-bison.c                            \
-       nasm-bison.h                            \
-       nasm-token.c
+BUILT_SOURCES += nasm-bison.c
+BUILT_SOURCES += nasm-bison.h
+BUILT_SOURCES += nasm-token.c
 
-CLEANFILES += \
-       nasm-bison.c                            \
-       nasm-bison.h                            \
-       nasm-token.c
+CLEANFILES += nasm-bison.c
+CLEANFILES += nasm-bison.h
+CLEANFILES += nasm-token.c
 
-EXTRA_DIST += \
-       modules/parsers/nasm/tests/Makefile.inc \
-       modules/parsers/nasm/nasm-token.re
+EXTRA_DIST += modules/parsers/nasm/tests/Makefile.inc
+EXTRA_DIST += modules/parsers/nasm/nasm-token.re
 
 include modules/parsers/nasm/tests/Makefile.inc
index 724aac6c819c4e1749f5717152cb5a8eda9b8357..18c250ac7aa91445834b1fe303c04b7faf877118 100644 (file)
@@ -1,16 +1,14 @@
 # $IdPath$
 
-TESTS += \
-       modules/parsers/nasm/tests/nasm_test.sh
+TESTS += modules/parsers/nasm/tests/nasm_test.sh
 
-EXTRA_DIST += \
-       modules/parsers/nasm/tests/nasm_test.sh         \
-       modules/parsers/nasm/tests/equlocal.asm         \
-       modules/parsers/nasm/tests/equlocal.errwarn     \
-       modules/parsers/nasm/tests/equlocal.hex         \
-       modules/parsers/nasm/tests/newsect.asm          \
-       modules/parsers/nasm/tests/newsect.errwarn      \
-       modules/parsers/nasm/tests/newsect.hex          \
-       modules/parsers/nasm/tests/prevlocalwarn.asm    \
-       modules/parsers/nasm/tests/prevlocalwarn.errwarn \
-       modules/parsers/nasm/tests/prevlocalwarn.hex
+EXTRA_DIST += modules/parsers/nasm/tests/nasm_test.sh
+EXTRA_DIST += modules/parsers/nasm/tests/equlocal.asm
+EXTRA_DIST += modules/parsers/nasm/tests/equlocal.errwarn
+EXTRA_DIST += modules/parsers/nasm/tests/equlocal.hex
+EXTRA_DIST += modules/parsers/nasm/tests/newsect.asm
+EXTRA_DIST += modules/parsers/nasm/tests/newsect.errwarn
+EXTRA_DIST += modules/parsers/nasm/tests/newsect.hex
+EXTRA_DIST += modules/parsers/nasm/tests/prevlocalwarn.asm
+EXTRA_DIST += modules/parsers/nasm/tests/prevlocalwarn.errwarn
+EXTRA_DIST += modules/parsers/nasm/tests/prevlocalwarn.hex
index f83290ff23dcd090f86543634c0c70519caac052..da4c64c8c00752bd86bb20866ae0f46ef78af810 100644 (file)
@@ -1,8 +1,7 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       modules/preprocs/nasm/Makefile.inc      \
-       modules/preprocs/raw/Makefile.inc
+EXTRA_DIST += modules/preprocs/nasm/Makefile.inc
+EXTRA_DIST += modules/preprocs/raw/Makefile.inc
 
 include modules/preprocs/nasm/Makefile.inc
 include modules/preprocs/raw/Makefile.inc
index bfa0425496a9457e65af3c52fd6a0117a7c7460b..e7b4bb69f251e19cf053df7b4f192b6b63778a2a 100644 (file)
@@ -2,15 +2,15 @@
 
 pkglib_LTLIBRARIES += preproc_nasm.la
 
-preproc_nasm_la_SOURCES = \
-       modules/preprocs/nasm/nasm-preproc.c \
-       modules/preprocs/nasm/nasm-pp.h \
-       modules/preprocs/nasm/nasm-pp.c \
-       modules/preprocs/nasm/nasm.h \
-       modules/preprocs/nasm/nasmlib.h \
-       modules/preprocs/nasm/nasmlib.c \
-       modules/preprocs/nasm/nasm-eval.h \
-       modules/preprocs/nasm/nasm-eval.c
+preproc_nasm_la_SOURCES  = modules/preprocs/nasm/nasm-preproc.c
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasm-pp.h
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasm-pp.c
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasm.h
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasmlib.h
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasmlib.c
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasm-eval.h
+preproc_nasm_la_SOURCES += modules/preprocs/nasm/nasm-eval.c
+
 preproc_nasm_la_LDFLAGS = -module -avoid-version -no-undefined
 preproc_nasm_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen preproc_nasm.la
@@ -23,8 +23,8 @@ nasm-macros.c: $(top_srcdir)/modules/preprocs/nasm/macros.pl $(top_srcdir)/modul
 BUILT_SOURCES += nasm-macros.c
 CLEANFILES += nasm-macros.c
 
-EXTRA_DIST += modules/preprocs/nasm/macros.pl \
-       modules/preprocs/nasm/standard.mac \
-       modules/preprocs/nasm/tests/Makefile.inc
+EXTRA_DIST += modules/preprocs/nasm/macros.pl
+EXTRA_DIST += modules/preprocs/nasm/standard.mac
+EXTRA_DIST += modules/preprocs/nasm/tests/Makefile.inc
 
 include modules/preprocs/nasm/tests/Makefile.inc
index 7e2608e9a91517ae4ed487cdcbfacb6b002bfeb9..16dad51d5907032383ada13a148475feb73965ac 100644 (file)
@@ -1,9 +1,7 @@
 # $IdPath$
 
-TESTS += \
-       modules/preprocs/nasm/tests/nasmpp_test.sh
+TESTS += modules/preprocs/nasm/tests/nasmpp_test.sh
 
-EXTRA_DIST += \
-       modules/preprocs/nasm/tests/nasmpp_test.sh      \
-       modules/preprocs/nasm/tests/ifcritical-err.asm  \
-       modules/preprocs/nasm/tests/ifcritical-err.errwarn
+EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp_test.sh
+EXTRA_DIST += modules/preprocs/nasm/tests/ifcritical-err.asm
+EXTRA_DIST += modules/preprocs/nasm/tests/ifcritical-err.errwarn
index b5bae7c3be63f6b98322ba034eaa787025b7428d..dec95e56a7309af64a7741d00e2bb38c7b036181 100644 (file)
@@ -2,8 +2,7 @@
 
 pkglib_LTLIBRARIES += preproc_raw.la
 
-preproc_raw_la_SOURCES = \
-       modules/preprocs/raw/raw-preproc.c
+preproc_raw_la_SOURCES = modules/preprocs/raw/raw-preproc.c
 preproc_raw_la_LDFLAGS = -module -avoid-version -no-undefined
 preproc_raw_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen preproc_raw.la
index 9707dbfd1050dd225ea82d46bd0c0db829edd672..c935c6e706e1c92d44438c65634b27944f55875a 100644 (file)
@@ -2,19 +2,17 @@
 
 pkglib_LTLIBRARIES += preproc_yapp.la
 
-preproc_yapp_la_SOURCES = \
-       modules/preprocs/yapp/yapp-preproc.h    \
-       modules/preprocs/yapp/yapp-preproc.c    \
-       modules/preprocs/yapp/yapp-token.h      \
-       modules/preprocs/yapp/yapp-token.l
+preproc_yapp_la_SOURCES  = modules/preprocs/yapp/yapp-preproc.c
+preproc_yapp_la_SOURCES += modules/preprocs/yapp/yapp-preproc.h
+preproc_yapp_la_SOURCES += modules/preprocs/yapp/yapp-token.h
+preproc_yapp_la_SOURCES += modules/preprocs/yapp/yapp-token.l
+
 preproc_yapp_la_LDFLAGS = -module -avoid-version -no-undefined
 preproc_yapp_la_LIBADD = libyasm.la
 YASM_MODULES += -dlopen preproc_yapp.la
 
-BUILT_SOURCES += \
-       yapp-token.c
+BUILT_SOURCES += yapp-token.c
 
-CLEANFILES += \
-       yapp-token.c
+CLEANFILES += yapp-token.c
 
 include modules/preprocs/yapp/tests/Makefile.inc
index 7f3e2c0b1315243453ec7d4f02133fcbd1174721..7dd1285f7f67898d11c1d7b4976b76f35291e56b 100644 (file)
@@ -1,28 +1,26 @@
 # $IdPath$
 
-TESTS += \
-       modules/preprocs/yapp/tests/yapp_test.sh
+TESTS += modules/preprocs/yapp/tests/yapp_test.sh
 
-EXTRA_DIST += \
-       modules/preprocs/yapp/tests/Makefile.inc        \
-       modules/preprocs/yapp/tests/yapp_test.sh        \
-       modules/preprocs/yapp/tests/raw.asm             \
-       modules/preprocs/yapp/tests/raw.pre             \
-       modules/preprocs/yapp/tests/comment.asm         \
-       modules/preprocs/yapp/tests/comment.pre         \
-       modules/preprocs/yapp/tests/define.asm          \
-       modules/preprocs/yapp/tests/define.pre          \
-       modules/preprocs/yapp/tests/ddefine.asm         \
-       modules/preprocs/yapp/tests/ddefine.pre         \
-       modules/preprocs/yapp/tests/rdefine.asm         \
-       modules/preprocs/yapp/tests/rdefine.pre         \
-       modules/preprocs/yapp/tests/pdefine.asm         \
-       modules/preprocs/yapp/tests/pdefine.pre         \
-       modules/preprocs/yapp/tests/ifdef.asm           \
-       modules/preprocs/yapp/tests/ifdef.pre           \
-       modules/preprocs/yapp/tests/include.asm         \
-       modules/preprocs/yapp/tests/include.pre         \
-       modules/preprocs/yapp/tests/rinclude.asm        \
-       modules/preprocs/yapp/tests/rinclude.pre        \
-       modules/preprocs/yapp/tests/params.asm          \
-       modules/preprocs/yapp/tests/params.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/Makefile.inc
+EXTRA_DIST += modules/preprocs/yapp/tests/yapp_test.sh
+EXTRA_DIST += modules/preprocs/yapp/tests/raw.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/raw.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/comment.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/comment.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/define.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/define.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/ddefine.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/ddefine.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/rdefine.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/rdefine.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/pdefine.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/pdefine.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/ifdef.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/ifdef.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/include.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/include.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/rinclude.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/rinclude.pre
+EXTRA_DIST += modules/preprocs/yapp/tests/params.asm
+EXTRA_DIST += modules/preprocs/yapp/tests/params.pre
index f0481edcd7dc7a4ee4aa7efa445f70f2d2ab7b04..1aca13085eb7f116eaba81cad4a52d417731b86d 100644 (file)
@@ -1,6 +1,5 @@
 # $IdPath$
 
-EXTRA_DIST += \
-       tools/re2c/Makefile.inc
+EXTRA_DIST += tools/re2c/Makefile.inc
 
 include tools/re2c/Makefile.inc
index 4ea8621a4adbe28db4eebe54d03b814a2b21cd0e..87b00ba1664c81d235d8f9f9af2bb62ecb46230b 100644 (file)
@@ -3,52 +3,48 @@
 noinst_PROGRAMS += re2c
 
 re2c_CFLAGS =
-re2c_SOURCES = \
-       tools/re2c/basics.h             \
-       tools/re2c/globals.h            \
-       tools/re2c/ins.h                \
-       tools/re2c/re.h                 \
-       tools/re2c/token.h              \
-       tools/re2c/code.c               \
-       tools/re2c/dfa.h                \
-       tools/re2c/dfa.c                \
-       tools/re2c/main.c               \
-       tools/re2c/parse.h              \
-       tools/re2c/re2c-parser.y        \
-       tools/re2c/actions.c            \
-       tools/re2c/scanner.h            \
-       tools/re2c/scanner.c            \
-       tools/re2c/substr.h             \
-       tools/re2c/substr.c             \
-       tools/re2c/translate.c
+re2c_SOURCES  = tools/re2c/main.c
+re2c_SOURCES += tools/re2c/basics.h
+re2c_SOURCES += tools/re2c/globals.h
+re2c_SOURCES += tools/re2c/ins.h
+re2c_SOURCES += tools/re2c/re.h
+re2c_SOURCES += tools/re2c/token.h
+re2c_SOURCES += tools/re2c/code.c
+re2c_SOURCES += tools/re2c/dfa.h
+re2c_SOURCES += tools/re2c/dfa.c
+re2c_SOURCES += tools/re2c/parse.h
+re2c_SOURCES += tools/re2c/re2c-parser.y
+re2c_SOURCES += tools/re2c/actions.c
+re2c_SOURCES += tools/re2c/scanner.h
+re2c_SOURCES += tools/re2c/scanner.c
+re2c_SOURCES += tools/re2c/substr.h
+re2c_SOURCES += tools/re2c/substr.c
+re2c_SOURCES += tools/re2c/translate.c
 
-BUILT_SOURCES += \
-       re2c-parser.c \
-       re2c-parser.h
+BUILT_SOURCES += re2c-parser.c
+BUILT_SOURCES += re2c-parser.h
 
-CLEANFILES += \
-       re2c-parser.c \
-       re2c-parser.h
+CLEANFILES += re2c-parser.c
+CLEANFILES += re2c-parser.h
 
-EXTRA_DIST += \
-       tools/re2c/CHANGELOG                    \
-       tools/re2c/NO_WARRANTY                  \
-       tools/re2c/README                       \
-       tools/re2c/scanner.re                   \
-       tools/re2c/re2c.1                       \
-       tools/re2c/bootstrap/re2c.man           \
-       tools/re2c/bootstrap/scanner.c          \
-       tools/re2c/doc/loplas.ps.gz             \
-       tools/re2c/doc/sample.bib               \
-       tools/re2c/examples/basemmap.c          \
-       tools/re2c/examples/c.re                \
-       tools/re2c/examples/cmmap.re            \
-       tools/re2c/examples/cnokw.re            \
-       tools/re2c/examples/cunroll.re          \
-       tools/re2c/examples/modula.re           \
-       tools/re2c/examples/sample.re           \
-       tools/re2c/examples/simple.re           \
-       tools/re2c/examples/rexx/README         \
-       tools/re2c/examples/rexx/rexx.l         \
-       tools/re2c/examples/rexx/scanio.c       \
-       tools/re2c/cleanup.pl
+EXTRA_DIST += tools/re2c/CHANGELOG
+EXTRA_DIST += tools/re2c/NO_WARRANTY
+EXTRA_DIST += tools/re2c/README
+EXTRA_DIST += tools/re2c/scanner.re
+EXTRA_DIST += tools/re2c/re2c.1
+EXTRA_DIST += tools/re2c/bootstrap/re2c.man
+EXTRA_DIST += tools/re2c/bootstrap/scanner.c
+EXTRA_DIST += tools/re2c/doc/loplas.ps.gz
+EXTRA_DIST += tools/re2c/doc/sample.bib
+EXTRA_DIST += tools/re2c/examples/basemmap.c
+EXTRA_DIST += tools/re2c/examples/c.re
+EXTRA_DIST += tools/re2c/examples/cmmap.re
+EXTRA_DIST += tools/re2c/examples/cnokw.re
+EXTRA_DIST += tools/re2c/examples/cunroll.re
+EXTRA_DIST += tools/re2c/examples/modula.re
+EXTRA_DIST += tools/re2c/examples/sample.re
+EXTRA_DIST += tools/re2c/examples/simple.re
+EXTRA_DIST += tools/re2c/examples/rexx/README
+EXTRA_DIST += tools/re2c/examples/rexx/rexx.l
+EXTRA_DIST += tools/re2c/examples/rexx/scanio.c
+EXTRA_DIST += tools/re2c/cleanup.pl