# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@

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

@SET_MAKE@

# synergy -- mouse and keyboard sharing utility
# Copyright (C) 2002 Chris Schoeneman
# 
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# found in the file COPYING that should have accompanied this file.
# 
# This package 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.
SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@

EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
PATH_SEPARATOR = @PATH_SEPARATOR@
AMTAR = @AMTAR@
AWK = @AWK@
CC = @CC@
CXX = @CXX@
DEPDIR = @DEPDIR@
HAVE_DOT = @HAVE_DOT@
INET_ATON_LIBS = @INET_ATON_LIBS@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
OBJC = @OBJC@
OBJCFLAGS = @OBJCFLAGS@
PACKAGE = @PACKAGE@
PTHREAD_CC = @PTHREAD_CC@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
RANLIB = @RANLIB@
STRIP = @STRIP@
VERSION = @VERSION@
X_CFLAGS = @X_CFLAGS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
acx_pthread_config = @acx_pthread_config@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@

NULL = 

XWINDOWS_SOURCE_FILES = \
	CXWindowsClipboard.cpp					\
	CXWindowsClipboardAnyBitmapConverter.cpp\
	CXWindowsClipboardBMPConverter.cpp		\
	CXWindowsClipboardHTMLConverter.cpp		\
	CXWindowsClipboardTextConverter.cpp		\
	CXWindowsClipboardUCS2Converter.cpp		\
	CXWindowsClipboardUTF8Converter.cpp		\
	CXWindowsEventQueueBuffer.cpp			\
	CXWindowsKeyState.cpp					\
	CXWindowsScreen.cpp						\
	CXWindowsScreenSaver.cpp				\
	CXWindowsUtil.cpp						\
	CXWindowsClipboard.h					\
	CXWindowsClipboardAnyBitmapConverter.h	\
	CXWindowsClipboardBMPConverter.h		\
	CXWindowsClipboardHTMLConverter.h		\
	CXWindowsClipboardTextConverter.h		\
	CXWindowsClipboardUCS2Converter.h		\
	CXWindowsClipboardUTF8Converter.h		\
	CXWindowsEventQueueBuffer.h				\
	CXWindowsKeyState.h						\
	CXWindowsScreen.h						\
	CXWindowsScreenSaver.h					\
	CXWindowsUtil.h							\
	$(NULL)

MSWINDOWS_SOURCE_FILES = \
	CMSWindowsClipboard.cpp					\
	CMSWindowsClipboardAnyTextConverter.cpp	\
	CMSWindowsClipboardBitmapConverter.cpp	\
	CMSWindowsClipboardHTMLConverter.cpp	\
	CMSWindowsClipboardTextConverter.cpp	\
	CMSWindowsClipboardUTF16Converter.cpp	\
	CMSWindowsDesks.cpp						\
	CMSWindowsEventQueueBuffer.cpp			\
	CMSWindowsKeyState.cpp					\
	CMSWindowsScreen.cpp					\
	CMSWindowsScreenSaver.cpp				\
	CMSWindowsUtil.cpp						\
	CMSWindowsClipboard.h					\
	CMSWindowsClipboardAnyTextConverter.h	\
	CMSWindowsClipboardBitmapConverter.h	\
	CMSWindowsClipboardHTMLConverter.h		\
	CMSWindowsClipboardTextConverter.h		\
	CMSWindowsClipboardUTF16Converter.h		\
	CMSWindowsDesks.h						\
	CMSWindowsEventQueueBuffer.h			\
	CMSWindowsKeyState.h					\
	CMSWindowsScreen.h						\
	CMSWindowsScreenSaver.h					\
	CMSWindowsUtil.h						\
	$(NULL)

MSWINDOWS_HOOK_SOURCE_FILES = \
	CSynergyHook.cpp						\
	CSynergyHook.h							\
	$(NULL)

