summaryrefslogtreecommitdiff
path: root/src/Makefile_Eo_Cxx.am
blob: a3c898d1c0dea3c934b31b1e1419d855dc474ac4 (plain)
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

### Generated Headers

generated_eo_cxx_bindings = \
lib/eo/eo_base.eo.hh \
lib/eo/eo_base.eo.impl.hh \
lib/eo/eo_abstract_class.eo.hh \
lib/eo/eo_abstract_class.eo.impl.hh

### Library

if HAVE_CXX11

CLEANFILES += $(generated_eo_cxx_bindings)

nodist_installed_eocxxheaders_DATA = $(generated_eo_cxx_bindings)

installed_eocxxmainheadersdir = $(includedir)/eo-cxx-@VMAJ@/
dist_installed_eocxxmainheaders_DATA = \
bindings/eo_cxx/Eo.hh

installed_eocxxheadersdir = $(includedir)/eo-cxx-@VMAJ@/
dist_installed_eocxxheaders_DATA = \
bindings/eo_cxx/eo_concrete.hh \
bindings/eo_cxx/eo_event.hh \
bindings/eo_cxx/eo_init.hh \
bindings/eo_cxx/eo_wref.hh \
bindings/eo_cxx/eo_inherit.hh \
bindings/eo_cxx/eo_ops.hh \
bindings/eo_cxx/eo_private.hh \
bindings/eo_cxx/eo_inherit_bindings.hh \
bindings/eo_cxx/eo_cxx_interop.hh

endif