forked from CNES/libgse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
48 lines (40 loc) · 893 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
################################################################################
# Name : Makefile
# Author : Didier Barvaux <[email protected]>
# Description: create the GSE library and the test application
################################################################################
SUBDIRS = \
src \
test \
app
dist_doc_DATA = \
AUTHORS \
ChangeLog \
COPYING.LESSER \
COPYING.BSD \
INSTALL \
NEWS \
README
EXTRA_DIST = \
doc/doxygen \
debian/changelog \
debian/compat \
debian/control \
debian/copyright \
debian/docs \
debian/libgse-dev.dirs \
debian/libgse-dev.install \
debian/libgse.dirs \
debian/libgse.install \
debian/postinst \
debian/postrm \
debian/preinst \
debian/prerm \
debian/rules
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gse.pc
.PHONY: doc
doc:
doxygen doc/doxygen
clean-doc:
$(RM) -r doc/html