source: rtems/cpukit/librpc/Makefile.am @ 17e97568

4.104.114.84.95
Last change on this file since 17e97568 was abc1167, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/25/02 at 17:41:49

2002-06-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: RTEMS_TOP(../../../..). AC_CONFIG_AUX_DIR(../../../..). Remove RTEMS_CANONICAL_HOST. Use RTEMS_ENV_RTEMSCPU. Add AC_PROG_RANLIB.
  • include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. ACLOCAL_AMFLAGS = -I ../aclocal.
  • src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 228 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7if rpc_not_supported
8SUBDIRS =
9else
10SUBDIRS = include src
11endif
12
13EXTRA_DIST = README_RTEMS
14
15include $(top_srcdir)/../automake/subdirs.am
16include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.