File: Makefile.am

package info (click to toggle)
tmpreaper 1.5.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 352 kB
  • ctags: 110
  • sloc: ansic: 1,506; sh: 355; makefile: 70
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = tmpreaper
man_MANS = tmpreaper.8

if HAVE_GETOPT_LONG
tmpreaper_SOURCES = tmpreaper.c
else
tmpreaper_SOURCES = tmpreaper.c getopt.c getopt1.c
endif