qse/ase/cmd/tgp/makefile.am

10 lines
171 B
Plaintext
Raw Normal View History

2008-06-27 04:46:00 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = asetgp
asetgp_SOURCES = tgp.c
asetgp_LDFLAGS = -L../../lib/tgp -L../../lib/utl
2008-06-29 00:14:04 +00:00
asetgp_LDADD = -laseutl -lasetgp
2008-06-27 04:46:00 +00:00