# Makefile.in generated by automake 1.7.2 from Makefile.am.
# src/qw/Makefile.  Generated from Makefile.in by configure.

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# 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.



# $Id: Makefile.am,v 1.77 2003/06/14 23:53:07 warp Exp $
#
# This file is intended to be processed by automake

srcdir = .
top_srcdir = ../..

pkgdatadir = $(datadir)/twilight
pkglibdir = $(libdir)/twilight
pkgincludedir = $(includedir)/twilight
top_builddir = ../..

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = i386-pc-mingw32msvc
ACLOCAL = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run aclocal-1.7
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run tar
AUTOCONF = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run autoconf
AUTOHEADER = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run autoheader
AUTOMAKE = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run automake-1.7
AWK = gawk
CC = i386-mingw32msvc-gcc
CCDEPMODE = depmode=gcc
CFLAGS = -Wall -Winline -Wcast-qual -Wsign-compare -W -Werror -g -O2 -fno-strict-aliasing -I/usr/local/cross-tools/i386-mingw32msvc/include/SDL -Dmain=SDL_main
CLIENTS_FALSE = #
CLIENTS_TRUE = 
CPP = i386-mingw32msvc-gcc -E
CPPFLAGS = 
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = grep -E
EXEEXT = .exe
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS = -Wl,-E
LIBOBJS = 

LIBS = -L/usr/local/cross-tools/i386-mingw32msvc/lib -lmingw32 -lSDLmain -lSDL -mwindows  -lm $(twilight_qw_sys_libs)
LTLIBOBJS = 
MAKEINFO = ${SHELL} /home/havoc/dpbuild/twilight/src/tools/missing --run makeinfo
OBJEXT = o
PACKAGE = twilight
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
RANLIB = i386-mingw32msvc-ranlib
SDL_CFLAGS = -I/usr/local/cross-tools/i386-mingw32msvc/include/SDL -Dmain=SDL_main
SDL_CONFIG = /usr/local/cross-tools/i386-mingw32msvc/bin/sdl-config
SDL_LIBS = -L/usr/local/cross-tools/i386-mingw32msvc/lib -lmingw32 -lSDLmain -lSDL -mwindows
SERVERS_FALSE = #
SERVERS_TRUE = 
SET_MAKE = 
SHELL = /bin/sh
STRIP = i386-mingw32msvc-strip
SYS_POSIX_FALSE = 
SYS_POSIX_TRUE = #
SYS_WIN32_FALSE = #
SYS_WIN32_TRUE = 
VERSION = 0.2.01
ac_ct_CC = 
ac_ct_RANLIB = 
ac_ct_STRIP = 
am__fastdepCC_FALSE = 
am__fastdepCC_TRUE = #
am__include = include
am__quote = 
bindir = ${exec_prefix}/bin
build = i386-pc-linux
build_alias = i386-linux
build_cpu = i386
build_os = linux
build_vendor = pc
datadir = ${prefix}/share
exec_prefix = /usr/local
host = i386-pc-mingw32msvc
host_alias = i386-mingw32msvc
host_cpu = i386
host_os = mingw32msvc
host_vendor = pc
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /home/havoc/dpbuild/twilight/src/tools/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
mandir = ${prefix}/man
oldincludedir = /usr/include
prefix = /usr/local
program_transform_name = s,^,i386-mingw32msvc-,
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target = i386-pc-mingw32msvc
target_alias = i386-mingw32msvc
target_cpu = i386
target_os = mingw32msvc
target_vendor = pc

AUTOMAKE_OPTIONS = foreign dist-zip

INCLUDES = \
	-I$(top_srcdir)/src/include \
	-I$(top_srcdir)/src/base \
	-I$(top_srcdir)/src/renderer \
	-I$(top_srcdir)/src/image \
	-I$(top_srcdir)/src/server \
	-I$(top_srcdir)/src/client \
	-I$(top_srcdir)/src/fs \
	-I$(top_srcdir)/src/sound


clients = twilight-qw
twilight_qw_LDADD = \
	$(top_builddir)/src/base/libtwilight_base.a \
	$(top_builddir)/src/renderer/libtwilight_renderer.a \
	$(top_builddir)/src/image/libtwilight_image.a \
	$(top_builddir)/src/client/libtwilight_client.a \
	$(top_builddir)/src/fs/libtwilight_fs.a \
	$(top_builddir)/src/base/libtwilight_base.a \
	$(top_builddir)/src/sound/libtwilight_sound.a


servers = twilight-qwsv
twilight_qwsv_LDADD = \
	$(top_builddir)/src/fs/libtwilight_fs.a \
	$(top_builddir)/src/base/libtwilight_base.a

twilight_qwsv_CFLAGS = -DSERVER_ONLY

bin_PROGRAMS = $(clients) $(servers)

twilight_qw_sys_libs = -lwinmm -lwsock32
#twilight_qw_sys_libs = 

twilight_qw_SOURCES = \
	cl_cam.c cl_demo.c cl_ents.c cl_input.c cl_main.c \
	cl_model.c cl_parse.c cl_pred.c cl_tent.c client.h \
	common.c \
	gl_screen.c \
	info.c \
	menu.c net.h net_chan.c net_udp.c pmove.c pmovetst.c protocol.h \
	render.h screen.h skin.c \
	snd_dma.c sv_null.c sys.c view.c


twilight_qwsv_SOURCES = \
	cl_null.c common.c info.c net_chan.c net_udp.c pmove.c \
	pmovetst.c pr_cmds.c pr_edict.c pr_exec.c progdefs.h progs.h \
	server.h sv_ccmds.c sv_ents.c sv_init.c sv_main.c sv_model.c \
	sv_move.c sv_nchan.c sv_phys.c sv_send.c sv_sys.c sv_user.c \
	world.h world.c


EXTRA_DIST = \
	qw.dsp qw.vcproj

