Fabien Costantini wrote: > I would like to use etags in fltk1 so I can search tags in my favorite devl > environment (emacs), i found very handy to add the two following lines at the > end of the distrib root Makefile: > > etags: > etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h fluid/*.h fluid/*.cxx > test/*.h test/*.cxx > > > Is it ok to do that, any suggestion ?
Sure, go for it, just don't add it to the "all" target since most systems don't have etags... -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
