]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_cic_content/Makefile
Preparing for 0.5.9 release.
[helm.git] / helm / software / components / ng_cic_content / 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