Changes for 4.5.0 snapshot
[newlib-cygwin.git] / libgloss / i386 / Makefile.inc
bloba0825611ad9b5c8ce5f156a4abf2b72e3a69b1f0
1 ## Copyright (c) 1997, 2000 Cygnus Support
2 ##
3 ## The authors hereby grant permission to use, copy, modify, distribute,
4 ## and license this software and its documentation for any purpose, provided
5 ## that existing copyright notices are retained in all copies and that this
6 ## notice is included verbatim in any distributions. No written agreement,
7 ## license, or royalty fee is required for any of the authorized uses.
8 ## Modifications to this software may be copyrighted by their authors
9 ## and need not follow the licensing terms described here, provided that
10 ## the new terms are clearly indicated on the first page of each file where
11 ## they apply.
13 multilibtool_DATA += \
14         %D%/cygmon.ld
16 multilibtool_DATA += %D%/cygmon-crt0.o
17 libobjs_a_SOURCES += %D%/cygmon-crt0.S
19 multilibtool_LIBRARIES += %D%/libcygmon.a
20 %C%_libcygmon_a_SOURCES = \
21         %D%/cygmon-salib.c \
22         %D%/cygmon-gmon.c
23 %C%_libcygmon_a_CPPFLAGS = \
24         $(AM_CPPFLAGS) \
25         $(I386_CPPFLAGS)