Cria dicionĂ¡rio de totais.
[cascardo/declara.git] / Makefile.am
index 7cc18af..8e86311 100644 (file)
@@ -1,2 +1,17 @@
 bin_PROGRAMS = declara
-declara_SOURCES = declara.c declaracao.c declaracao.h
+declara_SOURCES = declara.c declaracao.c declaracao.h \
+       token.c token.h \
+       cmd.c cmd.h pmhash.c pmhash.h \
+       totais.c totais.h \
+       calcula.c calcula.h \
+       gera.c gera.h \
+       base.c base.h \
+       list.c list.h \
+       util.c util.h \
+       contribuinte.c contribuinte.h \
+       rendimento.c rendimento.h
+
+check_PROGRAMS = listtest
+listtest_SOURCES = listtest.c list.c list.h
+
+TESTS = $(check_PROGRAMS)