source: rtems/contrib/crossrpms/Makefile.am @ 72f83af4

4.104.115
Last change on this file since 72f83af4 was 72f83af4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/05/09 at 22:08:52

Add freebsd7.2

  • Property mode set to 100644
File size: 598 bytes
RevLine 
[4b86195e]1##
2## $Id$
3##
4
[93a6098]5EXTRA_DIST =
6
[1d17363]7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
[4b86195e]8
9DIST_SUBDIRS  = cygwin
[3c044f1]10DIST_SUBDIRS += freebsd6.4
[6b81c78]11DIST_SUBDIRS += freebsd7.0
[1bde0e5]12DIST_SUBDIRS += freebsd7.1
[72f83af4]13DIST_SUBDIRS += freebsd7.2
[4b86195e]14DIST_SUBDIRS += mingw32
[72f83af4]15DIST_SUBDIRS += netbsd4.0.1
[4b86195e]16DIST_SUBDIRS += solaris2.7
[c9ef27b]17DIST_SUBDIRS += rtems4.10
[93a6098]18
[9b966c30]19DIST_SUBDIRS += autotools
20
[c57fb63e]21EXTRA_DIST += specstrip
[7fa51bb]22EXTRA_DIST += $(srcdir)/patches/*.diff
[e8ba788]23
24install-patches:
[0c8a556]25        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
[e8ba788]26        for f in $(srcdir)/patches/*.diff; do \
[0c8a556]27          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
[e8ba788]28          $(INSTALL_DATA) $$f $$rpmsourcedir; \
29        done
Note: See TracBrowser for help on using the repository browser.