From: Peter Johnson Date: Mon, 17 Sep 2001 23:33:15 +0000 (-0000) Subject: Add rcs id. X-Git-Tag: v0.1.0~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79295b7e9d4c763842eef8d48e34b8953a824a60;p=yasm Add rcs id. svn path=/trunk/yasm/; revision=181 --- diff --git a/Makefile.am b/Makefile.am index fa6a2da5..7ca62e4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + SUBDIRS = intl src po doc EXTRA_DIST = config/install-sh config/missing config/mkinstalldirs \ config/config.guess config/config.sub diff --git a/doc/Makefile.am b/doc/Makefile.am index 319cd4aa..70eae424 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = contrib diff --git a/doc/contrib/Makefile.am b/doc/contrib/Makefile.am index 29d29dac..cec83044 100644 --- a/doc/contrib/Makefile.am +++ b/doc/contrib/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + if DEV SUBDIRS = queue endif diff --git a/modules/objfmts/Makefile.am b/modules/objfmts/Makefile.am index e26d28c0..bfa60745 100644 --- a/modules/objfmts/Makefile.am +++ b/modules/objfmts/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = dbg diff --git a/modules/objfmts/dbg/Makefile.am b/modules/objfmts/dbg/Makefile.am index a81e40bd..37faa4a7 100644 --- a/modules/objfmts/dbg/Makefile.am +++ b/modules/objfmts/dbg/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libobjfmt.a libobjfmt_a_SOURCES = \ diff --git a/modules/optimizers/Makefile.am b/modules/optimizers/Makefile.am index e26d28c0..bfa60745 100644 --- a/modules/optimizers/Makefile.am +++ b/modules/optimizers/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = dbg diff --git a/modules/optimizers/basic/Makefile.am b/modules/optimizers/basic/Makefile.am index 89686b27..a970d32e 100644 --- a/modules/optimizers/basic/Makefile.am +++ b/modules/optimizers/basic/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = liboptimizer.a liboptimizer_a_SOURCES = \ diff --git a/modules/optimizers/dbg/Makefile.am b/modules/optimizers/dbg/Makefile.am index 89686b27..a970d32e 100644 --- a/modules/optimizers/dbg/Makefile.am +++ b/modules/optimizers/dbg/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = liboptimizer.a liboptimizer_a_SOURCES = \ diff --git a/modules/parsers/Makefile.am b/modules/parsers/Makefile.am index d09dc025..12080617 100644 --- a/modules/parsers/Makefile.am +++ b/modules/parsers/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = nasm diff --git a/modules/parsers/nasm/Makefile.am b/modules/parsers/nasm/Makefile.am index be399856..d5d65cf0 100644 --- a/modules/parsers/nasm/Makefile.am +++ b/modules/parsers/nasm/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libparser.a libparser_a_SOURCES = \ diff --git a/modules/preprocs/Makefile.am b/modules/preprocs/Makefile.am index 78728bf5..52046419 100644 --- a/modules/preprocs/Makefile.am +++ b/modules/preprocs/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = raw diff --git a/modules/preprocs/raw/Makefile.am b/modules/preprocs/raw/Makefile.am index 1e3eb6da..22a3400c 100644 --- a/modules/preprocs/raw/Makefile.am +++ b/modules/preprocs/raw/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libpreproc.a libpreproc_a_SOURCES = \ diff --git a/src/Makefile.am b/src/Makefile.am index af242300..b6411884 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + SUBDIRS = parsers preprocs optimizers objfmts INCLUDES = -I../intl diff --git a/src/objfmts/Makefile.am b/src/objfmts/Makefile.am index e26d28c0..bfa60745 100644 --- a/src/objfmts/Makefile.am +++ b/src/objfmts/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = dbg diff --git a/src/objfmts/dbg/Makefile.am b/src/objfmts/dbg/Makefile.am index a81e40bd..37faa4a7 100644 --- a/src/objfmts/dbg/Makefile.am +++ b/src/objfmts/dbg/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libobjfmt.a libobjfmt_a_SOURCES = \ diff --git a/src/optimizers/Makefile.am b/src/optimizers/Makefile.am index e26d28c0..bfa60745 100644 --- a/src/optimizers/Makefile.am +++ b/src/optimizers/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = dbg diff --git a/src/optimizers/basic/Makefile.am b/src/optimizers/basic/Makefile.am index 89686b27..a970d32e 100644 --- a/src/optimizers/basic/Makefile.am +++ b/src/optimizers/basic/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = liboptimizer.a liboptimizer_a_SOURCES = \ diff --git a/src/optimizers/dbg/Makefile.am b/src/optimizers/dbg/Makefile.am index 89686b27..a970d32e 100644 --- a/src/optimizers/dbg/Makefile.am +++ b/src/optimizers/dbg/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = liboptimizer.a liboptimizer_a_SOURCES = \ diff --git a/src/parsers/Makefile.am b/src/parsers/Makefile.am index d09dc025..12080617 100644 --- a/src/parsers/Makefile.am +++ b/src/parsers/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = nasm diff --git a/src/parsers/nasm/Makefile.am b/src/parsers/nasm/Makefile.am index be399856..d5d65cf0 100644 --- a/src/parsers/nasm/Makefile.am +++ b/src/parsers/nasm/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libparser.a libparser_a_SOURCES = \ diff --git a/src/preprocs/Makefile.am b/src/preprocs/Makefile.am index 78728bf5..52046419 100644 --- a/src/preprocs/Makefile.am +++ b/src/preprocs/Makefile.am @@ -1 +1,3 @@ +# $IdPath$ + SUBDIRS = raw diff --git a/src/preprocs/raw/Makefile.am b/src/preprocs/raw/Makefile.am index 1e3eb6da..22a3400c 100644 --- a/src/preprocs/raw/Makefile.am +++ b/src/preprocs/raw/Makefile.am @@ -1,3 +1,5 @@ +# $IdPath$ + noinst_LIBRARIES = libpreproc.a libpreproc_a_SOURCES = \