File: Makefile.am

package info (click to toggle)
otf 1.10.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,776 kB
  • sloc: ansic: 27,561; sh: 11,074; cpp: 9,583; python: 1,239; makefile: 423
file content (8 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
check_PROGRAMS = otf_read_from_buffer

otf_read_from_buffer_SOURCES = read_from_buffer.c
otf_read_from_buffer_DEPENDENCIES = $(top_builddir)/otflib/libotf.la
otf_read_from_buffer_LDADD = $(top_builddir)/otflib/libotf.la
otf_read_from_buffer_CPPFLAGS = $(AM_CPPFLAGS) \
	-I$(top_builddir)/otflib \
	-I$(top_srcdir)/otflib