File: Makefile.am

package info (click to toggle)
ust 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,272 kB
  • sloc: ansic: 14,256; sh: 11,159; makefile: 282; python: 227; cpp: 59
file content (14 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers

noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
liblttng_ust_provider_ust_test_hello_la_SOURCES = \
	tp.c ust_tests_hello.h
liblttng_ust_provider_ust_test_hello_la_LIBADD = \
	$(top_builddir)/liblttng-ust/liblttng-ust.la

noinst_PROGRAMS = hello
hello_SOURCES = hello.c
hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la

noinst_SCRIPTS = run
EXTRA_DIST = run