]> sourceware.org Git - newlib-cygwin.git/blob - winsup/Makefile.am
Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandler
[newlib-cygwin.git] / winsup / Makefile.am
1 # Makefile.am for winsup stuff
2 #
3 # This file is part of Cygwin.
4 #
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.
8
9 # This makefile requires GNU make.
10
11 cygdocdir = $(datarootdir)/doc/Cygwin
12
13 cygdoc_DATA = \
14 CYGWIN_LICENSE \
15 COPYING
16
17 SUBDIRS = cygwin cygserver doc utils testsuite
18
19 cygserver utils testsuite: cygwin
This page took 0.035302 seconds and 5 git commands to generate.