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

4.104.114.84.95
Last change on this file since ce97171 was 4f36d46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:39:19

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

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