File: Makefile.am

package info (click to toggle)
liblo 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,968 kB
  • ctags: 1,386
  • sloc: sh: 11,605; ansic: 7,381; cpp: 868; makefile: 144
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
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 @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)