linklayerprotocols/pppnif/te_ppp/te_vjcomp/config/TCSIM/Makefile
changeset 0 af10295192d8
child 1 a579325b79dd
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 # Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Symbian Foundation License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Makefile for generating Van Jacobson test data using tcsim
       
    15 # For GNU make
       
    16 # 
       
    17 #
       
    18 
       
    19 all: $(patsubst %.tcsim,%.pcap,$(wildcard *.tcsim))
       
    20 
       
    21 %.pcap: %.tcsim
       
    22 	tcsim $< | ./tcsim2pcap > $@
       
    23 
       
    24 clean:
       
    25 	-rm $(patsubst %.tcsim,%.pcap,$(wildcard *.tcsim))