summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling/Makefile
blob: ef513e4c21094a17042cf7b58ee44919b72a0ed2 (plain)
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
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# @file Makefile
#
# $Id$
#
# This file was automatically generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
#----------------------------------------------------------------------------


MAKE_OPTIONS=$(shell echo $(MAKEFLAGS) | sed 's/--unix *//; s/ .*//')
ifeq ($(findstring k,$(MAKE_OPTIONS)),k)
  KEEP_GOING = 1
else
  KEEP_GOING = 0
endif

%.tgt0:
ifeq ($(KEEP_GOING),1)
	-@$(MAKE) -f Makefile.RTCosScheduling_Client -C . $(*);
else
	@$(MAKE) -f Makefile.RTCosScheduling_Client -C . $(*);
endif
%.tgt1: %.tgt0
ifeq ($(KEEP_GOING),1)
	-@$(MAKE) -f Makefile.commonlib -C . $(*);
else
	@$(MAKE) -f Makefile.commonlib -C . $(*);
endif
%.tgt2: %.tgt0 %.tgt1
ifeq ($(KEEP_GOING),1)
	-@$(MAKE) -f Makefile.RTCosScheduling_Server -C . $(*);
else
	@$(MAKE) -f Makefile.RTCosScheduling_Server -C . $(*);
endif


all: all.tgt0 all.tgt1 all.tgt2

debug: debug.tgt0 debug.tgt1 debug.tgt2

profile: profile.tgt0 profile.tgt1 profile.tgt2

optimize: optimize.tgt0 optimize.tgt1 optimize.tgt2

install: install.tgt0 install.tgt1 install.tgt2

deinstall: deinstall.tgt0 deinstall.tgt1 deinstall.tgt2

clean: clean.tgt0 clean.tgt1 clean.tgt2

realclean: realclean.tgt0 realclean.tgt1 realclean.tgt2

clobber: clobber.tgt0 clobber.tgt1 clobber.tgt2

depend: depend.tgt0 depend.tgt1 depend.tgt2

rcs_info: rcs_info.tgt0 rcs_info.tgt1 rcs_info.tgt2

idl_stubs: idl_stubs.tgt0 idl_stubs.tgt1 idl_stubs.tgt2