CARBON_SOURCE_FILES = \
	COSXClipboard.cpp						\
	COSXClipboardAnyTextConverter.cpp		\
	COSXClipboardTextConverter.cpp			\
	COSXClipboardUTF16Converter.cpp			\
	COSXEventQueueBuffer.cpp				\
	COSXKeyState.cpp						\
	COSXScreen.cpp							\
	COSXScreenSaver.cpp						\
	COSXScreenSaverUtil.m					\
	COSXClipboard.h							\
	COSXClipboardAnyTextConverter.h			\
	COSXClipboardTextConverter.h			\
	COSXClipboardUTF16Converter.h			\
	COSXEventQueueBuffer.h					\
	COSXKeyState.h							\
	COSXScreen.h							\
	COSXScreenSaver.h						\
	COSXScreenSaverUtil.h					\
	OSXScreenSaverControl.h					\
	$(NULL)


EXTRA_DIST = \
	makehook.dsp							\
	platform.dsp							\
	synrgyhk.dsp							\
	$(XWINDOWS_SOURCE_FILES)				\
	$(MSWINDOWS_SOURCE_FILES)				\
	$(MSWINDOWS_HOOK_SOURCE_FILES)			\
	$(CARBON_SOURCE_FILES)					\
	$(NULL)


MAINTAINERCLEANFILES = \
	Makefile.in								\
	$(NULL)


noinst_LIBRARIES = libplatform.a
@CARBON_TRUE@libplatform_a_SOURCES = $(CARBON_SOURCE_FILES)
@MSWINDOWS_TRUE@libplatform_a_SOURCES = $(MSWINDOWS_SOURCE_FILES)
@XWINDOWS_TRUE@libplatform_a_SOURCES = $(XWINDOWS_SOURCE_FILES)
INCLUDES = \
	-I$(top_srcdir)/lib/common				\
	-I$(top_srcdir)/lib/arch				\
	-I$(top_srcdir)/lib/base 				\
	-I$(top_srcdir)/lib/mt	 				\
	-I$(top_srcdir)/lib/io	 				\
	-I$(top_srcdir)/lib/synergy 			\
	$(NULL)

subdir = lib/platform
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
LIBRARIES = $(noinst_LIBRARIES)

libplatform_a_AR = $(AR) cru
libplatform_a_LIBADD =
am__objects_1 =
am__objects_2 = COSXClipboard.$(OBJEXT) \
	COSXClipboardAnyTextConverter.$(OBJEXT) \
	COSXClipboardTextConverter.$(OBJEXT) \
	COSXClipboardUTF16Converter.$(OBJEXT) \
	COSXEventQueueBuffer.$(OBJEXT) COSXKeyState.$(OBJEXT) \
	COSXScreen.$(OBJEXT) COSXScreenSaver.$(OBJEXT) \
	COSXScreenSaverUtil.$(OBJEXT) $(am__objects_1)
am__objects_3 = CMSWindowsClipboard.$(OBJEXT) \
	CMSWindowsClipboardAnyTextConverter.$(OBJEXT) \
	CMSWindowsClipboardBitmapConverter.$(OBJEXT) \
	CMSWindowsClipboardHTMLConverter.$(OBJEXT) \
	CMSWindowsClipboardTextConverter.$(OBJEXT) \
	CMSWindowsClipboardUTF16Converter.$(OBJEXT) \
	CMSWindowsDesks.$(OBJEXT) CMSWindowsEventQueueBuffer.$(OBJEXT) \
	CMSWindowsKeyState.$(OBJEXT) CMSWindowsScreen.$(OBJEXT) \
	CMSWindowsScreenSaver.$(OBJEXT) CMSWindowsUtil.$(OBJEXT) \
	$(am__objects_1)
am__objects_4 = CXWindowsClipboard.$(OBJEXT) \
	CXWindowsClipboardAnyBitmapConverter.$(OBJEXT) \
	CXWindowsClipboardBMPConverter.$(OBJEXT) \
	CXWindowsClipboardHTMLConverter.$(OBJEXT) \
	CXWindowsClipboardTextConverter.$(OBJEXT) \
	CXWindowsClipboardUCS2Converter.$(OBJEXT) \
	CXWindowsClipboardUTF8Converter.$(OBJEXT) \
	CXWindowsEventQueueBuffer.$(OBJEXT) CXWindowsKeyState.$(OBJEXT) \
	CXWindowsScreen.$(OBJEXT) CXWindowsScreenSaver.$(OBJEXT) \
	CXWindowsUtil.$(OBJEXT) $(am__objects_1)
