This commit is contained in:
parent
8fa039f1e2
commit
9900c570e2
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user