4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-22 00:38:06 +08:00

* Makefile.in: Update copyrigh. Remove unused stuff.

This commit is contained in:
Christopher Faylor 2006-07-23 23:28:49 +00:00
parent 739a6f4749
commit d9969dfc91
2 changed files with 6 additions and 16 deletions

View File

@ -1,3 +1,7 @@
2006-07-23 Christopher Faylor <cgf@timesys.com>
* Makefile.in: Update copyrigh. Remove unused stuff.
2006-07-17 Christopher Faylor <cgf@timesys.com> 2006-07-17 Christopher Faylor <cgf@timesys.com>
* Makefile.in: Simplify a little. * Makefile.in: Simplify a little.

View File

@ -1,5 +1,5 @@
# Makefile.in for Cygwin's testsuite. # 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. # This file is part of Cygwin.
# #
@ -40,9 +40,6 @@ includedir:=@includedir@
TESTSUP_INCLUDES:=-I$(libltp_srcdir)/include TESTSUP_INCLUDES:=-I$(libltp_srcdir)/include
INSTALL:=@INSTALL@
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
# #
# --enable options from configure # --enable options from configure
# #
@ -55,15 +52,9 @@ ifneq (,$(CFLAGS))
else else
CFLAGS:=@CFLAGS@ -MD $(TESTSUP_INCLUDES) CFLAGS:=@CFLAGS@ -MD $(TESTSUP_INCLUDES)
endif endif
CXXFLAGS:=@CXXFLAGS@
AR:=@AR@ AR:=@AR@
AR_FLAGS:=qv AR_FLAGS:=qv
RANLIB:=@RANLIB@
LD:=@LD@
DLLTOOL:=@DLLTOOL@
WINDRES:=@WINDRES@
AS:=@AS@
# #
# Include common definitions for winsup directory # Include common definitions for winsup directory
@ -73,8 +64,6 @@ include $(srcdir)/../Makefile.common
override CC:=$(CC) $(GCC_INCLUDE) override CC:=$(CC) $(GCC_INCLUDE)
export CC export CC
INSTALL_DATA:=$(SHELL) $(updir1)/install-sh -c
RUNTESTFLAGS = RUNTESTFLAGS =
ifdef VERBOSE ifdef VERBOSE
@ -91,14 +80,11 @@ override COMPILE_CC:=${filter-out -O%,$(COMPILE_CC)}
override CFLAGS:=${filter-out -O%,$(CFLAGS)} override CFLAGS:=${filter-out -O%,$(CFLAGS)}
export 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:
.SUFFIXES: .c .cc .def .a .o .d .SUFFIXES: .c .cc .def .a .o .d
all_host=@all_host@
install_host=@install_host@
all: $(TESTSUP_LIB_NAME) all: $(TESTSUP_LIB_NAME)
force: force: