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 (12 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers

noinst_PROGRAMS = fork fork2
fork_SOURCES = fork.c ust_tests_fork.h
fork_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
		$(top_builddir)/liblttng-ust-fork/liblttng-ust-fork.la
fork2_SOURCES = fork2.c
fork2_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
		$(top_builddir)/liblttng-ust-fork/liblttng-ust-fork.la

noinst_SCRIPTS = run
EXTRA_DIST = run