File: Makefile.am

package info (click to toggle)
libticalcs 1.1.8%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,916 kB
  • ctags: 4,610
  • sloc: ansic: 21,347; sh: 11,834; asm: 1,370; pascal: 425; makefile: 204; sed: 16
file content (16 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/src \
	@TICABLES_CFLAGS@ @TIFILES_CFLAGS@ @TICONV_CFLAGS@

EXTRA_DIST = ticalcs2.supp vcheck

noinst_PROGRAMS = test_ticalcs_2 torture_ticalcs

test_ticalcs_2_LDADD = $(top_builddir)/src/libticalcs2.la \
	@TICABLES_LIBS@ @TIFILES_LIBS@ @TICONV_LIBS@

torture_ticalcs_LDADD = $(top_builddir)/src/libticalcs2.la \
	@TICABLES_LIBS@ @TIFILES_LIBS@ @TICONV_LIBS@

TESTS = torture_ticalcs