source: rtems/c/src/lib/libcpu/arm/shared/Makefile.am @ 81db9ef

4.104.114.84.95
Last change on this file since 81db9ef was 81db9ef, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 11:02:54

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 959 bytes
RevLine 
[8824dd7a]1##
2## $Id$
3##
4
[81db9ef]5noinst_PROGRAMS =
[8824dd7a]6
7include $(top_srcdir)/../../../automake/compile.am
8
9# include
10if shared
11include_libcpudir = $(includedir)/libcpu
12
[a9dc09a]13include_libcpu_HEADERS = include/mmu.h
[8824dd7a]14
15## arm920
[81db9ef]16noinst_PROGRAMS += arm920.rel
[a9dc09a]17arm920_rel_SOURCES = arm920/mmu.c
[8824dd7a]18arm920_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) -I$(srcdir)/src
19arm920_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
20endif
21
22all-local: $(PREINSTALL_FILES)
23
24PREINSTALL_DIRS =
25PREINSTALL_FILES =
26
27if shared
28$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
29        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
30        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
31PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
32
33$(PROJECT_INCLUDE)/libcpu/mmu.h: include/mmu.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mmu.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mmu.h
36endif
37
[81db9ef]38CLEANFILES = $(PREINSTALL_FILES)
[8824dd7a]39DISTCLEANFILES = $(PREINSTALL_DIRS)
40
41include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.