Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        INSTALL Makefile.am autogen.sh configure.in 
Added Files:
        COPYING-PLAIN README.in ecore-native.oe.in ecore.bb.in 
        ecore.oe.in ecore.spec.in ecoreXnative.bb.in 
Removed Files:
        README ecore-native.oe ecore.bb ecore.oe ecore.spec 
        ecoreXnative.bb make_cross_compile_arm.sh 


Log Message:


autopackage ecore...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- INSTALL     23 Sep 2003 08:09:19 -0000      1.3
+++ INSTALL     10 Mar 2005 15:19:30 -0000      1.4
@@ -0,0 +1,14 @@
+COMPILING and INSTALLING:
+
+If you got a official release tar archive do:
+    ./configure
+    
+( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
+    
+Then to compile:
+    make
+
+To install (run this as root, or the user who handles installs):
+    make install
+
+NOTE: You MUST make install Eet for it to run properly.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 11 Jul 2004 08:08:03 -0000      1.15
+++ Makefile.am 10 Mar 2005 15:19:30 -0000      1.16
@@ -1,22 +1,35 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = data src debian examples
+SUBDIRS = data src examples
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
                       ltconfig ltmain.sh missing mkinstalldirs \
-                      stamp-h.in
-
-dist-hook:
-       ./gendoc; \
-       tar cvf ecore_docs.tar doc/html doc/latex doc/man; \
-       rm -f ecore_docs.tar.gz; \
-       gzip -9 ecore_docs.tar;
+                      stamp-h.in  build-stamp configure-stamp depcomp \
+                      eet_docs.tar.gz eet.c \
+                      README \
+                      eet.pc \
+                      eet.spec \
+                      eet.oe eet-native.oe \
+                      eet.bb eetXnative.bb \
+                      debian/changelog
 
 bin_SCRIPTS = ecore-config
 
-EXTRA_DIST = README AUTHORS COPYING ecore.m4 ecore.spec ecore.c.in gendoc \
-Doxyfile make_cross_compile_arm.sh ecore.pc.in
+EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp 
ecore.m4 \
+             Doxyfile \
+            ecore.pc.in \
+            ecore.pc.in \
+            ecore.spec.in ecore.spec \
+            ecore.oe.in ecore.oe ecore-native.oe.in ecore-native.oe \
+            ecore.bb.in ecore.bb ecoreXnative.bb.in ecoreXnative.bb \
+            debian/changelog.in debian/changelog \
+            debian/ecore0-test.install \
+            debian/libecore0.install \
+            debian/control \
+            debian/copyright \
+            debian/rules \
+            debian/libecore0-dev.install
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = ecore.m4
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/autogen.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- autogen.sh  13 Sep 2004 05:33:13 -0000      1.8
+++ autogen.sh  10 Mar 2005 15:19:30 -0000      1.9
@@ -3,6 +3,8 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4
 
+touch README
+
 echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
 && echo "Running autoheader..."; autoheader \
 && echo "Running autoconf..."; autoconf \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- configure.in        2 Mar 2005 07:06:32 -0000       1.75
+++ configure.in        10 Mar 2005 15:19:30 -0000      1.76
@@ -806,7 +806,6 @@
 AC_OUTPUT([
 Makefile
 ecore.pc
-ecore-config
 data/Makefile
 data/fonts/Makefile
 data/images/Makefile
@@ -824,12 +823,18 @@
 src/lib/ecore_txt/Makefile
 src/lib/ecore_config/Makefile
 src/lib/ecore_file/Makefile
-debian/Makefile
 examples/Makefile
-], [
+ecore-config
+README
+ecore.spec
+ecore.oe
+ecore-native.oe
+ecore.bb
+ecoreXnative.bb
+debian/changelog
+],[
 chmod +x ecore-config
-]
-)
+])
 
 echo
 echo "$PACKAGE $VERSION"




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to