diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-18 08:12:44 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-18 08:12:53 +0200 |
commit | 4f8e15c16c4f68b6fae8708b177ce672daefc59c (patch) | |
tree | 8c1bf8d808e0939bbd83291855961512ee42e70c /src/Makefile_EPhysics.am | |
parent | e8c69667b01e2795c1e4ead0536652f935ffa674 (diff) |
Revert "autotools: REMOVAL!"
This reverts commit e8c69667b01e2795c1e4ead0536652f935ffa674.
git push on a wrong branch, sorry. This will land today, but not now.
Diffstat (limited to 'src/Makefile_EPhysics.am')
-rw-r--r-- | src/Makefile_EPhysics.am | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/Makefile_EPhysics.am b/src/Makefile_EPhysics.am new file mode 100644 index 0000000..78d28d9 --- /dev/null +++ b/src/Makefile_EPhysics.am | |||
@@ -0,0 +1,29 @@ | |||
1 | if HAVE_EPHYSICS | ||
2 | |||
3 | ### Library | ||
4 | |||
5 | lib_LTLIBRARIES += \ | ||
6 | lib/ephysics/libephysics.la | ||
7 | |||
8 | installed_ephysicsmainheadersdir = $(includedir)/ephysics-@VMAJ@ | ||
9 | dist_installed_ephysicsmainheaders_DATA = \ | ||
10 | lib/ephysics/EPhysics.h | ||
11 | |||
12 | lib_ephysics_libephysics_la_SOURCES = \ | ||
13 | lib/ephysics/ephysics_private.h \ | ||
14 | lib/ephysics/ephysics_trimesh.h \ | ||
15 | lib/ephysics/ephysics_body_materials.h \ | ||
16 | lib/ephysics/ephysics_body.cpp \ | ||
17 | lib/ephysics/ephysics_camera.cpp \ | ||
18 | lib/ephysics/ephysics_constraints.cpp \ | ||
19 | lib/ephysics/ephysics_main.cpp \ | ||
20 | lib/ephysics/ephysics_quaternion.cpp \ | ||
21 | lib/ephysics/ephysics_shape.cpp \ | ||
22 | lib/ephysics/ephysics_world.cpp | ||
23 | |||
24 | lib_ephysics_libephysics_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EPHYSICS_CFLAGS@ -DEFL_BUILD | ||
25 | lib_ephysics_libephysics_la_LIBADD = @EPHYSICS_LIBS@ | ||
26 | lib_ephysics_libephysics_la_DEPENDENCIES = @EPHYSICS_INTERNAL_LIBS@ | ||
27 | lib_ephysics_libephysics_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | ||
28 | |||
29 | endif | ||