forked from Imagelibrary/rtems
* Makefile.am, .cvsignore, configure.in, i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-w32api.spec.in, i386-cygwin-mingw.spec.in, setup, setup.def: New files that support building RPMs for Linux hosted cross compilers targeting Cygwin.
25 lines
425 B
Makefile
25 lines
425 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
RPM_SPECS_DATA = \
|
|
i386-cygwin-binutils.spec \
|
|
i386-cygwin-libs.spec \
|
|
i386-cygwin-mingw.spec \
|
|
i386-cygwin-w32api.spec \
|
|
i386-cygwin-gcc.spec
|
|
|
|
CONFIGURE_DEPENDENCIES = setup.cache
|
|
setup.cache: setup.def
|
|
cp setup.def $@
|
|
|
|
DISTCLEANFILES = setup.cache
|
|
|
|
noinst_SCRIPTS = setup
|
|
noinst_DATA = setup.def
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA) .cvsignore
|
|
|