File: Makefile.am

package info (click to toggle)
naspro-core 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,796 kB
  • ctags: 544
  • sloc: sh: 11,338; ansic: 4,634; makefile: 92
file content (15 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# NASPRO - The NASPRO Architecture for Sound PROcessing
# Portable runtime library
#
# Copyright (C) 2007-2014 Stefano D'Angelo
#
# See the COPYING file for license conditions.
#

nacoreincludedir = ${includedir}/NASPRO/core-5
nobase_nacoreinclude_HEADERS = NASPRO/core/lib.h NASPRO/core/cc.h \
	NASPRO/core/types.h NASPRO/core/list.h NASPRO/core/avl.h \
	NASPRO/core/string.h NASPRO/core/msg.h NASPRO/core/env.h \
	NASPRO/core/locale.h NASPRO/core/fs.h NASPRO/core/dl.h \
	NASPRO/core/thread.h NASPRO/core/mutex.h NASPRO/core/sem.h