File: Makefile.am

package info (click to toggle)
ezstream 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 9,693; sh: 4,967; xml: 398; makefile: 230
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects

noinst_LTLIBRARIES = libcompat.la
noinst_HEADERS	 = compat.h
libcompat_la_SOURCES =
libcompat_la_DEPENDENCIES = @LTLIBOBJS@
libcompat_la_LIBADD = $(libcompat_la_DEPENDENCIES)

AM_CPPFLAGS	 = @EZ_CPPFLAGS@
AM_CFLAGS	 = @EZ_CFLAGS@
AM_LDFLAGS	 = @EZ_LDFLAGS@ -avoid-version

CLEANFILES	 = *~ *.core core *.gcno *.gcda