diff options
author | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
commit | c963d75dfdeec11f82e79e727062fbf89afa2c04 (patch) | |
tree | 895633dbf641110be46f117c29890c49b3ffc0bd /libraries/embryo/src/bin | |
parent | Adding the new extantz viewer and grid manager. (diff) | |
download | SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2 SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz |
Update EFL to latest beta.
Diffstat (limited to '')
-rw-r--r-- | libraries/embryo/src/bin/Makefile.in | 5 | ||||
-rw-r--r-- | libraries/embryo/src/bin/embryo_cc_sc5.scp | 2 | ||||
-rw-r--r-- | libraries/embryo/src/bin/embryo_cc_sc7.scp | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libraries/embryo/src/bin/Makefile.in b/libraries/embryo/src/bin/Makefile.in index a6551be..4eaa4b2 100644 --- a/libraries/embryo/src/bin/Makefile.in +++ b/libraries/embryo/src/bin/Makefile.in | |||
@@ -41,6 +41,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
41 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ | 41 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \ |
42 | $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ | 42 | $(top_srcdir)/m4/efl_binary.m4 $(top_srcdir)/m4/efl_doxygen.m4 \ |
43 | $(top_srcdir)/m4/efl_fnmatch.m4 \ | 43 | $(top_srcdir)/m4/efl_fnmatch.m4 \ |
44 | $(top_srcdir)/m4/efl_gettimeofday.m4 \ | ||
44 | $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ | 45 | $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/libtool.m4 \ |
45 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | 46 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
46 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | 47 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
@@ -138,6 +139,8 @@ EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@ | |||
138 | EVIL_CFLAGS = @EVIL_CFLAGS@ | 139 | EVIL_CFLAGS = @EVIL_CFLAGS@ |
139 | EVIL_LIBS = @EVIL_LIBS@ | 140 | EVIL_LIBS = @EVIL_LIBS@ |
140 | EXEEXT = @EXEEXT@ | 141 | EXEEXT = @EXEEXT@ |
142 | EXOTIC_CFLAGS = @EXOTIC_CFLAGS@ | ||
143 | EXOTIC_LIBS = @EXOTIC_LIBS@ | ||
141 | FGREP = @FGREP@ | 144 | FGREP = @FGREP@ |
142 | GREP = @GREP@ | 145 | GREP = @GREP@ |
143 | INSTALL = @INSTALL@ | 146 | INSTALL = @INSTALL@ |
@@ -170,6 +173,8 @@ PACKAGE_URL = @PACKAGE_URL@ | |||
170 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 173 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
171 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 174 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
172 | PKG_CONFIG = @PKG_CONFIG@ | 175 | PKG_CONFIG = @PKG_CONFIG@ |
176 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
177 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
173 | RANLIB = @RANLIB@ | 178 | RANLIB = @RANLIB@ |
174 | SED = @SED@ | 179 | SED = @SED@ |
175 | SET_MAKE = @SET_MAKE@ | 180 | SET_MAKE = @SET_MAKE@ |
diff --git a/libraries/embryo/src/bin/embryo_cc_sc5.scp b/libraries/embryo/src/bin/embryo_cc_sc5.scp index 8005f79..af3f352 100644 --- a/libraries/embryo/src/bin/embryo_cc_sc5.scp +++ b/libraries/embryo/src/bin/embryo_cc_sc5.scp | |||
@@ -18,7 +18,7 @@ | |||
18 | * misrepresented as being the original software. | 18 | * misrepresented as being the original software. |
19 | * 3. This notice may not be removed or altered from any source distribution. | 19 | * 3. This notice may not be removed or altered from any source distribution. |
20 | * | 20 | * |
21 | * Version: $Id: embryo_cc_sc5.scp 14177 2005-04-13 19:37:01Z tsauerbeck $ | 21 | * Version: $Id: embryo_cc_sc5.scp 35497 2008-08-17 07:44:18Z raster $ |
22 | */ | 22 | */ |
23 | 23 | ||
24 | int strexpand(char *dest, unsigned char *source, int maxlen, | 24 | int strexpand(char *dest, unsigned char *source, int maxlen, |
diff --git a/libraries/embryo/src/bin/embryo_cc_sc7.scp b/libraries/embryo/src/bin/embryo_cc_sc7.scp index 83d49a1..15c80ac 100644 --- a/libraries/embryo/src/bin/embryo_cc_sc7.scp +++ b/libraries/embryo/src/bin/embryo_cc_sc7.scp | |||
@@ -19,7 +19,7 @@ | |||
19 | * misrepresented as being the original software. | 19 | * misrepresented as being the original software. |
20 | * 3. This notice may not be removed or altered from any source distribution. | 20 | * 3. This notice may not be removed or altered from any source distribution. |
21 | * | 21 | * |
22 | * Version: $Id: embryo_cc_sc7.scp 14177 2005-04-13 19:37:01Z tsauerbeck $ | 22 | * Version: $Id: embryo_cc_sc7.scp 35497 2008-08-17 07:44:18Z raster $ |
23 | */ | 23 | */ |
24 | 24 | ||
25 | int strexpand(char *dest, unsigned char *source, int maxlen, | 25 | int strexpand(char *dest, unsigned char *source, int maxlen, |