source: rtems/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @ 8a13fe81

4.104.114.84.95
Last change on this file since 8a13fe81 was 8a13fe81, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 12:49:31

2004-01-30 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_PROG_CCAS.
  • Makefile.am: Use automake compilation rules.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7include $(top_srcdir)/../../../../../automake/compile.am
8
9EXTRA_PROGRAMS =
10CLEANFILES =
11noinst_DATA =
12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/ppc_offs.h
15
16AM_CPPFLAGS += -I$(srcdir)
17
18EXTRA_DIST = TODO irq_stub.S ppccache.c
19
20EXTRA_PROGRAMS += rtems-cpu.rel
21CLEANFILES += rtems-cpu.rel
22rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S rtems/score/ppc_offs.h
23rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
24rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
25
26EXTRA_PROGRAMS += rtems-cpu_g.rel
27CLEANFILES += rtems-cpu_g.rel
28rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES)
29rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
30rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
31
32noinst_DATA += rtems-cpu$(LIB_VARIANT).rel
33
34PREINSTALL_DIRS =
35PREINSTALL_FILES =
36
37$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
38        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
39        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
40PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
41
42$(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
45
46CLEANFILES += $(PREINSTALL_FILES)
47DISTCLEANFILES = $(PREINSTALL_DIRS)
48
49include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.