File: Makefile.am

package info (click to toggle)
collectd 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,704 kB
  • sloc: ansic: 70,560; sh: 11,089; perl: 9,672; php: 3,007; java: 1,691; makefile: 1,636; python: 367; yacc: 187; lex: 118; ruby: 49; xml: 44; sql: 42
file content (10 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
AUTOMAKE_OPTIONS = foreign no-dependencies

BUILT_SOURCES = parser.h
#CLEANFILES = parser.[ch] scanner.c
AM_YFLAGS = -d

noinst_LTLIBRARIES = liboconfig.la

liboconfig_la_LDFLAGS = -version-info 0:0:0 $(LEXLIB)
liboconfig_la_SOURCES = oconfig.c oconfig.h aux_types.h scanner.l parser.y