subdir = src/qw
mkinstalldirs = $(SHELL) $(top_srcdir)/src/tools/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
#bin_PROGRAMS = twilight-qwsv$(EXEEXT)
##bin_PROGRAMS =
bin_PROGRAMS = twilight-qw$(EXEEXT) \
	twilight-qwsv$(EXEEXT)
#bin_PROGRAMS = twilight-qw$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)

am_twilight_qw_OBJECTS = cl_cam.$(OBJEXT) cl_demo.$(OBJEXT) \
	cl_ents.$(OBJEXT) cl_input.$(OBJEXT) cl_main.$(OBJEXT) \
	cl_model.$(OBJEXT) cl_parse.$(OBJEXT) cl_pred.$(OBJEXT) \
	cl_tent.$(OBJEXT) common.$(OBJEXT) gl_screen.$(OBJEXT) \
	info.$(OBJEXT) menu.$(OBJEXT) net_chan.$(OBJEXT) \
	net_udp.$(OBJEXT) pmove.$(OBJEXT) pmovetst.$(OBJEXT) \
	skin.$(OBJEXT) snd_dma.$(OBJEXT) sv_null.$(OBJEXT) \
	sys.$(OBJEXT) view.$(OBJEXT)
twilight_qw_OBJECTS = $(am_twilight_qw_OBJECTS)
twilight_qw_DEPENDENCIES = \
	$(top_builddir)/src/base/libtwilight_base.a \
	$(top_builddir)/src/renderer/libtwilight_renderer.a \
	$(top_builddir)/src/image/libtwilight_image.a \
	$(top_builddir)/src/client/libtwilight_client.a \
	$(top_builddir)/src/fs/libtwilight_fs.a \
	$(top_builddir)/src/base/libtwilight_base.a \
	$(top_builddir)/src/sound/libtwilight_sound.a
#twilight_qw_DEPENDENCIES =
twilight_qw_LDFLAGS =
am_twilight_qwsv_OBJECTS = twilight_qwsv-cl_null.$(OBJEXT) \
	twilight_qwsv-common.$(OBJEXT) twilight_qwsv-info.$(OBJEXT) \
	twilight_qwsv-net_chan.$(OBJEXT) \
	twilight_qwsv-net_udp.$(OBJEXT) twilight_qwsv-pmove.$(OBJEXT) \
	twilight_qwsv-pmovetst.$(OBJEXT) \
	twilight_qwsv-pr_cmds.$(OBJEXT) \
	twilight_qwsv-pr_edict.$(OBJEXT) \
	twilight_qwsv-pr_exec.$(OBJEXT) \
	twilight_qwsv-sv_ccmds.$(OBJEXT) \
	twilight_qwsv-sv_ents.$(OBJEXT) twilight_qwsv-sv_init.$(OBJEXT) \
	twilight_qwsv-sv_main.$(OBJEXT) \
	twilight_qwsv-sv_model.$(OBJEXT) \
	twilight_qwsv-sv_move.$(OBJEXT) \
	twilight_qwsv-sv_nchan.$(OBJEXT) \
	twilight_qwsv-sv_phys.$(OBJEXT) twilight_qwsv-sv_send.$(OBJEXT) \
	twilight_qwsv-sv_sys.$(OBJEXT) twilight_qwsv-sv_user.$(OBJEXT) \
	twilight_qwsv-world.$(OBJEXT)
twilight_qwsv_OBJECTS = $(am_twilight_qwsv_OBJECTS)
twilight_qwsv_DEPENDENCIES = \
	$(top_builddir)/src/fs/libtwilight_fs.a \
	$(top_builddir)/src/base/libtwilight_base.a
#twilight_qwsv_DEPENDENCIES =
twilight_qwsv_LDFLAGS =

DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/src/tools/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/cl_cam.Po ./$(DEPDIR)/cl_demo.Po \
	./$(DEPDIR)/cl_ents.Po ./$(DEPDIR)/cl_input.Po \
	./$(DEPDIR)/cl_main.Po ./$(DEPDIR)/cl_model.Po \
	./$(DEPDIR)/cl_parse.Po ./$(DEPDIR)/cl_pred.Po \
	./$(DEPDIR)/cl_tent.Po ./$(DEPDIR)/common.Po \
	./$(DEPDIR)/gl_screen.Po ./$(DEPDIR)/info.Po \
	./$(DEPDIR)/menu.Po ./$(DEPDIR)/net_chan.Po \
	./$(DEPDIR)/net_udp.Po ./$(DEPDIR)/pmove.Po \
	./$(DEPDIR)/pmovetst.Po ./$(DEPDIR)/skin.Po \
	./$(DEPDIR)/snd_dma.Po ./$(DEPDIR)/sv_null.Po \
	./$(DEPDIR)/sys.Po \
	./$(DEPDIR)/twilight_qwsv-cl_null.Po \
	./$(DEPDIR)/twilight_qwsv-common.Po \
	./$(DEPDIR)/twilight_qwsv-info.Po \
	./$(DEPDIR)/twilight_qwsv-net_chan.Po \
	./$(DEPDIR)/twilight_qwsv-net_udp.Po \
	./$(DEPDIR)/twilight_qwsv-pmove.Po \
	./$(DEPDIR)/twilight_qwsv-pmovetst.Po \
	./$(DEPDIR)/twilight_qwsv-pr_cmds.Po \
	./$(DEPDIR)/twilight_qwsv-pr_edict.Po \
	./$(DEPDIR)/twilight_qwsv-pr_exec.Po \
	./$(DEPDIR)/twilight_qwsv-sv_ccmds.Po \
	./$(DEPDIR)/twilight_qwsv-sv_ents.Po \
	./$(DEPDIR)/twilight_qwsv-sv_init.Po \
	./$(DEPDIR)/twilight_qwsv-sv_main.Po \
	./$(DEPDIR)/twilight_qwsv-sv_model.Po \
	./$(DEPDIR)/twilight_qwsv-sv_move.Po \
	./$(DEPDIR)/twilight_qwsv-sv_nchan.Po \
	./$(DEPDIR)/twilight_qwsv-sv_phys.Po \
	./$(DEPDIR)/twilight_qwsv-sv_send.Po \
	./$(DEPDIR)/twilight_qwsv-sv_sys.Po \
	./$(DEPDIR)/twilight_qwsv-sv_user.Po \
	./$(DEPDIR)/twilight_qwsv-world.Po \
	./$(DEPDIR)/view.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(twilight_qw_SOURCES) $(twilight_qwsv_SOURCES)
