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 /Makefile_Elm_Helpers.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 'Makefile_Elm_Helpers.am')
-rw-r--r-- | Makefile_Elm_Helpers.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile_Elm_Helpers.am b/Makefile_Elm_Helpers.am deleted file mode 100644 index 8acaab46f8..0000000000 --- a/Makefile_Elm_Helpers.am +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | if HAVE_ELM_PREFS_CC | ||
2 | ELM_PREFS_CC = @elm_prefs_cc@ | ||
3 | else | ||
4 | ELM_PREFS_CC = $(top_builddir)/src/bin/elementary/elm_prefs_cc | ||
5 | endif | ||
6 | |||
7 | AM_V_EPB = $(am__v_EPB_@AM_V@) | ||
8 | am__v_EPB_ = $(am__v_EPB_@AM_DEFAULT_V@) | ||
9 | am__v_EPB_0 = @echo " EPB " $@; | ||
10 | |||
11 | if HAVE_ELEMENTARY_CODEGEN | ||
12 | ELEMENTARY_CODEGEN = @elementary_codegen@ | ||
13 | else | ||
14 | ELEMENTARY_CODEGEN = $(top_builddir)/src/bin/elementary/elementary_codegen | ||
15 | endif | ||
16 | |||
17 | AM_V_CODEGEN = $(am__v_CODEGEN_@AM_V@) | ||
18 | am__v_CODEGEN_ = $(am__v_CODEGEN_@AM_DEFAULT_V@) | ||
19 | am__v_CODEGEN_0 = @echo " CODEGEN " $@; | ||
20 | |||
21 | |||