## -*-makefile-*- ## ## $Id: Makefile.am,v 1.1 2002/01/25 19:34:45 mdw Exp $ ## ## Makefile for jog ## ## (c) 2001 Mark Wooding ## ##----- Licensing notice ---------------------------------------------------- ## ## This file is part of Jog: Programming for a jogging machine. ## ## Jog 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. ## ## Jog 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 Jog; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ ## Revision 1.1 2002/01/25 19:34:45 mdw ## Initial revision ## AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = jogrx jogrx_SOURCES = \ main.c \ err.c rxglue.c txport.c serial.c \ err.h rxglue.h txport.h serial.h \ tx-socket.c tx-socket.h \ tx-serial-unix.c tx-serial-unix.h ##----- That's all, folks ---------------------------------------------------