source: rtems/contrib/crossrpms/Makefile.am @ 6b81c78

4.104.114.95
Last change on this file since 6b81c78 was 6b81c78, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/05/08 at 03:01:37

Add freebsd6.3, freebsd7.0

  • Property mode set to 100644
File size: 569 bytes
Line 
1##
2## $Id$
3##
4
5EXTRA_DIST =
6
7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
8
9DIST_SUBDIRS  = cygwin
10DIST_SUBDIRS += freebsd6.1
11DIST_SUBDIRS += freebsd6.2
12DIST_SUBDIRS += freebsd6.3
13DIST_SUBDIRS += freebsd7.0
14DIST_SUBDIRS += mingw32
15DIST_SUBDIRS += solaris2.7
16DIST_SUBDIRS += rtems4.9
17
18DIST_SUBDIRS += autotools
19
20EXTRA_DIST += specstrip
21EXTRA_DIST += $(srcdir)/patches/*.diff
22
23install-patches:
24        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
25        for f in $(srcdir)/patches/*.diff; do \
26          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
27          $(INSTALL_DATA) $$f $$rpmsourcedir; \
28        done
Note: See TracBrowser for help on using the repository browser.