DIST_COMMON = Makefile.am Makefile.in
SOURCES = $(twilight_qw_SOURCES) $(twilight_qwsv_SOURCES)

all: all-am

.SUFFIXES:
.SUFFIXES: .c .o .obj
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  src/qw/Makefile
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(bindir)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  if test -f $$p \
	  ; then \
	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
	  else :; fi; \
	done

uninstall-binPROGRAMS:
	@$(NORMAL_UNINSTALL)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
	  rm -f $(DESTDIR)$(bindir)/$$f; \
	done

clean-binPROGRAMS:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
twilight-qw$(EXEEXT): $(twilight_qw_OBJECTS) $(twilight_qw_DEPENDENCIES) 
	@rm -f twilight-qw$(EXEEXT)
	$(LINK) $(twilight_qw_LDFLAGS) $(twilight_qw_OBJECTS) $(twilight_qw_LDADD) $(LIBS)
twilight-qwsv$(EXEEXT): $(twilight_qwsv_OBJECTS) $(twilight_qwsv_DEPENDENCIES) 
	@rm -f twilight-qwsv$(EXEEXT)
	$(LINK) $(twilight_qwsv_LDFLAGS) $(twilight_qwsv_OBJECTS) $(twilight_qwsv_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT) core *.core

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/cl_cam.Po
include ./$(DEPDIR)/cl_demo.Po
include ./$(DEPDIR)/cl_ents.Po
include ./$(DEPDIR)/cl_input.Po
include ./$(DEPDIR)/cl_main.Po
include ./$(DEPDIR)/cl_model.Po
include ./$(DEPDIR)/cl_parse.Po
include ./$(DEPDIR)/cl_pred.Po
include ./$(DEPDIR)/cl_tent.Po
include ./$(DEPDIR)/common.Po
include ./$(DEPDIR)/gl_screen.Po
include ./$(DEPDIR)/info.Po
include ./$(DEPDIR)/menu.Po
include ./$(DEPDIR)/net_chan.Po
include ./$(DEPDIR)/net_udp.Po
include ./$(DEPDIR)/pmove.Po
include ./$(DEPDIR)/pmovetst.Po
include ./$(DEPDIR)/skin.Po
include ./$(DEPDIR)/snd_dma.Po
include ./$(DEPDIR)/sv_null.Po
include ./$(DEPDIR)/sys.Po
include ./$(DEPDIR)/twilight_qwsv-cl_null.Po
include ./$(DEPDIR)/twilight_qwsv-common.Po
include ./$(DEPDIR)/twilight_qwsv-info.Po
include ./$(DEPDIR)/twilight_qwsv-net_chan.Po
include ./$(DEPDIR)/twilight_qwsv-net_udp.Po
include ./$(DEPDIR)/twilight_qwsv-pmove.Po
include ./$(DEPDIR)/twilight_qwsv-pmovetst.Po
include ./$(DEPDIR)/twilight_qwsv-pr_cmds.Po
include ./$(DEPDIR)/twilight_qwsv-pr_edict.Po
include ./$(DEPDIR)/twilight_qwsv-pr_exec.Po
include ./$(DEPDIR)/twilight_qwsv-sv_ccmds.Po
include ./$(DEPDIR)/twilight_qwsv-sv_ents.Po
include ./$(DEPDIR)/twilight_qwsv-sv_init.Po
include ./$(DEPDIR)/twilight_qwsv-sv_main.Po
include ./$(DEPDIR)/twilight_qwsv-sv_model.Po
include ./$(DEPDIR)/twilight_qwsv-sv_move.Po
include ./$(DEPDIR)/twilight_qwsv-sv_nchan.Po
include ./$(DEPDIR)/twilight_qwsv-sv_phys.Po
include ./$(DEPDIR)/twilight_qwsv-sv_send.Po
include ./$(DEPDIR)/twilight_qwsv-sv_sys.Po
include ./$(DEPDIR)/twilight_qwsv-sv_user.Po
include ./$(DEPDIR)/twilight_qwsv-world.Po
include ./$(DEPDIR)/view.Po

distclean-depend:
	-rm -rf ./$(DEPDIR)

.c.o:
#	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
#	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
#	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
#	fi
	source='$<' object='$@' libtool=no \
	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<

.c.obj:
#	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
#	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
#	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
#	fi
	source='$<' object='$@' libtool=no \
	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`

twilight_qwsv-cl_null.o: cl_null.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-cl_null.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-cl_null.Tpo" \
#	  -c -o twilight_qwsv-cl_null.o `test -f 'cl_null.c' || echo '$(srcdir)/'`cl_null.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-cl_null.Tpo" "$(DEPDIR)/twilight_qwsv-cl_null.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-cl_null.Tpo"; exit 1; \
#	fi
	source='cl_null.c' object='twilight_qwsv-cl_null.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-cl_null.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-cl_null.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-cl_null.o `test -f 'cl_null.c' || echo '$(srcdir)/'`cl_null.c

twilight_qwsv-cl_null.obj: cl_null.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-cl_null.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-cl_null.Tpo" \
#	  -c -o twilight_qwsv-cl_null.obj `if test -f 'cl_null.c'; then $(CYGPATH_W) 'cl_null.c'; else $(CYGPATH_W) '$(srcdir)/cl_null.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-cl_null.Tpo" "$(DEPDIR)/twilight_qwsv-cl_null.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-cl_null.Tpo"; exit 1; \
#	fi
	source='cl_null.c' object='twilight_qwsv-cl_null.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-cl_null.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-cl_null.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-cl_null.obj `if test -f 'cl_null.c'; then $(CYGPATH_W) 'cl_null.c'; else $(CYGPATH_W) '$(srcdir)/cl_null.c'; fi`

