Author: fabien
Date: 2007-04-04 03:56:47 -0400 (Wed, 04 Apr 2007)
New Revision: 5756
Log:
Makefiles
        + as discussed, added etags capability to main Makefile
        invoke it by 'make etags' from the root distrib



Modified:
   branches/branch-1.1/Makefile

Modified: branches/branch-1.1/Makefile
===================================================================
--- branches/branch-1.1/Makefile        2007-04-03 21:42:46 UTC (rev 5755)
+++ branches/branch-1.1/Makefile        2007-04-04 07:56:47 UTC (rev 5756)
@@ -107,6 +107,8 @@
 native-dist:
        epm -v -f native fltk
 
+etags:
+       etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h fluid/*.h fluid/*.cxx 
test/*.h test/*.cxx
 
 #
 # End of "$Id$".

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to