File: Makefile.am

package info (click to toggle)
libwibble 1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,040 kB
  • ctags: 2,721
  • sloc: cpp: 14,542; makefile: 196; perl: 87; sh: 26
file content (11 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
TESTS = libwibble-check
check_PROGRAMS = libwibble-test
check_SCRIPTS = libwibble-check
libwibble_test_SOURCES = tut-main.cpp
libwibble_test_LDADD  = -dlpreopen ../libwibble.la

noinst_PROGRAMS = commandline-demo
commandline_demo_SOURCES = commandline-demo.cpp
commandline_demo_LDADD  = ../libwibble.la

INCLUDES = -I../..