/usr/share/doc/libpxp-ocaml-dev/examples/Makefile is in libpxp-ocaml-dev 1.2.4-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | .PHONY: all
all:
.PHONY: clean
clean:
.PHONY: CLEAN
CLEAN: clean
$(MAKE) -C xmlforms CLEAN
$(MAKE) -C validate CLEAN
$(MAKE) -C readme CLEAN
$(MAKE) -C simple_transformation CLEAN
$(MAKE) -C namespaces CLEAN
$(MAKE) -C eventparser CLEAN
$(MAKE) -C pullparser CLEAN
$(MAKE) -C xhtml2html CLEAN
.PHONY: distclean
distclean: clean
rm -f *~
$(MAKE) -C xmlforms distclean
$(MAKE) -C validate distclean
$(MAKE) -C readme distclean
$(MAKE) -C simple_transformation distclean
$(MAKE) -C namespaces distclean
$(MAKE) -C eventparser distclean
$(MAKE) -C pullparser distclean
$(MAKE) -C xhtml2html distclean
|