File: Makefile.am

package info (click to toggle)
mixxx 2.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 149,156 kB
  • sloc: cpp: 237,030; xml: 200,224; javascript: 100,372; ansic: 25,752; sh: 4,693; python: 2,820; makefile: 204; perl: 49; sql: 47
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