summaryrefslogtreecommitdiffstats
path: root/c/src/optman/Makefile.am
blob: 14143e9549b1bef3dea99a88cc3acc4e9b0278c4 (plain) (blame)
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
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

EXEEXT =

project_lib_PROGRAMS =

project_lib_PROGRAMS += no-ext.rel
no_ext_rel_SOURCES = sapi/no-ext.c
no_ext_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_ext_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-io.rel
no_io_rel_SOURCES = sapi/no-io.c
no_io_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_io_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-dpmem.rel
no_dpmem_rel_SOURCES = rtems/no-dpmem.c
no_dpmem_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_dpmem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-event.rel
no_event_rel_SOURCES = rtems/no-event.c
no_event_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_event_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-msg.rel
no_msg_rel_SOURCES = rtems/no-msg.c
no_msg_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_msg_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-mp.rel
no_mp_rel_SOURCES = rtems/no-mp.c
no_mp_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_mp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-part.rel
no_part_rel_SOURCES = rtems/no-part.c
no_part_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_part_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-region.rel
no_region_rel_SOURCES = rtems/no-region.c
no_region_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_region_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-rtmon.rel
no_rtmon_rel_SOURCES = rtems/no-rtmon.c
no_rtmon_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_rtmon_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-sem.rel
no_sem_rel_SOURCES = rtems/no-sem.c
no_sem_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_sem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-signal.rel
no_signal_rel_SOURCES = rtems/no-signal.c
no_signal_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_signal_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

project_lib_PROGRAMS += no-timer.rel
no_timer_rel_SOURCES = rtems/no-timer.c
no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
no_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)

include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am