twilight_qwsv-common.o: common.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-common.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-common.Tpo" \
#	  -c -o twilight_qwsv-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-common.Tpo" "$(DEPDIR)/twilight_qwsv-common.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-common.Tpo"; exit 1; \
#	fi
	source='common.c' object='twilight_qwsv-common.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-common.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-common.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c

twilight_qwsv-common.obj: common.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-common.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-common.Tpo" \
#	  -c -o twilight_qwsv-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-common.Tpo" "$(DEPDIR)/twilight_qwsv-common.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-common.Tpo"; exit 1; \
#	fi
	source='common.c' object='twilight_qwsv-common.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-common.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-common.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`

twilight_qwsv-info.o: info.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-info.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-info.Tpo" \
#	  -c -o twilight_qwsv-info.o `test -f 'info.c' || echo '$(srcdir)/'`info.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-info.Tpo" "$(DEPDIR)/twilight_qwsv-info.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-info.Tpo"; exit 1; \
#	fi
	source='info.c' object='twilight_qwsv-info.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-info.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-info.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-info.o `test -f 'info.c' || echo '$(srcdir)/'`info.c

twilight_qwsv-info.obj: info.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-info.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-info.Tpo" \
#	  -c -o twilight_qwsv-info.obj `if test -f 'info.c'; then $(CYGPATH_W) 'info.c'; else $(CYGPATH_W) '$(srcdir)/info.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-info.Tpo" "$(DEPDIR)/twilight_qwsv-info.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-info.Tpo"; exit 1; \
#	fi
	source='info.c' object='twilight_qwsv-info.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-info.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-info.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-info.obj `if test -f 'info.c'; then $(CYGPATH_W) 'info.c'; else $(CYGPATH_W) '$(srcdir)/info.c'; fi`

twilight_qwsv-net_chan.o: net_chan.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-net_chan.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-net_chan.Tpo" \
#	  -c -o twilight_qwsv-net_chan.o `test -f 'net_chan.c' || echo '$(srcdir)/'`net_chan.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-net_chan.Tpo" "$(DEPDIR)/twilight_qwsv-net_chan.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-net_chan.Tpo"; exit 1; \
#	fi
	source='net_chan.c' object='twilight_qwsv-net_chan.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-net_chan.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-net_chan.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-net_chan.o `test -f 'net_chan.c' || echo '$(srcdir)/'`net_chan.c

twilight_qwsv-net_chan.obj: net_chan.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-net_chan.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-net_chan.Tpo" \
#	  -c -o twilight_qwsv-net_chan.obj `if test -f 'net_chan.c'; then $(CYGPATH_W) 'net_chan.c'; else $(CYGPATH_W) '$(srcdir)/net_chan.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-net_chan.Tpo" "$(DEPDIR)/twilight_qwsv-net_chan.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-net_chan.Tpo"; exit 1; \
#	fi
	source='net_chan.c' object='twilight_qwsv-net_chan.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-net_chan.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-net_chan.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-net_chan.obj `if test -f 'net_chan.c'; then $(CYGPATH_W) 'net_chan.c'; else $(CYGPATH_W) '$(srcdir)/net_chan.c'; fi`

twilight_qwsv-net_udp.o: net_udp.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-net_udp.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-net_udp.Tpo" \
#	  -c -o twilight_qwsv-net_udp.o `test -f 'net_udp.c' || echo '$(srcdir)/'`net_udp.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-net_udp.Tpo" "$(DEPDIR)/twilight_qwsv-net_udp.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-net_udp.Tpo"; exit 1; \
#	fi
	source='net_udp.c' object='twilight_qwsv-net_udp.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-net_udp.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-net_udp.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-net_udp.o `test -f 'net_udp.c' || echo '$(srcdir)/'`net_udp.c

twilight_qwsv-net_udp.obj: net_udp.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-net_udp.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-net_udp.Tpo" \
#	  -c -o twilight_qwsv-net_udp.obj `if test -f 'net_udp.c'; then $(CYGPATH_W) 'net_udp.c'; else $(CYGPATH_W) '$(srcdir)/net_udp.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-net_udp.Tpo" "$(DEPDIR)/twilight_qwsv-net_udp.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-net_udp.Tpo"; exit 1; \
#	fi
	source='net_udp.c' object='twilight_qwsv-net_udp.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-net_udp.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-net_udp.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-net_udp.obj `if test -f 'net_udp.c'; then $(CYGPATH_W) 'net_udp.c'; else $(CYGPATH_W) '$(srcdir)/net_udp.c'; fi`

twilight_qwsv-pmove.o: pmove.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pmove.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pmove.Tpo" \
#	  -c -o twilight_qwsv-pmove.o `test -f 'pmove.c' || echo '$(srcdir)/'`pmove.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-pmove.Tpo" "$(DEPDIR)/twilight_qwsv-pmove.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pmove.Tpo"; exit 1; \
#	fi
	source='pmove.c' object='twilight_qwsv-pmove.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pmove.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pmove.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pmove.o `test -f 'pmove.c' || echo '$(srcdir)/'`pmove.c

