aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.am
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-06 16:11:54 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2021-04-27 16:49:56 +0100
commit247ce0ca3aaed06703783d586b6eaed1f8379582 (patch)
treededbe1b44987b9b5fc7115ade0757eb5dbaa4086 /winsup/Makefile.am
parent3b0ba6535218631b1ab467cd29d36b1eae4a0af6 (diff)
downloadnewlib-247ce0ca3aaed06703783d586b6eaed1f8379582.zip
newlib-247ce0ca3aaed06703783d586b6eaed1f8379582.tar.gz
newlib-247ce0ca3aaed06703783d586b6eaed1f8379582.tar.bz2
Cygwin: Use automake (v5)
v2: * Include tzmap.h in BUILT_SOURCES * Make per-file flags appear after user-supplied CXXFLAGS, so they can override optimization level. * Correct .o files used to define symbols exported by libm.a * Drop gcrt0.o mistakenly included in libgmon.a * Add missing line continuations in GMON_FILES value v3: * use per-file flags for .c compilation * override C{XX,}FLAGS, as they are set on the command line by top-level make v4: * Drop -Wno-error=write-strings from path_testsuite CXXFLAGS v5: * Update for changes in master - Add -fno-threadsafe-statics to CXX flags - Add hypotl.cc - Remove fenv.cc (in favour of newlib), add fenv.c stub - Add proc.5 manpage rules
Diffstat (limited to 'winsup/Makefile.am')
-rw-r--r--winsup/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/Makefile.am b/winsup/Makefile.am
new file mode 100644
index 0000000..067f746
--- /dev/null
+++ b/winsup/Makefile.am
@@ -0,0 +1,19 @@
+# Makefile.am for winsup stuff
+#
+# 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.
+
+cygdocdir = $(datarootdir)/doc/Cygwin
+
+cygdoc_DATA = \
+ CYGWIN_LICENSE \
+ COPYING
+
+SUBDIRS = cygwin cygserver doc utils testsuite
+
+cygserver utils testsuite: cygwin