File: Makefile.am

package info (click to toggle)
libshout-idjc 2.4.6-r1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,756 kB
  • sloc: ansic: 10,007; sh: 4,391; xml: 1,269; makefile: 142
file content (14 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

noinst_PROGRAMS = example nonblocking

example_SOURCES = example.c
example_LDADD = $(top_builddir)/src/libshout-idjc.la @SHOUT_LIBDEPS@

nonblocking_SOURCES = nonblocking.c
nonblocking_LDADD = $(top_builddir)/src/libshout-idjc.la @SHOUT_LIBDEPS@

AM_CFLAGS = @XIPH_CFLAGS@
AM_CPPFLAGS = @XIPH_CPPFLAGS@ -I$(top_builddir)/include