source: rtems/contrib/cygwin/Makefile.am @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 394 bytes
Line 
1##
2## $Id$
3##
4
5
6RPM_SPECS_DATA = \
7    i386-cygwin-binutils.spec \
8    i386-cygwin-libs.spec \
9    i386-cygwin-mingw.spec \
10    i386-cygwin-w32api.spec \
11    i386-cygwin-gcc.spec
12
13CONFIGURE_DEPENDENCIES = setup.cache
14setup.cache: setup.def
15        cp setup.def $@
16
17DISTCLEANFILES = setup.cache
18
19noinst_SCRIPTS = setup
20noinst_DATA = setup.def
21
22EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA) .cvsignore
23
Note: See TracBrowser for help on using the repository browser.