File: Makefile.am

package info (click to toggle)
dateutils 0.4.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,228 kB
  • sloc: ansic: 22,598; makefile: 1,771; yacc: 202; sh: 168; lex: 108
file content (15 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LANG = C
LC_ALL = C

AM_CFLAGS = $(EXTRA_CFLAGS)

noinst_PROGRAMS =
BUILT_SOURCES =
EXTRA_DIST =
DISTCLEANFILES =

if !HAVE_YUCK
include yuck.am
endif  !HAVE_YUCK

## Makefile.am ends here