diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-05-26 18:30:54 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-06-18 08:11:55 +0200 |
commit | e8c69667b01e2795c1e4ead0536652f935ffa674 (patch) | |
tree | dc72c59b87a83d02758ae81f979a25e21b226a8b /src/Makefile_Escape.am | |
parent | e6bf359990f8356dc03ad65bfd56bb3fcf8f6186 (diff) |
autotools: REMOVAL!
Get your seatbelt fastend! It is happening! AUTOTOOLS IS GONE NOW!
All praise to meson!
Differential Revision: https://phab.enlightenment.org/D9027
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Escape.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/Makefile_Escape.am b/src/Makefile_Escape.am deleted file mode 100644 index 6a2062bc06..0000000000 --- a/src/Makefile_Escape.am +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
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 | ||