twilight_qwsv-pmove.obj: pmove.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pmove.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pmove.Tpo" \
#	  -c -o twilight_qwsv-pmove.obj `if test -f 'pmove.c'; then $(CYGPATH_W) 'pmove.c'; else $(CYGPATH_W) '$(srcdir)/pmove.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-pmove.Tpo" "$(DEPDIR)/twilight_qwsv-pmove.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pmove.Tpo"; exit 1; \
#	fi
	source='pmove.c' object='twilight_qwsv-pmove.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pmove.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pmove.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pmove.obj `if test -f 'pmove.c'; then $(CYGPATH_W) 'pmove.c'; else $(CYGPATH_W) '$(srcdir)/pmove.c'; fi`

twilight_qwsv-pmovetst.o: pmovetst.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pmovetst.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo" \
#	  -c -o twilight_qwsv-pmovetst.o `test -f 'pmovetst.c' || echo '$(srcdir)/'`pmovetst.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo" "$(DEPDIR)/twilight_qwsv-pmovetst.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo"; exit 1; \
#	fi
	source='pmovetst.c' object='twilight_qwsv-pmovetst.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pmovetst.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pmovetst.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pmovetst.o `test -f 'pmovetst.c' || echo '$(srcdir)/'`pmovetst.c

twilight_qwsv-pmovetst.obj: pmovetst.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pmovetst.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo" \
#	  -c -o twilight_qwsv-pmovetst.obj `if test -f 'pmovetst.c'; then $(CYGPATH_W) 'pmovetst.c'; else $(CYGPATH_W) '$(srcdir)/pmovetst.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo" "$(DEPDIR)/twilight_qwsv-pmovetst.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pmovetst.Tpo"; exit 1; \
#	fi
	source='pmovetst.c' object='twilight_qwsv-pmovetst.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pmovetst.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pmovetst.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pmovetst.obj `if test -f 'pmovetst.c'; then $(CYGPATH_W) 'pmovetst.c'; else $(CYGPATH_W) '$(srcdir)/pmovetst.c'; fi`

twilight_qwsv-pr_cmds.o: pr_cmds.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_cmds.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo" \
#	  -c -o twilight_qwsv-pr_cmds.o `test -f 'pr_cmds.c' || echo '$(srcdir)/'`pr_cmds.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo" "$(DEPDIR)/twilight_qwsv-pr_cmds.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo"; exit 1; \
#	fi
	source='pr_cmds.c' object='twilight_qwsv-pr_cmds.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_cmds.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_cmds.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_cmds.o `test -f 'pr_cmds.c' || echo '$(srcdir)/'`pr_cmds.c

twilight_qwsv-pr_cmds.obj: pr_cmds.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_cmds.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo" \
#	  -c -o twilight_qwsv-pr_cmds.obj `if test -f 'pr_cmds.c'; then $(CYGPATH_W) 'pr_cmds.c'; else $(CYGPATH_W) '$(srcdir)/pr_cmds.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo" "$(DEPDIR)/twilight_qwsv-pr_cmds.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_cmds.Tpo"; exit 1; \
#	fi
	source='pr_cmds.c' object='twilight_qwsv-pr_cmds.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_cmds.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_cmds.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_cmds.obj `if test -f 'pr_cmds.c'; then $(CYGPATH_W) 'pr_cmds.c'; else $(CYGPATH_W) '$(srcdir)/pr_cmds.c'; fi`

twilight_qwsv-pr_edict.o: pr_edict.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_edict.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo" \
#	  -c -o twilight_qwsv-pr_edict.o `test -f 'pr_edict.c' || echo '$(srcdir)/'`pr_edict.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo" "$(DEPDIR)/twilight_qwsv-pr_edict.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo"; exit 1; \
#	fi
	source='pr_edict.c' object='twilight_qwsv-pr_edict.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_edict.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_edict.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_edict.o `test -f 'pr_edict.c' || echo '$(srcdir)/'`pr_edict.c

twilight_qwsv-pr_edict.obj: pr_edict.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_edict.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo" \
#	  -c -o twilight_qwsv-pr_edict.obj `if test -f 'pr_edict.c'; then $(CYGPATH_W) 'pr_edict.c'; else $(CYGPATH_W) '$(srcdir)/pr_edict.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo" "$(DEPDIR)/twilight_qwsv-pr_edict.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_edict.Tpo"; exit 1; \
#	fi
	source='pr_edict.c' object='twilight_qwsv-pr_edict.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_edict.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_edict.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_edict.obj `if test -f 'pr_edict.c'; then $(CYGPATH_W) 'pr_edict.c'; else $(CYGPATH_W) '$(srcdir)/pr_edict.c'; fi`

twilight_qwsv-pr_exec.o: pr_exec.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_exec.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo" \
#	  -c -o twilight_qwsv-pr_exec.o `test -f 'pr_exec.c' || echo '$(srcdir)/'`pr_exec.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo" "$(DEPDIR)/twilight_qwsv-pr_exec.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo"; exit 1; \
#	fi
	source='pr_exec.c' object='twilight_qwsv-pr_exec.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_exec.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_exec.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_exec.o `test -f 'pr_exec.c' || echo '$(srcdir)/'`pr_exec.c

twilight_qwsv-pr_exec.obj: pr_exec.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-pr_exec.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo" \
#	  -c -o twilight_qwsv-pr_exec.obj `if test -f 'pr_exec.c'; then $(CYGPATH_W) 'pr_exec.c'; else $(CYGPATH_W) '$(srcdir)/pr_exec.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo" "$(DEPDIR)/twilight_qwsv-pr_exec.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-pr_exec.Tpo"; exit 1; \
#	fi
	source='pr_exec.c' object='twilight_qwsv-pr_exec.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-pr_exec.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-pr_exec.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-pr_exec.obj `if test -f 'pr_exec.c'; then $(CYGPATH_W) 'pr_exec.c'; else $(CYGPATH_W) '$(srcdir)/pr_exec.c'; fi`

