Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Makefile
1 ###############################################################################
2 # Copyright (c) 2000-2015 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 ###############################################################################
8 TOPDIR := ../..
9 include $(TOPDIR)/Makefile.regression
10
11 XDIRS := Examples HN21072 HN65402 HO16426 HO12250 HO18151 HO21968 HQ48576
12
13 ifneq (,$(findstring -Nold, $(TTCN3_COMPILER) $(COMPILER_FLAGS)))
14 XDIRS := $(filter-out New2 RLP_INIT RLP_RESULT, $(XDIRS))
15 endif
16
17
18 # List of fake targets:
19 .PHONY: all dep clean run convert compile $(XDIRS)
20
21 all dep clean run convert compile distclean:
22 for dir in $(XDIRS); do $(MAKE) -C $$dir $@ || exit; done
23
24 # To run just one test
25 $(XDIRS):
26 $(MAKE) -C $@ run
27
28 testclean:
29 $(MAKE) -C .. $@
30
31 -include $(TOPDIR)/Makefile.personal
32
This page took 0.041579 seconds and 5 git commands to generate.