File: Makefile.am

package info (click to toggle)
libgig 4.2.0~ds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,432 kB
  • sloc: cpp: 19,334; sh: 4,354; makefile: 109
file content (19 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# require automake >= 1.5 (mandatory for option dist-bzip2)
AUTOMAKE_OPTIONS = 1.5 dist-bzip2

SUBDIRS = doc man src win32 osx

# to prevent compile errors on some systems
AM_CXXFLAGS = -pedantic

# let GCC auto detect whether it (sh/c)ould output its messages in color
export GCC_COLORS=auto

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gig.pc akai.pc

EXTRA_DIST = libgig.kdevelop

docs: Doxyfile
	@echo '*** Running doxygen ***'
	doxygen Doxyfile