File: Makefile.am

package info (click to toggle)
libticables 1.3.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,720 kB
  • sloc: ansic: 12,246; makefile: 1,446; sh: 131; xml: 23; sed: 16
file content (12 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/src

EXTRA_DIST = ticables2.supp vcheck

noinst_PROGRAMS = test_ticables_2 torture_ticables

test_ticables_2_LDADD = $(top_builddir)/src/libticables2.la
torture_ticables_LDADD = $(top_builddir)/src/libticables2.la

TESTS = torture_ticables