twilight_qwsv-sv_ccmds.o: sv_ccmds.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_ccmds.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo" \
#	  -c -o twilight_qwsv-sv_ccmds.o `test -f 'sv_ccmds.c' || echo '$(srcdir)/'`sv_ccmds.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo" "$(DEPDIR)/twilight_qwsv-sv_ccmds.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo"; exit 1; \
#	fi
	source='sv_ccmds.c' object='twilight_qwsv-sv_ccmds.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_ccmds.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_ccmds.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_ccmds.o `test -f 'sv_ccmds.c' || echo '$(srcdir)/'`sv_ccmds.c

twilight_qwsv-sv_ccmds.obj: sv_ccmds.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_ccmds.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo" \
#	  -c -o twilight_qwsv-sv_ccmds.obj `if test -f 'sv_ccmds.c'; then $(CYGPATH_W) 'sv_ccmds.c'; else $(CYGPATH_W) '$(srcdir)/sv_ccmds.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo" "$(DEPDIR)/twilight_qwsv-sv_ccmds.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_ccmds.Tpo"; exit 1; \
#	fi
	source='sv_ccmds.c' object='twilight_qwsv-sv_ccmds.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_ccmds.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_ccmds.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_ccmds.obj `if test -f 'sv_ccmds.c'; then $(CYGPATH_W) 'sv_ccmds.c'; else $(CYGPATH_W) '$(srcdir)/sv_ccmds.c'; fi`

twilight_qwsv-sv_ents.o: sv_ents.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_ents.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo" \
#	  -c -o twilight_qwsv-sv_ents.o `test -f 'sv_ents.c' || echo '$(srcdir)/'`sv_ents.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo" "$(DEPDIR)/twilight_qwsv-sv_ents.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo"; exit 1; \
#	fi
	source='sv_ents.c' object='twilight_qwsv-sv_ents.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_ents.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_ents.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_ents.o `test -f 'sv_ents.c' || echo '$(srcdir)/'`sv_ents.c

twilight_qwsv-sv_ents.obj: sv_ents.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_ents.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo" \
#	  -c -o twilight_qwsv-sv_ents.obj `if test -f 'sv_ents.c'; then $(CYGPATH_W) 'sv_ents.c'; else $(CYGPATH_W) '$(srcdir)/sv_ents.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo" "$(DEPDIR)/twilight_qwsv-sv_ents.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_ents.Tpo"; exit 1; \
#	fi
	source='sv_ents.c' object='twilight_qwsv-sv_ents.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_ents.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_ents.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_ents.obj `if test -f 'sv_ents.c'; then $(CYGPATH_W) 'sv_ents.c'; else $(CYGPATH_W) '$(srcdir)/sv_ents.c'; fi`

twilight_qwsv-sv_init.o: sv_init.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_init.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_init.Tpo" \
#	  -c -o twilight_qwsv-sv_init.o `test -f 'sv_init.c' || echo '$(srcdir)/'`sv_init.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_init.Tpo" "$(DEPDIR)/twilight_qwsv-sv_init.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_init.Tpo"; exit 1; \
#	fi
	source='sv_init.c' object='twilight_qwsv-sv_init.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_init.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_init.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_init.o `test -f 'sv_init.c' || echo '$(srcdir)/'`sv_init.c

twilight_qwsv-sv_init.obj: sv_init.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_init.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_init.Tpo" \
#	  -c -o twilight_qwsv-sv_init.obj `if test -f 'sv_init.c'; then $(CYGPATH_W) 'sv_init.c'; else $(CYGPATH_W) '$(srcdir)/sv_init.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_init.Tpo" "$(DEPDIR)/twilight_qwsv-sv_init.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_init.Tpo"; exit 1; \
#	fi
	source='sv_init.c' object='twilight_qwsv-sv_init.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_init.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_init.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_init.obj `if test -f 'sv_init.c'; then $(CYGPATH_W) 'sv_init.c'; else $(CYGPATH_W) '$(srcdir)/sv_init.c'; fi`

twilight_qwsv-sv_main.o: sv_main.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_main.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_main.Tpo" \
#	  -c -o twilight_qwsv-sv_main.o `test -f 'sv_main.c' || echo '$(srcdir)/'`sv_main.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_main.Tpo" "$(DEPDIR)/twilight_qwsv-sv_main.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_main.Tpo"; exit 1; \
#	fi
	source='sv_main.c' object='twilight_qwsv-sv_main.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_main.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_main.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_main.o `test -f 'sv_main.c' || echo '$(srcdir)/'`sv_main.c

twilight_qwsv-sv_main.obj: sv_main.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_main.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_main.Tpo" \
#	  -c -o twilight_qwsv-sv_main.obj `if test -f 'sv_main.c'; then $(CYGPATH_W) 'sv_main.c'; else $(CYGPATH_W) '$(srcdir)/sv_main.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_main.Tpo" "$(DEPDIR)/twilight_qwsv-sv_main.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_main.Tpo"; exit 1; \
#	fi
	source='sv_main.c' object='twilight_qwsv-sv_main.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_main.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_main.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_main.obj `if test -f 'sv_main.c'; then $(CYGPATH_W) 'sv_main.c'; else $(CYGPATH_W) '$(srcdir)/sv_main.c'; fi`

twilight_qwsv-sv_model.o: sv_model.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_model.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_model.Tpo" \
#	  -c -o twilight_qwsv-sv_model.o `test -f 'sv_model.c' || echo '$(srcdir)/'`sv_model.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_model.Tpo" "$(DEPDIR)/twilight_qwsv-sv_model.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_model.Tpo"; exit 1; \
#	fi
	source='sv_model.c' object='twilight_qwsv-sv_model.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_model.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_model.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_model.o `test -f 'sv_model.c' || echo '$(srcdir)/'`sv_model.c

