forked from Imagelibrary/rtems
19 lines
389 B
Makefile
19 lines
389 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
RPM_SPECS_DATA = i686-pc-cygwin-binutils.spec i686-pc-cygwin-libs.spec \
|
|
i686-pc-cygwin-mingw.spec i686-pc-cygwin-w32api.spec \
|
|
i686-pc-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
|