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_Escape.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 '')
-rw-r--r-- | src/Makefile_Escape.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/Makefile_Escape.am b/src/Makefile_Escape.am new file mode 100644 index 0000000000..6a2062bc06 --- /dev/null +++ b/src/Makefile_Escape.am | |||
@@ -0,0 +1,27 @@ | |||
1 | if HAVE_PS3 | ||
2 | |||
3 | ### Library | ||
4 | |||
5 | lib_LTLIBRARIES += lib/escape/libescape.la | ||
6 | |||
7 | install_escapeheadersdir = $(includedir)/escape-@VMAJ@ | ||
8 | dist_install_escapeheaders_DATA = \ | ||
9 | lib/escape/Escape.h \ | ||
10 | lib/escape/escape_libgen.h \ | ||
11 | lib/escape/escape_unistd.h | ||
12 | |||
13 | escapemmanheadersdir = $(includedir)/escape-@VMAJ@/sys | ||
14 | dist_escapemmanheaders_DATA = \ | ||
15 | lib/escape/sys/mman.h | ||
16 | |||
17 | lib_escape_libescape_la_SOURCES = \ | ||
18 | lib/escape/escape_libgen.c \ | ||
19 | lib/escape/escape_mman.c \ | ||
20 | lib/escape/escape_unistd.c | ||
21 | |||
22 | lib_escape_libescape_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ESCAPE_CFLAGS@ | ||
23 | lib_escape_libescape_la_LIBADD = @ESCAPE_LIBS@ | ||
24 | lib_escape_libescape_la_DEPENDENCIES = @ESCAPE_INTERNAL_LIBS@ | ||
25 | lib_escape_libescape_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | ||
26 | |||
27 | endif | ||