15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
|
|
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_LIBADD= -lasecmn
|
|
|
|
libaseawk___la_SOURCES = Awk.cpp StdAwk.cpp
|
|
libaseawk___la_LDFLAGS = -L. -release $(VERSION)
|
|
libaseawk___la_LIBADD = -laseawk
|