diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:08:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:08:17 +0000 |
commit | 1a06fa7e4a300880848047118f0adba68d38348d (patch) | |
tree | e6b01d6f4feae969f9905d5245648532db254c42 /perl_checker.src/Makefile | |
parent | e895f6b48826f09aeaada321d03a1d10548fc9ce (diff) | |
download | perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.gz perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.bz2 perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.xz perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.zip |
re-sync after the big svn loss
Diffstat (limited to 'perl_checker.src/Makefile')
-rw-r--r-- | perl_checker.src/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/perl_checker.src/Makefile b/perl_checker.src/Makefile deleted file mode 100644 index 22a45a6..0000000 --- a/perl_checker.src/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# OCAMLC = ocamlcp -p a -OCAMLBCFLAGS = -w A -w e -YFLAGS = -v -TRASH = parser.output perl_checker.html TAGS -RESULT = perl_checker -BCSUFFIX = _debug -SOURCES = types.mli build.ml common.ml flags.ml config_file.ml info.ml parser_helper.ml parser.mly lexer.mll tree.ml global_checks.ml perl_checker.ml -LIBS = unix -VENDORLIB = $(shell dirname `pwd`) -DEBUG = 1 - -default: TAGS build_ml build.ml debug-code native-code perl_checker.html - -build_ml: - rm -f build.ml - $(MAKE) build.ml - -build.ml: - date '+let date = "%s"' > $@ - echo 'let fake_packages_dir = "'$(VENDORLIB)'/perl_checker_fake_packages"' >> $@ - echo 'let debugging = $(DEBUG) > 0' >> $@ - -%.html: %.html.pl - rm -f $@ - perl $< > $@ - chmod a-w $@ - -tags: - ocamltags *.ml - -TAGS: - ocamltags *.ml - --include OCamlMakefile |