]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_cic_content/Makefile
The backward compatible management of aliases for NG is now fully completed.
[helm.git] / helm / software / components / ng_cic_content / Makefile
1 PACKAGE = ng_cic_content
2
3 INTERFACE_FILES = \
4         nTermCicContent.mli
5
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7
8
9 all:
10
11
12 include ../../Makefile.defs
13 include ../Makefile.common