demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 03 Apr 2008 11:10:49 +0100
changeset 128 7cd965d2257f
parent 85 3453d20a82cd
child 135 6e7aee618f03
permissions -rw-r--r--
Port graph_to_eps() and Color from svn -r3482.
     1 EXTRA_DIST += \
     2 	demo/Makefile
     3 
     4 if WANT_DEMO
     5 
     6 noinst_PROGRAMS += \
     7         demo/arg_parser_demo \
     8         demo/graph_to_eps_demo
     9 
    10 endif WANT_DEMO
    11 
    12 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    13 
    14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    15