File: Makefile.am

package info (click to toggle)
libserial 1.0.0%2Bgit20250903-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: cpp: 6,140; makefile: 278; python: 163; sh: 29
file content (22 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = src examples docs

if PYTHON
SUBDIRS += sip
endif

if TESTS
SUBDIRS += test
endif

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = doxygen.conf.in Makefile.dist libserial.spec libserial.pc

docs:
	make dox

dox:
	doxygen doxygen.conf

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