#!/usr/bin/env scripteaser # # gEDA pcb landpattern generator # Copyright (C) 2007 Stephen Morss # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # This program is distributed in the hope that 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., 675 Mass Ave, Cambridge, MA 02139, USA. ############################################################################### teaser_declare_revision("0.0.2") include("teaser_utils.inc") include("landgen.inc") # call include() with each command line argument # if no args, call include() with no args macro_include_each_arg()