File: Makefile.am

package info (click to toggle)
tmpreaper 1.6.7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 540 kB
  • ctags: 122
  • sloc: ansic: 1,611; sh: 733; makefile: 72
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