sbsv2/raptor/util/talon/Makefile
branchfix
changeset 256 ac7e607c7d30
parent 252 6846d05399b6
child 282 99ac65572b14
equal deleted inserted replaced
255:9a33b42b14b0 256:ac7e607c7d30
     1 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    44 # remember how to clean up:
    44 # remember how to clean up:
    45 MANIFEST:=$(SOURCEDIR)/manifest
    45 MANIFEST:=$(SOURCEDIR)/manifest
    46 
    46 
    47 TARGET:=talon
    47 TARGET:=talon
    48 SOURCES:=$(addprefix $(SOURCEDIR)/,talon.c buffer.c sema.c log.c $(PROCESS_C) $(CHOMP_C)) 
    48 SOURCES:=$(addprefix $(SOURCEDIR)/,talon.c buffer.c sema.c log.c $(PROCESS_C) $(CHOMP_C)) 
    49 #$(info $(cprogram))
       
    50 $(eval $(cprogram))
    49 $(eval $(cprogram))
    51 
    50 
    52 TARGET:=talonctl
    51 TARGET:=talonctl
    53 SOURCES:=$(addprefix $(SOURCEDIR)/,talonctl.c sema.c log.c)
    52 SOURCES:=$(addprefix $(SOURCEDIR)/,talonctl.c sema.c log.c)
    54 $(eval $(cprogram))
    53 $(eval $(cprogram))