Cria dicionĂ¡rio de totais.
[cascardo/declara.git] / Makefile.am
1 bin_PROGRAMS = declara
2 declara_SOURCES = declara.c declaracao.c declaracao.h \
3         token.c token.h \
4         cmd.c cmd.h pmhash.c pmhash.h \
5         totais.c totais.h \
6         calcula.c calcula.h \
7         gera.c gera.h \
8         base.c base.h \
9         list.c list.h \
10         util.c util.h \
11         contribuinte.c contribuinte.h \
12         rendimento.c rendimento.h
13
14 check_PROGRAMS = listtest
15 listtest_SOURCES = listtest.c list.c list.h
16
17 TESTS = $(check_PROGRAMS)