]> matita.cs.unibo.it Git - helm.git/blob - Makefile
c501a09e188d7d94f03c2e136ab3078d20384140
[helm.git] / Makefile
1 PACKAGE = ng_cic_content
2
3 INTERFACE_FILES = \
4         ncic2astMatcher.mli \
5         nTermCicContent.mli
6
7 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
8
9
10 all:
11
12
13 include ../../Makefile.defs
14 include ../Makefile.common