2 # Copyright (C) 2012 Red Hat Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 EXTRA_DIST = whenproto.x pa_when.ml $(SOURCES)
20 libwhenjobsdir = $(libdir)/$(PACKAGE_NAME)
21 libwhenjobs_SCRIPTS = whenlib.cma pa_when.cmo $(CMI_FILES)
23 OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc
25 OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX $(OCAMLPACKAGES)
26 OCAMLOPTFLAGS = $(OCAMLCFLAGS)
28 # These should be in alphabetical order.
47 # In alphabetical order.
58 # In dependency order.
70 noinst_LIBRARIES = liblibrary.a
71 liblibrary_a_SOURCES = flock.c
72 liblibrary_a_CFLAGS = -I$(shell $(OCAMLC) -where)
74 whenlib.cma: $(OBJECTS) liblibrary.a
75 $(OCAMLFIND) c -a $(OCAMLCFLAGS) $(OBJECTS) -cclib -llibrary -o $@
77 whenproto_aux.ml whenproto_aux.mli: whenproto.x
78 $(OCAMLRPCGEN) -int int32 -hyper int64 -aux $<
80 # Preprocessor for whenjobs files.
81 # Note that we intentionally don't want this to depend on any
82 # libraries except for camlp4.lib.
83 pa_when.cmo: pa_when.ml
84 $(OCAMLFIND) c -g -warn-error CDEFLMPSUVYZX \
85 -package camlp4.lib -linkpkg \
86 -pp $(CAMLP4OF) -c $< -o $@
88 # Rules for all OCaml files.
90 $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $< -o $@
92 $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $< -o $@
94 $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) -c $< -o $@
96 SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly
103 $(OCAMLFIND) ocamldep $^ | \
104 $(SED) -e 's/ *$$//' | \
105 $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
112 *.cmi *.cmo *.cmx *.cma *.cmxa *~ \
113 config.ml whenproto_aux.ml whenproto_aux.mli