This commit is contained in:
@ -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
|
||||
libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION)
|
||||
libaselsp_la_LIBADD = -lasecmn
|
||||
|
@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/include/ase/cmn/conf_unx.h
|
||||
CONFIG_HEADER = $(top_builddir)/include/ase/cmn/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
@ -193,7 +193,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
|
||||
libaselsp_la_LDFLAGS = -L../cmn -release $(VERSION)
|
||||
libaselsp_la_LIBADD = -lasecmn
|
||||
all: all-am
|
||||
|
||||
|
Reference in New Issue
Block a user