1 # Copyright (C) 1999 Ian Jackson
3 # This is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with userv-utils; if not, write to the Free Software
15 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 # $Id: Makefile,v 1.3 1999/11/09 23:12:54 ian Exp $
19 CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
20 -Wpointer-arith -O2 -g
23 TARGETS= ucgi ucgitarget
27 OBJS= ucgi.o ucgitarget.o ucgicommon.o
29 ucgi: ucgi.o ucgicommon.o
30 ucgitarget: ucgitarget.o ucgicommon.o