mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 04:20:28 +08:00
6026ef29d8
This allows building the libc & libm pages in parallel, and drops the duplication in the subdirs with the chew/chapter settings. The unused rules in Makefile.shared are left in place to minimize noise in the change.
10 lines
245 B
Makefile
10 lines
245 B
Makefile
## Process this file with automake to generate Makefile.in
|
|
SUBDIRS = ces ccs lib .
|
|
|
|
cctdir=$(datadir)/iconv_data
|
|
cct_DATA=encoding.aliases
|
|
|
|
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
|
include $(srcdir)/../../Makefile.shared
|