forked from open-power-sdk/pveclib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
40 lines (32 loc) · 1.12 KB
/
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
ACLOCAL_AMFLAGS = -I m4
#@INC_AMINCLUDE@ is recommented for automake and doxygen
#but there is a naming conflict. So we rename aminclude.am to
#doxygen.am from srcdir with allows INC_AMINCLUDE to generate
#aminclude.am to blddir.
@INC_AMINCLUDE@
include $(top_srcdir)/doxygen.am
licensedir = $(datadir)/licenses/$(PACKAGE_NAME)
dist_license_DATA = LICENSE
dist_doc_DATA = COPYING CONTRIBUTING.md README.md ChangeLog.md
SUBDIRS= src
EXTRA_DIST = $(DX_CONFIG) doc/pveclibmaindox.h \
testprograms/test_ppc_970.c \
testprograms/test_ppc_bool_int128.c \
testprograms/test_ppc_const_int128.c \
testprograms/test_ppc_DFP.c \
testprograms/test_ppc_F128arith.c \
testprograms/test_ppc_F128.c \
testprograms/test_ppc_F128math.c \
testprograms/test_ppc_int128.c \
testprograms/test_ppc_PWR6.c \
testprograms/test_ppc_PWR7.c \
testprograms/test_ppc_PWR8.c \
testprograms/test_ppc_PWR9.c \
testprograms/test_ppc_PWR10.c \
testprograms/test_ppc_VMX.c \
testprograms/test_ppc_VSX.c
distclean-local:
rm $(top_builddir)/aminclude.am
ChangeLog.md:
$(am__cd) $(top_srcdir) && ./generate-changelog.sh \
> $(abs_top_builddir)/$@