File: Makefile.am

package info (click to toggle)
liblo 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ansic: 8,500; sh: 4,616; cpp: 1,098; makefile: 157
file content (15 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = src
if COMPILE_EXAMPLES
SUBDIRS += examples
endif
SUBDIRS += lo build cmake @DOXYGEN@

EXTRA_DIST = libtool ltmain.sh autogen.sh

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = liblo.pc

test: all
	(cd src && make test)