## -*-makefile-*- ## ## $Id: Makefile.am,v 1.3 2004/04/08 01:52:19 mdw Exp $ ## ## Build the main tool ## ## (c) 1999 EBI ## ##----- Licensing notice ---------------------------------------------------- ## ## This file is part of sw-tools. ## ## sw-tools is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## sw-tools 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 sw-tools; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AUTOMAKE_OPTIONS = foreign arch=@arch@ shareexecdir = $(datadir)/libexec/$(arch) shareexec_PROGRAMS = sw sw_SOURCES = \ sw.c sw.h \ sw_arch.c sw_arch.h \ sw_build.c sw_build.h \ sw_env.c sw_env.h \ sw_info.c sw_info.h \ sw_links.c sw_links.h \ sw_rsh.c sw_rsh.h \ \ pres_plain.c pres_plain.h \ pres_curses.c pres_curses.h ##----- That's all, folks ---------------------------------------------------