---
bindings/perl/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)
|
old
|
new
|
distclean: clean
|
| 13 | 13 | -rm -f Makefile.perl.old |
| 14 | 14 | |
| 15 | 15 | Makefile.perl: Makefile.PL |
| 16 | | perl Makefile.PL MAKEFILE=Makefile.perl PREFIX="$(PREFIX)" $(PERL_CONFIG_OPTS) |
| | 16 | perl Makefile.PL MAKEFILE=Makefile.perl $(PERL_CONFIG_OPTS) |
| 17 | 17 | |
| 18 | 18 | perl_build: Makefile.perl |
| 19 | 19 | @-$(MAKE) -f Makefile.perl |
| 20 | 20 | |
| 21 | 21 | install: all |
| 22 | | $(MAKE) -f Makefile.perl pure_install $(ROOT_FLAGS) PREFIX="$(PREFIX)" |
| | 22 | $(MAKE) -f Makefile.perl pure_install $(ROOT_FLAGS) |
| 23 | 23 | |
| 24 | 24 | uninstall: |
| 25 | 25 | $(warning make unsinstall is not supported for the perl bindings) |
| 26 | 26 | |
| 27 | | .PHONY: all clean distclean install perl_build uninstall |
| 28 | | No newline at end of file |
| | 27 | .PHONY: all clean distclean install perl_build uninstall |