~epics-core/epics-base/test-rtems-w-qemu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#*************************************************************************
# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
#     National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
#     Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution. 
#*************************************************************************
#
# $Revision-Id$
#

TOP = ..
include $(TOP)/configure/CONFIG

DIRS += tools

DIRS += tools/test
tools/test_DEPEND_DIRS = tools

DIRS += template/base
template/base_DEPEND_DIRS = tools

DIRS += template/ext
template/ext_DEPEND_DIRS = tools

# Common

DIRS += libCom
libCom_DEPEND_DIRS = tools

DIRS += libCom/RTEMS
libCom/RTEMS_DEPEND_DIRS = libCom

DIRS += libCom/test
libCom/test_DEPEND_DIRS = libCom/RTEMS

# Channel Access

DIRS += ca/client
ca/client_DEPEND_DIRS = libCom

DIRS += ca/client/tools
ca/client/tools_DEPEND_DIRS = ca/client

DIRS += ca/legacy/gdd
ca/legacy/gdd_DEPEND_DIRS = ca/client

DIRS += ca/legacy/pcas
ca/legacy/pcas_DEPEND_DIRS = ca/legacy/gdd

DIRS += ca/legacy/pcas/ex
# needs ioc for dbStaticHost
ca/legacy/pcas/ex_DEPEND_DIRS = ca/legacy/pcas libCom ioc

DIRS += ca/client/perl
ca/client/perl_DEPEND_DIRS = ca/client

# PDB Core

DIRS += ioc
ioc_DEPEND_DIRS = libCom ca/client

DIRS += ioc/db/test
ioc/db/test_DEPEND_DIRS = ioc libCom/RTEMS

DIRS += ioc/dbtemplate/test
ioc/dbtemplate/test_DEPEND_DIRS = ioc

# PDB Standard Record Definitions

DIRS += std
std_DEPEND_DIRS = ioc libCom/RTEMS

DIRS += std/filters/test
std/filters/test_DEPEND_DIRS = std

DIRS += std/rec/test
std/rec/test_DEPEND_DIRS = std


include $(TOP)/configure/RULES_DIRS