]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
matitatop.opt should not be generated
[helm.git] / helm / matita / Makefile.in
index 301eb2efcf1bb42f814b1fd2c25da2cd5ca0cc2e..76183c0e5a6fcaf97e00e41eb9363b7b2c192e5a 100644 (file)
@@ -62,10 +62,11 @@ CCMOS =                             \
        $(NULL)
 CLEANCMOS = $(CCMOS)
 MAKECMOS = $(CCMOS) 
-PROGRAMS = matita matitac matitatop cicbrowser matitadep matitaclean matitamake
-PROGRAMS_OPT = $(patsubst %,%.opt,$(PROGRAMS))
+PROGRAMS_BYTE = matita matitac cicbrowser matitadep matitaclean matitamake
+PROGRAMS = $(PROGRAMS_BYTE) matitatop dump_moo
+PROGRAMS_OPT = $(patsubst %,%.opt,$(PROGRAMS_BYTE))
 
-all: matita.conf.xml $(PROGRAMS) dump_moo
+all: matita.conf.xml $(PROGRAMS)
 
 matita.conf.xml: matita.conf.xml.sample
        @if diff matita.conf.xml.sample matita.conf.xml 1>/dev/null 2>/dev/null; then\