1# $Id: Makefile.am,v 1.3 2004/07/11 16:15:20 psy Exp $
2#
3# Copyright (C) 2003 Tristan Miller <psychonaut@nothingisreal.com>
4#
5# This file is free software; the author gives unlimited permission to
6# copy and/or distribute it, with or without modifications.
7#
8# This program is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even
10# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11# PURPOSE.
12
13bin_PROGRAMS = gpp
14gpp_SOURCES = gpp.c
15