# Generated automatically from Makefile.in by configure.
##
#
# back/Makefile
#   Backend's Makefile
#
# $Id: Makefile.in,v 1.1.1.1 2002/01/24 20:19:39 sembera Exp $
#
##
#
# IIRC - IIRC Is a Real Client (Modular IRC Client)
# Copyright (C) 2001,2002  Jan Sembera <fis@ji.cz>
# Copyright (C) 2001,2002  Petr Baudis <pasky@ji.cz>
#
# This program 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.
#
# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
##

prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sysconfdir = ${prefix}/etc
libdir = ${exec_prefix}/lib
datadir = ${prefix}/share
includedir = ${prefix}/include
VERSION = 0.0.2
install = /usr/bin/ginstall -c

CC = gcc
MAKE = make
CFLAGS =   -Wall -g -ggdb   -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../include
LDFLAGS = 
DEFS = -DHAVE_CONFIG_H
LIBS = -lncurses   -L/usr/lib -lglib -lnsl -lresolv -lcrypt

OBJECTS = irc_ip4.o irc_generic.o irc_incoming.o irc_outgoing.o

all:	back

back:	back.a

.PHONY:	back.a
back.a:	$(OBJECTS)
	ar r $@ $(OBJECTS)
	cp $(@) ..

irc_ip4.o: iface.h errors.h irc_generic.h 
irc_generic.o: iface.h errors.h irc_ip4.h irc_incoming.h irc_outgoing.h
irc_incoming.o: errors.h iface.h irc_generic.h irc_ip4.h
irc_outgoing.o: errors.h iface.h irc_generic.h irc_ip4.h

.PHONY:	clean
clean:
	rm -f *~ *.o *.a a.out core

.PHONY: distclean
distclean:
	rm -f *~ *.o *.a a.out core Makefile

.PHONY: install
install: 
	@echo "Nothing to do in this directory, good bye"