twilight_qwsv-sv_model.obj: sv_model.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_model.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_model.Tpo" \
#	  -c -o twilight_qwsv-sv_model.obj `if test -f 'sv_model.c'; then $(CYGPATH_W) 'sv_model.c'; else $(CYGPATH_W) '$(srcdir)/sv_model.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_model.Tpo" "$(DEPDIR)/twilight_qwsv-sv_model.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_model.Tpo"; exit 1; \
#	fi
	source='sv_model.c' object='twilight_qwsv-sv_model.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_model.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_model.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_model.obj `if test -f 'sv_model.c'; then $(CYGPATH_W) 'sv_model.c'; else $(CYGPATH_W) '$(srcdir)/sv_model.c'; fi`

twilight_qwsv-sv_move.o: sv_move.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_move.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_move.Tpo" \
#	  -c -o twilight_qwsv-sv_move.o `test -f 'sv_move.c' || echo '$(srcdir)/'`sv_move.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_move.Tpo" "$(DEPDIR)/twilight_qwsv-sv_move.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_move.Tpo"; exit 1; \
#	fi
	source='sv_move.c' object='twilight_qwsv-sv_move.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_move.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_move.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_move.o `test -f 'sv_move.c' || echo '$(srcdir)/'`sv_move.c

twilight_qwsv-sv_move.obj: sv_move.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_move.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_move.Tpo" \
#	  -c -o twilight_qwsv-sv_move.obj `if test -f 'sv_move.c'; then $(CYGPATH_W) 'sv_move.c'; else $(CYGPATH_W) '$(srcdir)/sv_move.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_move.Tpo" "$(DEPDIR)/twilight_qwsv-sv_move.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_move.Tpo"; exit 1; \
#	fi
	source='sv_move.c' object='twilight_qwsv-sv_move.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_move.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_move.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_move.obj `if test -f 'sv_move.c'; then $(CYGPATH_W) 'sv_move.c'; else $(CYGPATH_W) '$(srcdir)/sv_move.c'; fi`

twilight_qwsv-sv_nchan.o: sv_nchan.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_nchan.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo" \
#	  -c -o twilight_qwsv-sv_nchan.o `test -f 'sv_nchan.c' || echo '$(srcdir)/'`sv_nchan.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo" "$(DEPDIR)/twilight_qwsv-sv_nchan.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo"; exit 1; \
#	fi
	source='sv_nchan.c' object='twilight_qwsv-sv_nchan.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_nchan.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_nchan.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_nchan.o `test -f 'sv_nchan.c' || echo '$(srcdir)/'`sv_nchan.c

twilight_qwsv-sv_nchan.obj: sv_nchan.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_nchan.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo" \
#	  -c -o twilight_qwsv-sv_nchan.obj `if test -f 'sv_nchan.c'; then $(CYGPATH_W) 'sv_nchan.c'; else $(CYGPATH_W) '$(srcdir)/sv_nchan.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo" "$(DEPDIR)/twilight_qwsv-sv_nchan.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_nchan.Tpo"; exit 1; \
#	fi
	source='sv_nchan.c' object='twilight_qwsv-sv_nchan.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_nchan.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_nchan.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_nchan.obj `if test -f 'sv_nchan.c'; then $(CYGPATH_W) 'sv_nchan.c'; else $(CYGPATH_W) '$(srcdir)/sv_nchan.c'; fi`

twilight_qwsv-sv_phys.o: sv_phys.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_phys.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo" \
#	  -c -o twilight_qwsv-sv_phys.o `test -f 'sv_phys.c' || echo '$(srcdir)/'`sv_phys.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo" "$(DEPDIR)/twilight_qwsv-sv_phys.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo"; exit 1; \
#	fi
	source='sv_phys.c' object='twilight_qwsv-sv_phys.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_phys.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_phys.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_phys.o `test -f 'sv_phys.c' || echo '$(srcdir)/'`sv_phys.c

twilight_qwsv-sv_phys.obj: sv_phys.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_phys.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo" \
#	  -c -o twilight_qwsv-sv_phys.obj `if test -f 'sv_phys.c'; then $(CYGPATH_W) 'sv_phys.c'; else $(CYGPATH_W) '$(srcdir)/sv_phys.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo" "$(DEPDIR)/twilight_qwsv-sv_phys.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_phys.Tpo"; exit 1; \
#	fi
	source='sv_phys.c' object='twilight_qwsv-sv_phys.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_phys.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_phys.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_phys.obj `if test -f 'sv_phys.c'; then $(CYGPATH_W) 'sv_phys.c'; else $(CYGPATH_W) '$(srcdir)/sv_phys.c'; fi`

twilight_qwsv-sv_send.o: sv_send.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_send.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_send.Tpo" \
#	  -c -o twilight_qwsv-sv_send.o `test -f 'sv_send.c' || echo '$(srcdir)/'`sv_send.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_send.Tpo" "$(DEPDIR)/twilight_qwsv-sv_send.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_send.Tpo"; exit 1; \
#	fi
	source='sv_send.c' object='twilight_qwsv-sv_send.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_send.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_send.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_send.o `test -f 'sv_send.c' || echo '$(srcdir)/'`sv_send.c

twilight_qwsv-sv_send.obj: sv_send.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_send.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_send.Tpo" \
#	  -c -o twilight_qwsv-sv_send.obj `if test -f 'sv_send.c'; then $(CYGPATH_W) 'sv_send.c'; else $(CYGPATH_W) '$(srcdir)/sv_send.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_send.Tpo" "$(DEPDIR)/twilight_qwsv-sv_send.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_send.Tpo"; exit 1; \
#	fi
	source='sv_send.c' object='twilight_qwsv-sv_send.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_send.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_send.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_send.obj `if test -f 'sv_send.c'; then $(CYGPATH_W) 'sv_send.c'; else $(CYGPATH_W) '$(srcdir)/sv_send.c'; fi`

