Update README.linux
[deliverable/titan.core.git] / Makefile.genrules
index b33ef4c2138de160d28f7ad7bdbc9109970a07dd..0d90676332eefaaf273fd6ab92022ce363d1b07b 100644 (file)
@@ -1,10 +1,20 @@
-###############################################################################
-# Copyright (c) 2000-2014 Ericsson Telecom AB
+##############################################################################
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
-###############################################################################
+#
+# Contributors:
+#   Balasko, Jeno
+#   Baranyi, Botond
+#   Forstner, Matyas
+#   Kovacs, Ferenc
+#   Pandi, Krisztian
+#   Raduly, Csaba
+#   Szabo, Janos Zoltan – initial implementation
+#
+##############################################################################
 # General stuff (to be included at the end of makefiles). The
 # following variables are used: DEPFILES, SUBDIRS...
 
@@ -79,6 +89,10 @@ V_DEP = $(V_DEP_$(VD))
 %.o: %.c
        $(V_CC)$(CC) -c $(CPPFLAGS) $(CCFLAGS) $< -o $@
 
+# Special rule for building profmerge files
+%.profmerge.o: %.cc
+       $(V_CXX)$(CXX) -c -DPROF_MERGE $(CPPFLAGS) $(CXXFLAGS) $< -o $@
+
 %.o: %.cc
        $(V_CXX)$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $< -o $@
 
This page took 0.028083 seconds and 5 git commands to generate.