@CARBON_TRUE@am_libplatform_a_OBJECTS = $(am__objects_2)
@MSWINDOWS_TRUE@am_libplatform_a_OBJECTS = $(am__objects_3)
@XWINDOWS_TRUE@am_libplatform_a_OBJECTS = $(am__objects_4)
libplatform_a_OBJECTS = $(am_libplatform_a_OBJECTS)

DEFS = @DEFS@
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/CMSWindowsClipboard.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsClipboardAnyTextConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsClipboardBitmapConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsClipboardHTMLConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsClipboardTextConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsClipboardUTF16Converter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsDesks.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsEventQueueBuffer.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsKeyState.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsScreen.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsScreenSaver.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CMSWindowsUtil.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXClipboard.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXClipboardAnyTextConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXClipboardTextConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXClipboardUTF16Converter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXEventQueueBuffer.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXKeyState.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXScreen.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXScreenSaver.Po \
@AMDEP_TRUE@	./$(DEPDIR)/COSXScreenSaverUtil.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboard.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardAnyBitmapConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardBMPConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardHTMLConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardTextConverter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardUCS2Converter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsClipboardUTF8Converter.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsEventQueueBuffer.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsKeyState.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsScreen.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsScreenSaver.Po \
@AMDEP_TRUE@	./$(DEPDIR)/CXWindowsUtil.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
	-o $@
CXXFLAGS = @CXXFLAGS@
OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
OBJCLD = $(OBJC)
OBJCLINK = $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) \
	$(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
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 = $(libplatform_a_SOURCES)
DIST_COMMON = Makefile.am Makefile.in
SOURCES = $(libplatform_a_SOURCES)

all: all-am

.SUFFIXES:
.SUFFIXES: .cpp .m .o .obj
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --gnu  lib/platform/Makefile
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)

AR = ar

clean-noinstLIBRARIES:
	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libplatform.a: $(libplatform_a_OBJECTS) $(libplatform_a_DEPENDENCIES) 
	-rm -f libplatform.a
	$(libplatform_a_AR) libplatform.a $(libplatform_a_OBJECTS) $(libplatform_a_LIBADD)
	$(RANLIB) libplatform.a

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

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

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboardAnyTextConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboardBitmapConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboardHTMLConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboardTextConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsClipboardUTF16Converter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsDesks.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsEventQueueBuffer.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsKeyState.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsScreen.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsScreenSaver.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CMSWindowsUtil.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXClipboard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXClipboardAnyTextConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXClipboardTextConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXClipboardUTF16Converter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXEventQueueBuffer.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXKeyState.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXScreen.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXScreenSaver.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/COSXScreenSaverUtil.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardAnyBitmapConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardBMPConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardHTMLConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardTextConverter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardUCS2Converter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsClipboardUTF8Converter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsEventQueueBuffer.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsKeyState.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsScreen.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsScreenSaver.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CXWindowsUtil.Po@am__quote@

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

.cpp.o:
@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

.cpp.obj:
@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
CXXDEPMODE = @CXXDEPMODE@

.m.o:
@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@	$(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
	$(OBJCCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

.m.obj:
@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@	$(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
	$(OBJCCOMPILE) -c -o $@ `cygpath -w $<`
OBJCDEPMODE = @OBJCDEPMODE@
uninstall-info-am:

ETAGS = etags
ETAGSFLAGS =

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

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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

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

distdir: $(DISTFILES)
	@list='$(DISTFILES)'; for file in $$list; do \
	  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 $(LIBRARIES)

installdirs:

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."
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am

clean-am: clean-generic clean-noinstLIBRARIES 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-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

uninstall-am: uninstall-info-am

.PHONY: GTAGS all all-am check check-am clean clean-generic \
	clean-noinstLIBRARIES distclean distclean-compile \
	distclean-depend distclean-generic distclean-tags distdir dvi \
	dvi-am info info-am install install-am 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 tags uninstall uninstall-am \
	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:


syntax highlighted by Code2HTML, v. 0.9.1