From 4f8e15c16c4f68b6fae8708b177ce672daefc59c Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 18 Jun 2019 08:12:44 +0200 Subject: Revert "autotools: REMOVAL!" This reverts commit e8c69667b01e2795c1e4ead0536652f935ffa674. git push on a wrong branch, sorry. This will land today, but not now. --- src/Makefile_Escape.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/Makefile_Escape.am (limited to 'src/Makefile_Escape.am') 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 @@ +if HAVE_PS3 + +### Library + +lib_LTLIBRARIES += lib/escape/libescape.la + +install_escapeheadersdir = $(includedir)/escape-@VMAJ@ +dist_install_escapeheaders_DATA = \ +lib/escape/Escape.h \ +lib/escape/escape_libgen.h \ +lib/escape/escape_unistd.h + +escapemmanheadersdir = $(includedir)/escape-@VMAJ@/sys +dist_escapemmanheaders_DATA = \ +lib/escape/sys/mman.h + +lib_escape_libescape_la_SOURCES = \ +lib/escape/escape_libgen.c \ +lib/escape/escape_mman.c \ +lib/escape/escape_unistd.c + +lib_escape_libescape_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ESCAPE_CFLAGS@ +lib_escape_libescape_la_LIBADD = @ESCAPE_LIBS@ +lib_escape_libescape_la_DEPENDENCIES = @ESCAPE_INTERNAL_LIBS@ +lib_escape_libescape_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ + +endif -- cgit v1.2.1