Cygwin: flock: Fix overlap handling in lf_setlock() and lf_clearlock()
[newlib-cygwin.git] / winsup / Makefile.am.common
blob0238f65a9b4bffb6382e2efc9d6234a1566d7c09
1 # Makefile.am.common - common definitions for the winsup directory
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 flags_common=-Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0
11 # compiler flags commonly used (but not for MinGW compilation, because they
12 # include the Cygwin header paths via @AM_CPPFLAGS@)
14 cxxflags_common=$(AM_CPPFLAGS) -fno-rtti -fno-exceptions -fno-use-cxa-atexit $(flags_common)
15 cflags_common=$(AM_CPPFLAGS) $(flags_common)