Author: wyoung
Date: Fri Mar  3 07:10:41 2006
New Revision: 1202

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1202&view=rev
Log:
Added ctags targets

Modified:
    branches/v2.1-bakefile/examples/examples.bkl
    branches/v2.1-bakefile/lib/lib.bkl
    branches/v2.1-bakefile/mysql++.bkl

Modified: branches/v2.1-bakefile/examples/examples.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/examples/examples.bkl?rev=1202&r1=1201&r2=1202&view=diff
==============================================================================
--- branches/v2.1-bakefile/examples/examples.bkl (original)
+++ branches/v2.1-bakefile/examples/examples.bkl Fri Mar  3 07:10:41 2006
@@ -120,4 +120,10 @@
                        <sources>updel.cpp</sources>
                </exe>
        </if>
+
+       <if cond="FORMAT=='autoconf'">
+               <action id="ctags">
+                       <command>( cd .. ; make ctags )</command>
+               </action>
+       </if>
 </makefile>

Modified: branches/v2.1-bakefile/lib/lib.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/lib.bkl?rev=1202&r1=1201&r2=1202&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/lib.bkl (original)
+++ branches/v2.1-bakefile/lib/lib.bkl Fri Mar  3 07:10:41 2006
@@ -47,4 +47,10 @@
        <action id="custom.h">
                <command>./custom.pl</command>
        </action>
+
+       <if cond="FORMAT=='autoconf'">
+               <action id="ctags">
+                       <command>( cd .. ; make ctags )</command>
+               </action>
+       </if>
 </makefile>

Modified: branches/v2.1-bakefile/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.bkl?rev=1202&r1=1201&r2=1202&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.bkl (original)
+++ branches/v2.1-bakefile/mysql++.bkl Fri Mar  3 07:10:41 2006
@@ -112,5 +112,11 @@
                                ebuild 
/usr/portage/dev-db/mysql++/$(PKGNAME).ebuild digest
                        </command>
                </action>
+
+               <action id="ctags">
+                       <command>ctags `pwd`/{lib,examples}/*.{cpp,h}</command>
+                       <command>( cd lib ; ln -sf ../tags . )</command>
+                       <command>( cd examples ; ln -sf ../tags . )</command>
+               </action>
        </if>
 </makefile>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to