# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



SOURCES = $(bcrelay_SOURCES) $(pptpctrl_SOURCES) $(pptpd_SOURCES)

srcdir = .
top_srcdir = .

top_builddir = .
transform = $(program_transform_name)
sbin_PROGRAMS = pptpd$(EXEEXT) pptpctrl$(EXEEXT) bcrelay$(EXEEXT)
subdir = .
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(sbin_PROGRAMS)
bcrelay_OBJECTS = bcrelay.$(OBJEXT)
bcrelay_LDADD = $(LDADD)
pptpctrl_OBJECTS = pqueue.$(OBJEXT) pptpctrl.$(OBJEXT) \
	ctrlpacket.$(OBJEXT) inststr.$(OBJEXT) compat.$(OBJEXT) \
	pptpgre.$(OBJEXT) ppphdlc.$(OBJEXT)
pptpd_OBJECTS = pqueue.$(OBJEXT) pptpd.$(OBJEXT) \
	configfile.$(OBJEXT) pptpmanager.$(OBJEXT) compat.$(OBJEXT) \
	inststr.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
depcomp =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
SOURCES = $(bcrelay_SOURCES) $(pptpctrl_SOURCES) $(pptpd_SOURCES)
AWK = gawk
CC = $(TARGET)-gcc
CCDEPMODE = depmode=none
CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"/usr/sbin/"'
CPP = $(TARGET)-gcc -E
CPPFLAGS = 
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = grep -E
EXEEXT = 
HAVE_OPENPTY = 
LDFLAGS = -L../../../$(TARGET)-lib -lcsman
LIBOBJS = 
LIBS = 
LN_S = ln -s
LTLIBOBJS = 
MAKEINFO = makeinfo
OBJEXT = o
PACKAGE = pptpd
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
RANLIB = $(TARGET)-ranlib
SET_MAKE = 
SHELL = /bin/sh
STRIP = $(TARGET)-strip
VERSION = 1.3.0
XTRALIBS_CTRL = -lutil
XTRALIBS_MGR = 
XTRA_PROG = 
build_alias = 
host_alias = $(TARGET)
program_transform_name = s,x,x,
target_alias = 

# We have our own, simpler dependencies stuff in 'reconf'
INCLUDES = -I.


# Header files are only used to determine what to put in a distribution, not
# for dependencies, so just attribute them all to pptpd.
pptpd_SOURCES = \
	 pqueue.c pptpd.c configfile.c pptpmanager.c compat.c inststr.c getopt.c getopt1.c \
	pqueue.h compat.h configfile.h ctrlpacket.h defaults.h inststr.h our_getopt.h \
	our_syslog.h ppphdlc.h pptpctrl.h pptpdefs.h pptpgre.h pptpmanager.h

pptpctrl_SOURCES = \
	pqueue.c pptpctrl.c ctrlpacket.c inststr.c compat.c pptpgre.c ppphdlc.c

pptpd_LDADD = $(XTRALIBS_MGR)
pptpctrl_LDADD = $(XTRALIBS_CTRL)
bcrelay_SOURCES = bcrelay.c defaults.h our_syslog.h our_getopt.h
subdirs = plugins

.SUFFIXES:
.SUFFIXES: .c .o .obj

bcrelay$(EXEEXT): $(bcrelay_OBJECTS)  
	@rm -f bcrelay$(EXEEXT)
	$(LINK) $(bcrelay_LDFLAGS) $(bcrelay_OBJECTS) $(bcrelay_LDADD) $(LIBS)
pptpctrl$(EXEEXT): $(pptpctrl_OBJECTS) 
	@rm -f pptpctrl$(EXEEXT)
	$(LINK) $(pptpctrl_LDFLAGS) $(pptpctrl_OBJECTS) $(pptpctrl_LDADD) $(LIBS)
pptpd$(EXEEXT): $(pptpd_OBJECTS) 
	@rm -f pptpd$(EXEEXT)
	$(LINK) $(pptpd_LDFLAGS) $(pptpd_OBJECTS) $(pptpd_LDADD) $(LIBS)

.c.o:
	$(COMPILE) -c $<

.c.obj:
	$(COMPILE) -c `$(CYGPATH_W) '$<'`

all: Makefile $(PROGRAMS) config.h all-local

clean:
	for d in $(subdirs); do $(MAKE) $(MFLAGS) -C $$d clean; done
	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
	-rm -f *.$(OBJEXT)


.PHONY: all all-local clean 


all-local:
	for d in $(subdirs); do $(MAKE) $(MFLAGS) -C $$d all; done

bcrelay.o: bcrelay.c config.h defaults.h our_syslog.h our_getopt.h

compat.o: compat.c config.h compat.h our_syslog.h inststr.h

configfile.o: configfile.c config.h defaults.h configfile.h our_syslog.h

ctrlpacket.o: ctrlpacket.c config.h our_syslog.h pptpdefs.h pptpctrl.h \
  ctrlpacket.h compat.h

getopt.o: getopt.c config.h our_getopt.h

getopt1.o: getopt1.c config.h our_getopt.h

inststr.o: inststr.c config.h inststr.h compat.h

ppphdlc.o: ppphdlc.c config.h ppphdlc.h

pptpctrl.o: pptpctrl.c config.h our_syslog.h compat.h pptpctrl.h \
  pptpgre.h pptpdefs.h ctrlpacket.h defaults.h

pptpd.o: pptpd.c config.h our_syslog.h our_getopt.h configfile.h \
  defaults.h compat.h pptpmanager.h

pptpgre.o: pptpgre.c config.h our_syslog.h ppphdlc.h pptpgre.h pptpdefs.h \
  defaults.h pqueue.h compat.h

pptpmanager.o: pptpmanager.c config.h our_syslog.h configfile.h \
  defaults.h pptpctrl.h pptpdefs.h pptpmanager.h compat.h

pqueue.o: pqueue.c pqueue.h
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
