demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 17 Jan 2008 11:55:27 +0000
changeset 56 9597aa501c7c
child 85 3453d20a82cd
permissions -rw-r--r--
'update-external-tags' make target added

It is used to dowload or update the doxygen external tag definition file
of libstdc++. After doing that, any usase of STL will be linked to their
documentations at http://gcc.gnu.org.
     1 EXTRA_DIST += \
     2 	demo/Makefile
     3 
     4 if WANT_DEMO
     5 
     6 noinst_PROGRAMS +=
     7 
     8 endif WANT_DEMO