Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        ecore-config.in 


Log Message:
these days it's everyone's hobby to put lots of funky stuff in ecore, that has 
nothing core-ish about it. so here's an --libs-core arg that makes ecore-config 
only echo the core libs of ecore. also formatted the argument list a bit nicer, 
so that it fits in a 80x24 terminal.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/ecore-config.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore-config.in     11 Aug 2006 13:45:39 -0000      1.17
+++ ecore-config.in     10 Mar 2007 22:25:58 -0000      1.18
@@ -5,9 +5,12 @@
 exec_prefix_set=no
 
 usage() {
-      echo "Usage: ecore-config [--prefix[=DIR]] [--exec-prefix[=DIR]] 
[--version] [--libs] [--cflags]" 1>&2
-      echo "                    [--libs-con] [--libs-config] [--libs-dbus] 
[--libs-desktop] [--libs-evas]" 1>&2
-      echo "                    [--libs-fb] [--libs-file] [--libs-ipc] 
[--libs-job] [--libs-txt] [--libs-x]" 1>&2
+      echo "Usage: ecore-config [--prefix[=DIR]] [--exec-prefix[=DIR]]" 1>&2
+      echo "                    [--version] [--libs] [--cflags]" 1>&2
+      echo "                    [--libs-core]" 1>&2
+      echo "                    [--libs-con] [--libs-config] [--libs-dbus] 
[--libs-desktop]" 1>&2
+      echo "                    [--libs-evas] [--libs-fb] [--libs-file] 
[--libs-ipc]" 1>&2
+      echo "                    [--libs-job] [--libs-txt] [--libs-x]" 1>&2
 }
 
 if test $# -eq 0; then
@@ -50,6 +53,10 @@
     --libs)
       [EMAIL PROTECTED]@
       echo $libdirs -lecore @ecore_job_libs@ @ecore_x_libs@ @ecore_evas_libs@ 
@ecore_con_libs@ @ecore_ipc_libs@ @ecore_txt_libs@ @ecore_fb_libs@ 
@ecore_config_libs@ @ecore_file_libs@ @ecore_desktop_libs@ @ecore_dbus_libs@ 
@SSL_LIBS@ @winsock_libs@ @CURL_LIBS@ @EET_LIBS@ @EVAS_LIBS@ @x_libs@ 
@Xcursor_libs@ @Xrender_libs@ @Xprint_libs@ @Xinerama_libs@ @Xrandr_libs@ 
@Xfixes_libs@ @Xdamage_libs@ @Xss_libs@ @iconv_libs@ @tslib_libs@ @fam_libs@ -lm
+      ;;
+    --libs-core)
+      [EMAIL PROTECTED]@
+      echo $libdirs -lecore -lm
       ;;
     --libs-con)
       [EMAIL PROTECTED]@



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to