From 9900c570e2977c441d0f145a37e303371d99875a Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 3 Jul 2008 08:08:38 +0000 Subject: [PATCH] --- ase/lib/awk/makefile.am | 4 ++-- ase/lib/awk/makefile.in | 4 ++-- ase/lib/cmn/makefile.am | 2 +- ase/lib/cmn/makefile.in | 2 +- ase/lib/lsp/makefile.am | 2 +- ase/lib/lsp/makefile.in | 2 +- ase/lib/tgp/makefile.am | 2 +- ase/lib/tgp/makefile.in | 2 +- ase/lib/utl/makefile.am | 2 +- ase/lib/utl/makefile.in | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ase/lib/awk/makefile.am b/ase/lib/awk/makefile.am index 3e5bed0a..bffb79d3 100644 --- a/ase/lib/awk/makefile.am +++ b/ase/lib/awk/makefile.am @@ -6,9 +6,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libaseawk.la libaseawk++.la libaseawk_la_SOURCES = awk.c err.c tree.c tab.c parse.c run.c rec.c val.c func.c misc.c extio.c awk_i.h extio.h func.h misc.h parse.h run.h tab.h tree.h -libaseawk_la_LDFLAGS= -L../cmn -release $(VERSION) +libaseawk_la_LDFLAGS= -L../cmn -version-info 1:0:0 libaseawk_la_LIBADD= -lasecmn libaseawk___la_SOURCES = Awk.cpp StdAwk.cpp -libaseawk___la_LDFLAGS = -L. -release $(VERSION) +libaseawk___la_LDFLAGS = -L. -version-info 1:0:0 libaseawk___la_LIBADD = -laseawk diff --git a/ase/lib/awk/makefile.in b/ase/lib/awk/makefile.in index e536b266..0351fcc7 100644 --- a/ase/lib/awk/makefile.in +++ b/ase/lib/awk/makefile.in @@ -204,10 +204,10 @@ AUTOMAKE_OPTIONS = nostdinc AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libaseawk.la libaseawk++.la libaseawk_la_SOURCES = awk.c err.c tree.c tab.c parse.c run.c rec.c val.c func.c misc.c extio.c awk_i.h extio.h func.h misc.h parse.h run.h tab.h tree.h -libaseawk_la_LDFLAGS = -L../cmn -release $(VERSION) +libaseawk_la_LDFLAGS = -L../cmn -version-info 1:0:0 libaseawk_la_LIBADD = -lasecmn libaseawk___la_SOURCES = Awk.cpp StdAwk.cpp -libaseawk___la_LDFLAGS = -L. -release $(VERSION) +libaseawk___la_LDFLAGS = -L. -version-info 1:0:0 libaseawk___la_LIBADD = -laseawk all: all-am diff --git a/ase/lib/cmn/makefile.am b/ase/lib/cmn/makefile.am index 67140574..82a02c14 100644 --- a/ase/lib/cmn/makefile.am +++ b/ase/lib/cmn/makefile.am @@ -4,5 +4,5 @@ AM_CFLAGS = -I$(top_builddir)/include lib_LTLIBRARIES = libasecmn.la libasecmn_la_SOURCES = map.c mem.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c -libasecmn_la_LDFLAGS = -release $(VERSION) +libasecmn_la_LDFLAGS = -version-info 1:0:0 diff --git a/ase/lib/cmn/makefile.in b/ase/lib/cmn/makefile.in index 332495a1..96f50884 100644 --- a/ase/lib/cmn/makefile.in +++ b/ase/lib/cmn/makefile.in @@ -193,7 +193,7 @@ AUTOMAKE_OPTIONS = nostdinc AM_CFLAGS = -I$(top_builddir)/include lib_LTLIBRARIES = libasecmn.la libasecmn_la_SOURCES = map.c mem.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c -libasecmn_la_LDFLAGS = -release $(VERSION) +libasecmn_la_LDFLAGS = -version-info 1:0:0 all: all-am .SUFFIXES: diff --git a/ase/lib/lsp/makefile.am b/ase/lib/lsp/makefile.am index aee08806..b7c7e766 100644 --- a/ase/lib/lsp/makefile.am +++ b/ase/lib/lsp/makefile.am @@ -6,5 +6,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libaselsp.la libaselsp_la_SOURCES = lsp.c err.c env.c eval.c mem.c mem.h misc.c name.c prim.c prim_compar.c prim.h prim_let.c prim_math.c prim_prog.c print.c read.c lsp_i.h env.h misc.h name.h obj.h -libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION) +libaselsp_la_LDFLAGS = -L../cmn -version-info 1:0:0 libaselsp_la_LIBADD = -lasecmn diff --git a/ase/lib/lsp/makefile.in b/ase/lib/lsp/makefile.in index 54ad7513..7028ecff 100644 --- a/ase/lib/lsp/makefile.in +++ b/ase/lib/lsp/makefile.in @@ -194,7 +194,7 @@ AUTOMAKE_OPTIONS = nostdinc AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libaselsp.la libaselsp_la_SOURCES = lsp.c err.c env.c eval.c mem.c mem.h misc.c name.c prim.c prim_compar.c prim.h prim_let.c prim_math.c prim_prog.c print.c read.c lsp_i.h env.h misc.h name.h obj.h -libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION) +libaselsp_la_LDFLAGS = -L../cmn -version-info 1:0:0 libaselsp_la_LIBADD = -lasecmn all: all-am diff --git a/ase/lib/tgp/makefile.am b/ase/lib/tgp/makefile.am index a6daae23..84d4c223 100644 --- a/ase/lib/tgp/makefile.am +++ b/ase/lib/tgp/makefile.am @@ -6,5 +6,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libasetgp.la libasetgp_la_SOURCES = tgp.c -libasetgp_la_LDFLAGS = -L../cmn -release $(VERSION) +libasetgp_la_LDFLAGS = -L../cmn -version-info 1:0:0 libasetgp_la_LIBADD = -lasecmn diff --git a/ase/lib/tgp/makefile.in b/ase/lib/tgp/makefile.in index 284a2d8e..276df596 100644 --- a/ase/lib/tgp/makefile.in +++ b/ase/lib/tgp/makefile.in @@ -192,7 +192,7 @@ AUTOMAKE_OPTIONS = nostdinc AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libasetgp.la libasetgp_la_SOURCES = tgp.c -libasetgp_la_LDFLAGS = -L../cmn -release $(VERSION) +libasetgp_la_LDFLAGS = -L../cmn -version-info 1:0:0 libasetgp_la_LIBADD = -lasecmn all: all-am diff --git a/ase/lib/utl/makefile.am b/ase/lib/utl/makefile.am index ca7e841e..7696dcad 100644 --- a/ase/lib/utl/makefile.am +++ b/ase/lib/utl/makefile.am @@ -3,4 +3,4 @@ AM_CFLAGS = -I$(top_builddir)/include lib_LTLIBRARIES = libaseutl.la libaseutl_la_SOURCES = helper.c assert.c ctype.c getopt.c http.c main.c stdio.c -libaseutl_la_LDFLAGS = -release $(VERSION) +libaseutl_la_LDFLAGS = -version-info 1:0:0 diff --git a/ase/lib/utl/makefile.in b/ase/lib/utl/makefile.in index c82abd28..91483d78 100644 --- a/ase/lib/utl/makefile.in +++ b/ase/lib/utl/makefile.in @@ -192,7 +192,7 @@ target_alias = @target_alias@ AM_CFLAGS = -I$(top_builddir)/include lib_LTLIBRARIES = libaseutl.la libaseutl_la_SOURCES = helper.c assert.c ctype.c getopt.c http.c main.c stdio.c -libaseutl_la_LDFLAGS = -release $(VERSION) +libaseutl_la_LDFLAGS = -version-info 1:0:0 all: all-am .SUFFIXES: