File: Makefile.am

package info (click to toggle)
libticables 1.3.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,368 kB
  • ctags: 2,309
  • sloc: sh: 11,957; ansic: 11,866; makefile: 153; 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