File: Makefile.am

package info (click to toggle)
pion 5.0.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,048 kB
  • ctags: 3,122
  • sloc: cpp: 14,237; perl: 269; pascal: 152; makefile: 145; sh: 70
file content (20 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# --------------------------------
# pion automake configuration file 
# --------------------------------

ACLOCAL_AMFLAGS = -I m4 -I build

SUBDIRS = include src services utils @PION_TESTS_MAKEDIRS@

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

EXTRA_DIST = README.md index.html autogen.sh *.sln *.xcodeproj *.vcxproj doc \
	build/*.props build/*.sh build/*.pl build/*.bat build/*.dll \
	build/pion.ico build/common.inc

include $(top_srcdir)/build/doxygen.inc

docs: doxygen-doc

clean-docs: doxygen-clean