source: rtems/cpukit/sapi/src/Makefile.am @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was ef7ceb4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:40

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

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 604 bytes
Line 
1##
2##  $Id$
3##
4
5
6EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \
7    extensionident.c
8C_FILES = debug.c entrytable.c $(EXTENSION_FILES)  fatal.c exinit.c io.c \
9    itronapi.c posixapi.c rtemsapi.c
10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../../../automake/multilib.am
15include $(top_srcdir)/../../../automake/compile.am
16include $(top_srcdir)/../../../automake/lib.am
17
18#
19# Add local stuff here using +=
20#
21
22AM_CPPFLAGS += -D__RTEMS_INSIDE__
23
24all-local: ${ARCH} ${OBJS}
25
26EXTRA_DIST = $(C_FILES)
27
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.