File: Makefile.am

package info (click to toggle)
lv2proc 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 496 kB
  • ctags: 91
  • sloc: ansic: 1,053; sh: 1,046; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# NASPRO - The NASPRO Architecture for Sound PROcessing
# A simple command line effect processor using LV2 plugins
#
# Copyright (C) 2011-2013 LV2proc development team
#
# See the COPYING file for license conditions.
#

AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@
LIBS = @SNDFILE_LIBS@ @LILV_LIBS@ -lm

bin_PROGRAMS = lv2proc

lv2proc_SOURCES = main.c