qse/ase/cmd/tgp/makefile.am
2008-06-27 04:46:00 +00:00

10 lines
179 B
Plaintext

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)