Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « cygrun « testsuite « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdbd8f705dce481795eadc4af831dac8a9838084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile.am for Cygwin the testsuite wrapper cygrun.
#
# This file is part of Cygwin.
#
# This software is a copyrighted work licensed under the terms of the
# Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
# details.

# This makefile requires GNU make.

# This is built with the MinGW compiler, so is in a separate Makefile here
# because it's tricky with Automake to use different compilers for the same
# language in the same Makefile.

override CC = @MINGW_CC@
AM_CPPFLAGS =

noinst_PROGRAMS = cygrun

cygrun_SOURCES = \
	../cygrun.c