sksp2024-mcu/libucw/ucw/perl/Makefile
2024-09-14 21:50:33 +02:00

16 lines
299 B
Makefile

# Perl modules
DIRS+=ucw/perl
UCW_PERL_INSTALL=
include $(s)/ucw/perl/UCW/Makefile
ifdef CONFIG_UCW_PERL_MODULES
include $(s)/ucw/perl/Ulimit/Makefile
include $(s)/ucw/perl/Filelock/Makefile
endif
INSTALL_TARGETS+=install-perl-ucw
install-perl-ucw: $(UCW_PERL_INSTALL)
.PHONY: install-perl-ucw