Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / compileonly / Makefile
1 ##############################################################################
2 # Copyright (c) 2000-2016 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 # Contributors:
9 # Baji, Laszlo
10 # Balasko, Jeno
11 # Baranyi, Botond
12 # Forstner, Matyas
13 # Kovacs, Ferenc
14 # Raduly, Csaba
15 # Szabados, Kristof
16 # Szabo, Janos Zoltan – initial implementation
17 #
18 ##############################################################################
19 TOPDIR := ..
20 include $(TOPDIR)/Makefile.regression
21
22 CODIRS := dynamicTemplate styleGuide topLevelPdu \
23 circularImport circularImport2 typeInstantiation \
24 compareImported compoundif \
25 centralstorage mfgen-tpd \
26 openType optionalAssignCompare portConstructor \
27 isbound namedActualParameters assignmentNotation \
28 attribQualif HT48786 selectCase openTypeNames
29
30 all dep clean distclean:
31 for dir in $(CODIRS); do $(MAKE) -C $$dir $@ || exit; done
This page took 0.043549 seconds and 5 git commands to generate.