Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / templateOmit / 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 ../Makefile.regression
10 unexport ABS_SRC
11 unexport SRCDIR
12
13 # List of fake targets:
14 .PHONY: all dep clean run Common NewTests LegacyTests /Common /NewTests /LegacyTests profile
15
16 all dep clean distclean run:
17 $(MAKE) -C NewTests $@
18 $(MAKE) -C LegacyTests $@
19
20 new:
21 $(MAKE) -C NewTests run
22
23 legacy:
24 $(MAKE) -C LegacyTests run
This page took 0.033529 seconds and 5 git commands to generate.