This commit is contained in:
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++
|
Reference in New Issue
Block a user