source: rtems/c/src/lib/libbsp/i386/pc386/Makefile.am @ 7ed57bd

4.104.114.84.95
Last change on this file since 7ed57bd was 074225ba, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:29:38

2001-09-27 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use 'CLEANFILES ='.
  • include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • console/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Makefile.am: Use 'TMPINSTALL_FILES ='.
  • Property mode set to 100644
File size: 643 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
7
8# wrapup is the one that actually builds and installs the library
9#  from the individual .rel files built in other directories
10SUBDIRS = . include tools start startup clock console timer ne2000 wd8003 \
11    3c509 wrapup
12
13include $(top_srcdir)/../../bsp.am
14
15$(PROJECT_RELEASE)/BootImgs:
16        $(mkinstalldirs) $@
17
18TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs
19
20EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5
21
22include $(top_srcdir)/../../../../../../automake/subdirs.am
23include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.