]> mj.ucw.cz Git - libucw.git/blob - Makefile
ddbcfecfa4f98252dbc3f2fd10f171ac7c4c02d5
[libucw.git] / 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 Configure)
6 PROGS+=$(addprefix $(o)/ucw/perl/UCW/,$(UCW_PERL_MODULES))
7
8 include $(s)/ucw/perl/UCW/CGI/Makefile
9 include $(s)/ucw/perl/UCW/Configure/Makefile
10
11 INSTALL_TARGETS+=install-perl-ucw
12 install-perl-ucw:
13         install -d -m 755 $(DESTDIR)$(INSTALL_PERL_DIR)/UCW
14         install -m 644 $(addprefix $(s)/ucw/perl/UCW/,$(UCW_PERL_MODULES)) $(DESTDIR)$(INSTALL_PERL_DIR)/UCW
15 .PHONY: install-perl-ucw