Plasma GitLab Archive
Projects Blog Knowledge

# $Id: Makefile,v 3.3 2005-08-17 12:01:14 stolpmann Exp $

TOP_DIR=../..

OBJECTS =

PKGNAME = wd-xmlcompiler

all: wd-xmlcompile$(EXEC_SUFFIX)

opt:
	true

wd-xmlcompile$(EXEC_SUFFIX): wd_xmlcompile.cmo
	$(OCAMLC) -o wd-xmlcompile$(EXEC_SUFFIX) wdialog.cma wd_xmlcompile.cmo -linkpkg

include $(TOP_DIR)/Makefile.rules

OCAMLC_OPTIONS += -I ../wdialog
INSTALL_EXTRA = wd-xmlcompile$(EXEC_SUFFIX)

clean::
	rm -f wd-xmlcompile

*.mli:
	true

#include depend


This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml