1 # Makefile.am for Cygwin testsuite MINGW executables
3 # This file is part of Cygwin.
5 # This software is a copyrighted work licensed under the terms of the
6 # Cygwin license. Please consult the file "CYGWIN_LICENSE" for
9 # This makefile requires GNU make.
11 # These are built with the MinGW compiler, so are in a separate Makefile here
12 # because it's tricky with Automake to use different compilers for the same
13 # language in the same Makefile.
15 override CC = @MINGW_CC@
16 override CXX = @MINGW_CXX@
19 noinst_PROGRAMS = cygrun cygload
25 ../winsup.api/cygload.cc
26 cygload_LDFLAGS=-static -Wl,-e,cygloadCRTStartup