This commit is contained in:
@ -1,6 +1,7 @@
|
||||
|
||||
AM_CFLAGS = -I$(top_builddir)/inc
|
||||
AM_CPPFLAGS = -I$(top_builddir)/inc
|
||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/inc
|
||||
|
||||
lib_LTLIBRARIES = libaseawk.la libaseawk++.la
|
||||
|
||||
|
@ -61,7 +61,7 @@ libaseawk_la_LIBADD =
|
||||
am_libaseawk_la_OBJECTS = awk.lo err.lo tree.lo tab.lo parse.lo run.lo \
|
||||
rec.lo val.lo func.lo misc.lo extio.lo
|
||||
libaseawk_la_OBJECTS = $(am_libaseawk_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/inc/ase/cmn
|
||||
DEFAULT_INCLUDES =
|
||||
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
@ -198,8 +198,8 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
AM_CFLAGS = -I$(top_builddir)/inc
|
||||
AM_CPPFLAGS = -I$(top_builddir)/inc
|
||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/inc
|
||||
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 jni.h misc.h parse.h run.h tab.h tree.h
|
||||
libaseawk___la_SOURCES = Awk.cpp StdAwk.cpp
|
||||
|
Reference in New Issue
Block a user