]> mj.ucw.cz Git - libucw.git/blob - ucw/perl/Makefile
Debian: A separate package for (most) Perl modules
[libucw.git] / ucw / perl / Makefile
1 # Perl modules
2
3 DIRS+=ucw/perl
4 UCW_PERL_INSTALL=
5
6 include $(s)/ucw/perl/UCW/Makefile
7
8 ifdef CONFIG_UCW_PERL_MODULES
9 include $(s)/ucw/perl/Ulimit/Makefile
10 include $(s)/ucw/perl/Filelock/Makefile
11 endif
12
13 INSTALL_TARGETS+=install-perl-ucw
14
15 install-perl-ucw: $(UCW_PERL_INSTALL)
16 .PHONY: install-perl-ucw