source: rtems/c/src/lib/libcpu/sparc/preinstall.am @ 0c0181d

4.115
Last change on this file since 0c0181d was 80d01b3c, checked in by Daniel Hellstrom <daniel@…>, on 02/08/12 at 14:57:03

SPARC: added libcpu lowlevel access and byteorder routines/definitions

The low level routines can be used in different occasions, it will be
required when accessing PCI.

Note the difference between byteorder.h (inlined functions) and access.S
where the functions will be declared in the library archive librtemscpu.a.
Function names starting with _ are in library and can be referenced by
function pointers.

Signed-off-by: Daniel Hellstrom <daniel@…>

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES = $(PREINSTALL_DIRS)
10
11all-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES = $(PREINSTALL_FILES)
15
16$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
17        @$(MKDIR_P) $(PROJECT_INCLUDE)/libcpu
18        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
20
21$(PROJECT_INCLUDE)/libcpu/cache.h: ../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
24
25$(PROJECT_INCLUDE)/libcpu/byteorder.h: include/libcpu/byteorder.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/byteorder.h
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/byteorder.h
28
29$(PROJECT_INCLUDE)/libcpu/access.h: include/libcpu/access.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/access.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/access.h
32
Note: See TracBrowser for help on using the repository browser.