source: rtems/contrib/cygwin/Makefile.am @ 3fcabb1

4.104.114.84.95
Last change on this file since 3fcabb1 was 3fcabb1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/30/04 at 12:24:42

Cosmetics.

  • Property mode set to 100644
File size: 389 bytes
Line 
1##
2## $Id$
3##
4
5RPM_SPECS_DATA = i686-pc-cygwin-binutils.spec i686-pc-cygwin-libs.spec \
6    i686-pc-cygwin-mingw.spec i686-pc-cygwin-w32api.spec \
7    i686-pc-cygwin-gcc.spec
8
9CONFIGURE_DEPENDENCIES = setup.cache
10setup.cache: setup.def
11        cp setup.def $@
12
13DISTCLEANFILES = setup.cache
14
15noinst_SCRIPTS = setup
16noinst_DATA = setup.def
17
18EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA) .cvsignore
Note: See TracBrowser for help on using the repository browser.