tools/Makefile.am
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Sun, 13 Apr 2008 20:15:45 +0200
changeset 142 8b703d177341
child 146 4b42aa24ce12
permissions -rw-r--r--
Improved LEMON_FUNCTION_NAME macro.
It should work fine with GCC and the MS C++ compilers. Otherwise it reverts to
using the __func__ variable which is C99, but I couldn't find a better
alternative.
     1 EXTRA_DIST += \
     2 	tools/Makefile
     3 
     4 if WANT_TOOLS
     5 
     6 bin_PROGRAMS +=
     7 
     8 endif WANT_TOOLS