File: Makefile.am

package info (click to toggle)
libtrace3 3.0.22-0.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,452 kB
  • sloc: ansic: 24,574; sh: 11,372; cpp: 1,811; makefile: 460; yacc: 96; lex: 50
file content (12 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
bin_PROGRAMS = traceanon

man_MANS = traceanon.1
EXTRA_DIST = $(man_MANS)

include ../Makefile.tools
traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h 

# rijndael.c does lots of nasty casting that is going to be a nightmare to fix
# and debug - I'm going to disable this warning in the interim, as it's really
# messy and hopefully isn't actually an issue. 
traceanon_CFLAGS = $(AM_CFLAGS)