OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.14 2002/05/14 18:32:20 joel Exp
3
##
4
 
5
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
 
7
nobase_include_HEADERS = rtems/powerpc/cache.h \
8
    rtems/powerpc/debugmod.h
9
 
10
$(PROJECT_INCLUDE):
11
        $(mkinstalldirs) $@
12
 
13
$(PROJECT_INCLUDE)/rtems:
14
        $(mkinstalldirs) $@
15
 
16
$(PROJECT_INCLUDE)/rtems/powerpc:
17
        $(mkinstalldirs) $@
18
 
19
$(PROJECT_INCLUDE)/%: %
20
        $(INSTALL_DATA) $< $@
21
 
22
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
23
  $(PROJECT_INCLUDE)/rtems \
24
  $(PROJECT_INCLUDE)/rtems/powerpc \
25
  $(nobase_include_HEADERS:%=$(PROJECT_INCLUDE)/%)
26
 
27
## Check configure.in for conditions to set the conditionals below
28
if shared
29
SHARED_LIB = shared
30
endif
31
 
32
if mpc505
33
CPU_SUBDIR = mpc505
34
endif
35
if mpc6xx
36
CPU_SUBDIR = mpc6xx
37
endif
38
if mpc8xx
39
CPU_SUBDIR = mpc8xx
40
endif
41
if mpc8260
42
CPU_SUBDIR = mpc8260
43
endif
44
if ppc403
45
CPU_SUBDIR = ppc403
46
endif
47
if ppc405
48
## 403 and 405 chips use the same CPU sources...
49
CPU_SUBDIR = ppc403
50
endif
51
 
52
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapup
53
 
54
all-local: $(TMPINSTALL_FILES)
55
 
56
include $(top_srcdir)/../../../../../automake/subdirs.am
57
include $(top_srcdir)/../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2026 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.