File: Makefile.am

package info (click to toggle)
libtrace3 3.0.14-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 11,492 kB
  • sloc: ansic: 21,584; sh: 10,236; cpp: 1,765; makefile: 454; yacc: 96; lex: 50
file content (11 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
if HAVE_NCURSES
man_MANS = tracetop.1
EXTRA_DIST = $(man_MANS)
bin_PROGRAMS = tracetop

include ../Makefile.tools

tracetop_SOURCES = tracetop.cc
tracetop_LDADD = -lncurses 
tracetop_CPPFLAGS = -fno-strict-aliasing $(AM_CFLAGS)
endif