twilight_qwsv-sv_sys.o: sv_sys.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_sys.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo" \
#	  -c -o twilight_qwsv-sv_sys.o `test -f 'sv_sys.c' || echo '$(srcdir)/'`sv_sys.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo" "$(DEPDIR)/twilight_qwsv-sv_sys.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo"; exit 1; \
#	fi
	source='sv_sys.c' object='twilight_qwsv-sv_sys.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_sys.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_sys.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_sys.o `test -f 'sv_sys.c' || echo '$(srcdir)/'`sv_sys.c

twilight_qwsv-sv_sys.obj: sv_sys.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_sys.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo" \
#	  -c -o twilight_qwsv-sv_sys.obj `if test -f 'sv_sys.c'; then $(CYGPATH_W) 'sv_sys.c'; else $(CYGPATH_W) '$(srcdir)/sv_sys.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo" "$(DEPDIR)/twilight_qwsv-sv_sys.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_sys.Tpo"; exit 1; \
#	fi
	source='sv_sys.c' object='twilight_qwsv-sv_sys.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_sys.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_sys.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_sys.obj `if test -f 'sv_sys.c'; then $(CYGPATH_W) 'sv_sys.c'; else $(CYGPATH_W) '$(srcdir)/sv_sys.c'; fi`

twilight_qwsv-sv_user.o: sv_user.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_user.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_user.Tpo" \
#	  -c -o twilight_qwsv-sv_user.o `test -f 'sv_user.c' || echo '$(srcdir)/'`sv_user.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_user.Tpo" "$(DEPDIR)/twilight_qwsv-sv_user.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_user.Tpo"; exit 1; \
#	fi
	source='sv_user.c' object='twilight_qwsv-sv_user.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_user.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_user.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_user.o `test -f 'sv_user.c' || echo '$(srcdir)/'`sv_user.c

twilight_qwsv-sv_user.obj: sv_user.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-sv_user.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-sv_user.Tpo" \
#	  -c -o twilight_qwsv-sv_user.obj `if test -f 'sv_user.c'; then $(CYGPATH_W) 'sv_user.c'; else $(CYGPATH_W) '$(srcdir)/sv_user.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-sv_user.Tpo" "$(DEPDIR)/twilight_qwsv-sv_user.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-sv_user.Tpo"; exit 1; \
#	fi
	source='sv_user.c' object='twilight_qwsv-sv_user.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-sv_user.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-sv_user.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-sv_user.obj `if test -f 'sv_user.c'; then $(CYGPATH_W) 'sv_user.c'; else $(CYGPATH_W) '$(srcdir)/sv_user.c'; fi`

twilight_qwsv-world.o: world.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-world.o -MD -MP -MF "$(DEPDIR)/twilight_qwsv-world.Tpo" \
#	  -c -o twilight_qwsv-world.o `test -f 'world.c' || echo '$(srcdir)/'`world.c; \
#	then mv "$(DEPDIR)/twilight_qwsv-world.Tpo" "$(DEPDIR)/twilight_qwsv-world.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-world.Tpo"; exit 1; \
#	fi
	source='world.c' object='twilight_qwsv-world.o' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-world.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-world.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-world.o `test -f 'world.c' || echo '$(srcdir)/'`world.c

twilight_qwsv-world.obj: world.c
#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -MT twilight_qwsv-world.obj -MD -MP -MF "$(DEPDIR)/twilight_qwsv-world.Tpo" \
#	  -c -o twilight_qwsv-world.obj `if test -f 'world.c'; then $(CYGPATH_W) 'world.c'; else $(CYGPATH_W) '$(srcdir)/world.c'; fi`; \
#	then mv "$(DEPDIR)/twilight_qwsv-world.Tpo" "$(DEPDIR)/twilight_qwsv-world.Po"; \
#	else rm -f "$(DEPDIR)/twilight_qwsv-world.Tpo"; exit 1; \
#	fi
	source='world.c' object='twilight_qwsv-world.obj' libtool=no \
	depfile='$(DEPDIR)/twilight_qwsv-world.Po' tmpdepfile='$(DEPDIR)/twilight_qwsv-world.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twilight_qwsv_CFLAGS) $(CFLAGS) -c -o twilight_qwsv-world.obj `if test -f 'world.c'; then $(CYGPATH_W) 'world.c'; else $(CYGPATH_W) '$(srcdir)/world.c'; fi`
uninstall-info-am:

ETAGS = etags
ETAGSFLAGS =

CTAGS = ctags
CTAGSFLAGS =

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -fID $$unique

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$tags$$unique" \
	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	     $$tags $$unique

ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$tags $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && cd $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

top_distdir = ../..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
	list='$(DISTFILES)'; for file in $$list; do \
	  case $$file in \
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
	  esac; \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
	    dir="/$$dir"; \
	    $(mkinstalldirs) "$(distdir)$$dir"; \
	  else \
	    dir=''; \
	  fi; \
	  if test -d $$d/$$file; then \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS)

installdirs:
	$(mkinstalldirs) $(DESTDIR)$(bindir)

install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-binPROGRAMS clean-generic mostlyclean-am

distclean: distclean-am

distclean-am: clean-am distclean-compile distclean-depend \
	distclean-generic distclean-tags

dvi: dvi-am

dvi-am:

info: info-am

info-am:

install-data-am:

install-exec-am: install-binPROGRAMS

install-info: install-info-am

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-am

maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-binPROGRAMS uninstall-info-am

.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
	clean-generic ctags distclean distclean-compile \
	distclean-depend distclean-generic distclean-tags distdir dvi \
	dvi-am info info-am install install-am install-binPROGRAMS \
	install-data install-data-am install-exec install-exec-am \
	install-info install-info-am install-man install-strip \
	installcheck installcheck-am installdirs maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-compile \
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
	uninstall-am uninstall-binPROGRAMS uninstall-info-am

# 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:
