From c3bb7f76e2720534990666833f6c95169bf873b4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 20 Jun 2008 04:28:31 +0000 Subject: [PATCH] --- ase/cmd/awk/makefile.am | 10 ++++++++++ ase/cmd/makefile.am | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 ase/cmd/awk/makefile.am create mode 100644 ase/cmd/makefile.am diff --git a/ase/cmd/awk/makefile.am b/ase/cmd/awk/makefile.am new file mode 100644 index 00000000..d19f51da --- /dev/null +++ b/ase/cmd/awk/makefile.am @@ -0,0 +1,10 @@ + +AM_CPPFLAGS = -I$(top_srcdir)/include + +bin_PROGRAMS = aseawk aseawk++ + +aseawk_SOURCES = awk.c +aseawk___SOURCES = Awk.cpp + +aseawk_LDADD = -L../../lib/cmn -L../../lib/awk -L../../lib/utl -laseawk -lasecmn +aseawk___LDADD = -laseawk++ diff --git a/ase/cmd/makefile.am b/ase/cmd/makefile.am new file mode 100644 index 00000000..b3de87fe --- /dev/null +++ b/ase/cmd/makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = awk +DIST_SUBDIRS = $(SUBDIRS)