X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Fcompatibility%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Fcompatibility%2FMakefile;h=0000000000000000000000000000000000000000;hp=187116ccb36aa3d9c5032a6fb4b01b529e2e3999;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/DEVEL/pxp/pxp/compatibility/Makefile b/helm/DEVEL/pxp/pxp/compatibility/Makefile deleted file mode 100644 index 187116ccb..000000000 --- a/helm/DEVEL/pxp/pxp/compatibility/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# make all: make bytecode archive -# make opt: make native archive -# make install: install bytecode archive, and if present, native archive -# make uninstall: uninstall package -# make clean: remove intermediate files (in this directory) -# make CLEAN: remove intermediate files (recursively) -# make distclean: remove any superflous files (recursively) - -#---------------------------------------------------------------------- - -include Makefile.conf - -.PHONY: all -all: - $(MAKE) -f Makefile.code all - -.PHONY: opt -opt: - $(MAKE) -f Makefile.code opt - -.PHONY: install -install: all - files=`../tools/collect_files *.cmi *.cma *.cmxa *.a` && \ - ocamlfind install $(NAME) $(MLI) $$files META - -.PHONY: uninstall -uninstall: - ocamlfind remove $(NAME) - -.PHONY: clean -clean: - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa *.new *.old - -.PHONY: CLEAN -CLEAN: clean - -.PHONY: distclean -distclean: clean - rm -f *~ depend depend.pkg -