qse/ase/cmd/tgp/makefile.am

10 lines
179 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
asetgp_LDADD = -laseutl -lasetgp $(LIBM)