From 95b7b617b53eb2b6a33fa4cd2d9ed3c404d2c220 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 17 Feb 2010 23:47:48 +0100 Subject: Packages: Rework build process and use foo-y targets Signed-off-by: Abdoulaye Walsimou Gaye --- .../scripting-languages/scripting-languages.mk | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/scripting-languages/scripting-languages.mk (limited to 'packages/scripting-languages/scripting-languages.mk') diff --git a/packages/scripting-languages/scripting-languages.mk b/packages/scripting-languages/scripting-languages.mk new file mode 100644 index 0000000..0e4b267 --- /dev/null +++ b/packages/scripting-languages/scripting-languages.mk @@ -0,0 +1,30 @@ +################################################################################ +# GAYE Abdoulaye Walsimou, +# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. +# +# This program is free software; you can distribute it and/or modify it +# under the terms of the GNU General Public License +# (Version 2 or later) published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. +################################################################################ +# +# \file scripting-languages.mk +# \brief scripting-languages.mk of Embtoolkit +# \author GAYE Abdoulaye Walsimou, +# \date February 2010 +################################################################################ + +#microperl +ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_MICROPERL) += microperl_install +ifeq ($(CONFIG_EMBTK_HAVE_MICROPERL),y) +include $(EMBTK_ROOT)/packages/scripting-languages/perl/perl.mk +endif + -- cgit v1.2.3