]> mj.ucw.cz Git - libucw.git/blob - ucw/perl/UCW/Makefile
Debian: The build system is packaged as a part of libucw-dev
[libucw.git] / ucw / perl / UCW / Makefile
1 # More Perl modules
2
3 DIRS+=ucw/perl/UCW
4 EXTRA_RUNDIRS+=lib/perl5/UCW
5 UCW_PERL_MODULES=$(addsuffix .pm,Config Log CGI)
6 # XXX: Configure.pm omitted intentionally, see install-perl-ucw-configure
7 PROGS+=$(addprefix $(o)/ucw/perl/UCW/,$(UCW_PERL_MODULES))
8
9 include $(s)/ucw/perl/UCW/CGI/Makefile
10 include $(s)/ucw/perl/UCW/Configure/Makefile
11
12 UCW_PERL_INSTALL+=install-perl-ucw-base
13 install-perl-ucw-base:
14         install -d -m 755 $(DESTDIR)$(INSTALL_PERL_DIR)/UCW
15         install -m 644 $(addprefix $(s)/ucw/perl/UCW/,$(UCW_PERL_MODULES)) $(DESTDIR)$(INSTALL_PERL_DIR)/UCW
16 .PHONY: install-perl-ucw-base