equal
  deleted
  inserted
  replaced
  
    
    
     1 EXTRA_DIST += \  | 
     1 EXTRA_DIST += \  | 
     2 	demo/CMakeLists.txt \  | 
     2 	demo/CMakeLists.txt \  | 
     3 	demo/circulation-input.lgf \  | 
         | 
     4 	demo/digraph.lgf  | 
     3 	demo/digraph.lgf  | 
     5   | 
     4   | 
     6 if WANT_DEMO  | 
     5 if WANT_DEMO  | 
     7   | 
     6   | 
     8 noinst_PROGRAMS += \  | 
     7 noinst_PROGRAMS += \  | 
     9 	demo/arg_parser_demo \  | 
     8 	demo/arg_parser_demo \  | 
    10 	demo/circulation_demo \  | 
         | 
    11 	demo/graph_to_eps_demo \  | 
     9 	demo/graph_to_eps_demo \  | 
    12 	demo/lgf_demo  | 
    10 	demo/lgf_demo  | 
    13   | 
    11   | 
    14 endif WANT_DEMO  | 
    12 endif WANT_DEMO  | 
    15   | 
    13   | 
    16 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc  | 
    14 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc  | 
    17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc  | 
         | 
    18 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc  | 
    15 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc  | 
    19 demo_lgf_demo_SOURCES = demo/lgf_demo.cc  | 
    16 demo_lgf_demo_SOURCES = demo/lgf_demo.cc  |