Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Makefile
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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###############################################################################
8TOPDIR := ../..
9include $(TOPDIR)/Makefile.regression
10
11XDIRS := Examples HN21072 HN65402 HO16426 HO12250 HO18151 HO21968 HQ48576
12
13ifneq (,$(findstring -Nold, $(TTCN3_COMPILER) $(COMPILER_FLAGS)))
14XDIRS := $(filter-out New2 RLP_INIT RLP_RESULT, $(XDIRS))
15endif
16
17
18# List of fake targets:
19.PHONY: all dep clean run convert compile $(XDIRS)
20
21all 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
28testclean:
29 $(MAKE) -C .. $@
30
31-include $(TOPDIR)/Makefile.personal
32
This page took 0.025017 seconds and 5 git commands to generate.