9bc1e86d2160943e63d6a18a3d8030554ca86ddf
[pcsx_rearmed.git] / deps / lightning / include / lightning / Makefile.am
1 #
2 # Copyright 2000, 2001, 2002, 2012-2022 Free Software Foundation, Inc.
3 #
4 # This file is part of GNU lightning.
5 #
6 # GNU lightning is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU Lesser General Public License as published
8 # by the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10 #
11 # GNU lightning is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14 # License for more details.
15 #
16
17 lightning_includedir = $(includedir)/lightning
18
19 EXTRA_DIST =            \
20         jit_private.h
21
22 if cpu_arm
23 lightning_include_HEADERS =     \
24         jit_arm.h
25 endif
26 if cpu_mips
27 lightning_include_HEADERS =     \
28         jit_mips.h
29 endif
30 if cpu_ppc
31 lightning_include_HEADERS =     \
32         jit_ppc.h
33 endif
34 if cpu_sparc
35 lightning_include_HEADERS =     \
36         jit_sparc.h
37 endif
38 if cpu_x86
39 lightning_include_HEADERS =     \
40         jit_x86.h
41 endif
42 if cpu_ia64
43 lightning_include_HEADERS =     \
44         jit_ia64.h
45 endif
46 if cpu_hppa
47 lightning_include_HEADERS =     \
48         jit_hppa.h
49 endif
50 if cpu_aarch64
51 lightning_include_HEADERS =     \
52         jit_aarch64.h
53 endif
54 if cpu_s390
55 lightning_include_HEADERS =     \
56         jit_s390.h
57 endif
58 if cpu_alpha
59 lightning_include_HEADERS =     \
60         jit_alpha.h
61 endif
62 if cpu_riscv
63 lightning_include_HEADERS =     \
64         jit_riscv.h
65 endif