X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ps%2FMakefile.in;h=3db43fe954be5de2266076a7c5721a6deee6e6ea;hb=97131d94f5513b732f8f8d310984e71d8201cadf;hp=1186c69a0f0a66b7b8bf1efd4aa3947aca5bdeda;hpb=1801e81b516eb2e3d019ab6d7141eb3be886b251;p=virt-mem.git diff --git a/ps/Makefile.in b/ps/Makefile.in index 1186c69..3db43fe 100644 --- a/ps/Makefile.in +++ b/ps/Makefile.in @@ -42,25 +42,13 @@ OCAMLDOCFLAGS = -html -sort $(OCAMLCPACKAGES) $(SYNTAX) OCAMLDEPFLAGS = $(SYNTAX) -TARGETS = virt-ps virt-ps.opt - OBJS = virt_ps.cmo XOBJS = virt_ps.cmx -all: $(TARGETS) - -virt-ps: $(OBJS) ../lib/virt_mem.cma - ocamlfind ocamlc \ - $(OCAMLCFLAGS) $(OCAMLCPACKAGES) $(OCAMLCLIBS) $(OBJS) -o $@ +TARGETS = $(OBJS) $(XOBJS) -virt-ps.opt: $(XOBJS) ../lib/virt_mem.cmxa - ocamlfind ocamlopt \ - $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) $(OCAMLOPTLIBS) $(XOBJS) -o $@ +all: $(TARGETS) install: - if [ -x virt-ps.opt ]; then \ - $(MKDIR_P) $(DESTDIR)$(bindir); \ - $(INSTALL) -m 0755 virt-ps.opt $(DESTDIR)$(bindir)/virt-ps; \ - fi include ../Make.rules \ No newline at end of file