+2006-07-23 Christopher Faylor <cgf@timesys.com>
+
+ * Makefile.in: Update copyrigh. Remove unused stuff.
+
2006-07-17 Christopher Faylor <cgf@timesys.com>
* Makefile.in: Simplify a little.
# Makefile.in for Cygwin's testsuite.
-# Copyright 2000, 2001, 2002, 2003 Red Hat, Inc.
+# Copyright 2000, 2001, 2002, 2003, 2005, 2006 Red Hat, Inc.
#
# This file is part of Cygwin.
#
TESTSUP_INCLUDES:=-I$(libltp_srcdir)/include
-INSTALL:=@INSTALL@
-INSTALL_PROGRAM:=@INSTALL_PROGRAM@
-
#
# --enable options from configure
#
else
CFLAGS:=@CFLAGS@ -MD $(TESTSUP_INCLUDES)
endif
-CXXFLAGS:=@CXXFLAGS@
AR:=@AR@
AR_FLAGS:=qv
-RANLIB:=@RANLIB@
-LD:=@LD@
-DLLTOOL:=@DLLTOOL@
-WINDRES:=@WINDRES@
-AS:=@AS@
#
# Include common definitions for winsup directory
override CC:=$(CC) $(GCC_INCLUDE)
export CC
-INSTALL_DATA:=$(SHELL) $(updir1)/install-sh -c
-
RUNTESTFLAGS =
ifdef VERBOSE
override CFLAGS:=${filter-out -O%,$(CFLAGS)}
export CFLAGS
-.PHONY: all force dll_ofiles install all_target install_target all_host install_host
+.PHONY: all force dll_ofiles install all_target install_target install_host
.SUFFIXES:
.SUFFIXES: .c .cc .def .a .o .d
-all_host=@all_host@
-install_host=@install_host@
-
all: $(TESTSUP_LIB_NAME)
force: