# Generated automatically from Makefile.in by configure.
# jumpgate -- Makefile.in
# Patroklos G. Argyroudis <argp@cs.tcd.ie>
#
# $Id: Makefile.in,v 1.11 2002/10/17 09:00:31 argp Exp $

srcdir = .
install_prefix =
prefix = /usr/local
exec_prefix = ${prefix}
sbindir = ${exec_prefix}/sbin
mandir = ${prefix}/man

CC = cc
CFLAGS = -fno-common 
LDFLAGS = 
LIBS = 
INSTALL = /usr/bin/install -c -o root -g wheel
INSTALL_PROGRAM = install  -s -o root -g wheel -m 555
INSTALL_DATA = install  -o root -g wheel -m 444
SRCS = jumpgate.c
OBJS = $(SRCS:.c=.o)

.c.o:
	$(CC) $(CFLAGS) -I. -c $(srcdir)/$*.c

all:	jumpgate

jumpgate:	$(SRCS) $(OBJS)
	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)

clean:
	rm -f jumpgate *.o *.core core

distclean:
	rm -f Makefile config.cache config.log config.status config.h confdefs.h

install:
	$(INSTALL) -d $(install_prefix)$(sbindir)
	$(INSTALL_PROGRAM) -m 0755 jumpgate $(install_prefix)$(sbindir)
	$(INSTALL) -d $(install_prefix)$(mandir)/man8
	$(INSTALL_DATA) jumpgate.8 $(install_prefix)$(mandir)/man8

uninstall:
	rm -f $(install_prefix)$(sbindir)/jumpgate
	rm -f $(install_prefix)$(mandir)/man8/jumpgate.8

# EOF


syntax highlighted by Code2HTML, v. 0.9.1