Changes in / [84:8161012eaa61:89:e6452a49192c] in lemon-main
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r9 r85 33 33 ^objs.*/.* 34 34 ^test/[a-z_]*$ 35 ^demo/.*_demo$ -
demo/Makefile.am
r1 r85 4 4 if WANT_DEMO 5 5 6 noinst_PROGRAMS += 6 noinst_PROGRAMS += \ 7 demo/arg_parser_demo 7 8 8 9 endif WANT_DEMO 10 11 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc 12 -
lemon/Makefile.am
r69 r89 8 8 9 9 lemon_libemon_la_SOURCES = \ 10 lemon/arg_parser.cc \ 10 11 lemon/base.cc \ 11 12 lemon/random.cc … … 16 17 17 18 lemon_HEADERS += \ 19 lemon/arg_parser.h \ 18 20 lemon/concept_check.h \ 19 21 lemon/dim2.h \
Note: See TracChangeset
for help on using the changeset viewer.