cleaning up the base of efl tree moving files to subdirs

SVN revision: 77106
This commit is contained in:
Carsten Haitzler 2012-09-27 03:02:12 +00:00
parent 296d47a7cb
commit 05ddd5fe2d
25 changed files with 69 additions and 31 deletions

11
COPYING
View File

@ -1,7 +1,6 @@
The EFL come with several licences:
EFL comes with several licences. Listed are the library/probject
name and the license file covering it.
BSD 2-clause: Evil, Eet
LGPL v2: Eina
GPL v2:
evil: licenses/COPYING.BSD
eet: licenses/COPYING.BSD
eina: licenses/COPYING.LGPL

View File

View File

@ -32,37 +32,40 @@ m4/evil_windows.m4 \
m4/eina_check.m4
EXTRA_DIST += \
ChangeLog.evil \
NEWS.evil \
README.evil \
evil.pc \
ChangeLog.eina \
NEWS.eina \
README.eina \
eina.spec \
eina.pc \
ChangeLog.eet \
NEWS.eet \
README.eet \
eet.spec \
eet.pc \
eo.pc
licenses/COPYING.LGPL \
licenses/COPYING.GPL \
licenses/COPYING.BSD \
old/ChangeLog.evil \
old/ChangeLog.eina \
old/ChangeLog.eet \
old/NEWS.evil \
old/README.evil \
old/NEWS.eina \
old/README.eina \
old/NEWS.eet \
old/README.eet \
spec/eina.spec \
spec/eet.spec \
pc/evil.pc \
pc/eina.pc \
pc/eet.pc \
pc/eo.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =
if HAVE_WINDOWS
pkgconfig_DATA += evil.pc
pkgconfig_DATA += pc/evil.pc
endif
pkgconfig_DATA += eina.pc
pkgconfig_DATA += pc/eina.pc
if EFL_BUILD_EET
pkgconfig_DATA += eet.pc
pkgconfig_DATA += pc/eet.pc
endif
if EFL_BUILD_EO
pkgconfig_DATA += eo.pc
pkgconfig_DATA += pc/eo.pc
endif

16
NEWS
View File

@ -0,0 +1,16 @@
=========
EFL 1.8.0
=========
Changes since 1.7.0:
Additions:
* Add DOCTYPE children parsing in eina_simple_xml
Improvements:
* Single EFL tree now covring all EFL library components.
* Speedup Eina Rbtree Iterator by recycling memory instead of
massively calling malloc/free.
Fixes:
* Fix PPC (big endian) image codec bug.

20
README
View File

@ -0,0 +1,20 @@
EFL 1.7.99
******************************************************************************
FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net
******************************************************************************
EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering,
widgets and more.
------------------------------------------------------------------------------
COMPILING AND INSTALLING:
./configure
make
(do this as root unless you are installing in your users directories):
make install

View File

@ -1259,12 +1259,12 @@ src/tests/Makefile
src/tests/eina/Makefile
src/tests/eet/Makefile
src/tests/eo/Makefile
eina.spec
eet.spec
evil.pc
eina.pc
eet.pc
eo.pc
spec/eina.spec
spec/eet.spec
pc/evil.pc
pc/eina.pc
pc/eet.pc
pc/eo.pc
])
AC_OUTPUT