This commit is contained in:
parent
ac4c18389e
commit
c3bb7f76e2
10
ase/cmd/awk/makefile.am
Normal file
10
ase/cmd/awk/makefile.am
Normal file
@ -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++
|
2
ase/cmd/makefile.am
Normal file
2
ase/cmd/makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
SUBDIRS = awk
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
Loading…
Reference in New Issue
Block a user