# Is it ironic that we use a Makefile to build these goals? # Comment out the next line if goaljobs is installed. If it is not # installed, change the path to the location of the goaljobs build # directory. pkgdir = ../goaljobs ifeq ($(pkgdir),) goaljobs = goaljobs else goaljobs = $(pkgdir)/goaljobs --pkgdir=$(pkgdir) endif all: \ fedora_ocaml_rebuild \ libguestfs_upstream fedora_ocaml_rebuild: config.ml utils.ml fedora.ml fedora_ocaml_rebuild.ml $(goaljobs) --package pcre,extlib $^ -o $@ libguestfs_upstream: config.ml libguestfs_upstream.ml $(goaljobs) $^ -o $@