This commit is contained in:
parent
8f15f888d9
commit
77d6c882d7
6911
ase/autoconf/ltmain.sh
Normal file
6911
ase/autoconf/ltmain.sh
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: lsp.h 117 2008-03-03 11:20:05Z baconevi $
|
||||
* $Id: lsp.h 183 2008-06-03 08:18:55Z baconevi $
|
||||
*
|
||||
* {License}
|
||||
*/
|
@ -1,7 +1,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = nostdinc
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/inc
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
lib_LTLIBRARIES = libaseawk.la libaseawk++.la
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = nostdinc
|
||||
AM_CFLAGS = -I$(top_builddir)/inc
|
||||
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
|
||||
|
||||
|
8
ase/lib/lsp/makefile.am
Normal file
8
ase/lib/lsp/makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
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
|
@ -1,2 +1,2 @@
|
||||
SUBDIRS = cmn awk utl
|
||||
SUBDIRS = cmn awk lsp utl
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
AM_CFLAGS = -I$(top_builddir)/inc
|
||||
AM_CFLAGS = -I$(top_builddir)/include
|
||||
lib_LTLIBRARIES = libaseutl.la
|
||||
libaseutl_la_SOURCES = assert.c ctype.c getopt.c http.c main.c stdio.c
|
||||
|
@ -9,10 +9,10 @@ AUTOMAKE_OPTION = foreign
|
||||
# EXTRA_DIST =
|
||||
|
||||
SUBDIRS = lib
|
||||
DIST_SUBDIRS = $(SUBDIRS) inc
|
||||
DIST_SUBDIRS = $(SUBDIRS) include
|
||||
|
||||
install-data-hook:
|
||||
cd inc && $(MAKE) install
|
||||
cd include && $(MAKE) install
|
||||
|
||||
uninstall-hook:
|
||||
cd inc && $(MAKE) uninstall
|
||||
cd include && $(MAKE) uninstall
|
||||
|
@ -47,9 +47,9 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/makefile.am \
|
||||
$(top_srcdir)/cmd/lsp/makefile.in \
|
||||
$(top_srcdir)/cmd/makefile.in $(top_srcdir)/configure \
|
||||
$(top_srcdir)/lib/lsp/makefile.in \
|
||||
$(top_srcdir)/lib/tgp/makefile.in autoconf/compile \
|
||||
autoconf/config.guess autoconf/config.sub autoconf/depcomp \
|
||||
autoconf/install-sh autoconf/ltmain.sh autoconf/missing
|
||||
$(top_srcdir)/lib/tgp/makefile.in autoconf/config.guess \
|
||||
autoconf/config.sub autoconf/depcomp autoconf/install-sh \
|
||||
autoconf/ltmain.sh autoconf/missing
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
|
Loading…
Reference in New Issue
Block a user