diff options
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 | ||