FLTK logo

[Library] r5756 - branches/branch-1.1

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r5756 - branches/branch-1.1 fltk-dev Apr 04, 2007  
 
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$".

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.