source: rtems/c/src/tests/libffi/ffitest/Makefile.am @ 310a2ec

4.104.114.84.95
Last change on this file since 310a2ec was 41ab6966, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:06:59

Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier
<charles.gauthier@…>, and Darlene A. Stewart
<Darlene.Stewart@…> to add support for a number of very
significant things:

+ BSPs for many variations on the Motorola MBX8xx board series
+ Cache Manager including initial support for m68040

and PowerPC

+ Rework of mpc8xx libcpu code so all mpc8xx CPUs now use

same code base.

+ Rework of eth_comm BSP to utiltize above.

John reports this works on the 821 and 860

  • Property mode set to 100644
File size: 695 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6TEST = ffitest
7
8MANAGERS = io
9
10C_FILES = init.c ffitest.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = scn
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(DOCS) $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24PGM = ${ARCH}/$(TEST).exe
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27include $(RTEMS_ROOT)/make/leaf.cfg
28include $(top_srcdir)/libffi.am
29
30#
31# (OPTIONAL) Add local stuff here using +=
32#
33
34LD_LIBS += -lffi
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38
39all: ${ARCH} $(TMPINSTALL_FILES)
40
41EXTRA_DIST = $(C_FILES) $(DOCS)
42
43include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.