Cygwin: flock: Fix overlap handling in lf_setlock() and lf_clearlock()
[newlib-cygwin.git] / winsup / testsuite / mingw / Makefile.am
blob772e73405ff3182fdde6b6caee9a932b766f1589
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
7 # details.
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@
17 AM_CPPFLAGS =
19 noinst_PROGRAMS = cygrun cygload
21 cygrun_SOURCES = \
22         ../cygrun.c
24 cygload_SOURCES = \
25         ../winsup.api/cygload.cc
26 cygload_LDFLAGS=-static -Wl,-e,cygloadCRTStartup