File: Makefile.am

package info (click to toggle)
libticalcs 1.1.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,356 kB
  • sloc: ansic: 27,186; makefile: 229; sh: 22; sed: 16
file content (16 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
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 \
	@GLIB_CFLAGS@ @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 \
	@GLIB_LIBS@ @TICABLES_LIBS@ @TIFILES_LIBS@ @TICONV_LIBS@

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

TESTS = torture_ticalcs