The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyright 2016 Jeffrey Kegler
# Marpa::R3 is Copyright (C) 2016, Jeffrey Kegler.
#
# This module is free software; you can redistribute it and/or modify it
# under the same terms as Perl 5.10.1. For more details, see the full text
# of the licenses in the directory LICENSES.
#
# This program is distributed in the hope that it will be
# useful, but it is provided “as is” and without any express
# or implied warranties. For details, see the full text of
# of the licenses in the directory LICENSES.

all: general_pattern.xsh marpa_slifop.h

general_pattern.xsh: gp_generate.pl
	perl gp_generate.pl general_pattern.xsh

marpa_slifop.h: create_ops.pl
	perl create_ops.pl > marpa_slifop.h