linklayerprotocols/pppnif/te_ppp/te_vjcomp/config/TCSIM/Makefile
changeset 0 af10295192d8
child 1 a579325b79dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/linklayerprotocols/pppnif/te_ppp/te_vjcomp/config/TCSIM/Makefile	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,25 @@
+# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of the License "Symbian Foundation License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+# Makefile for generating Van Jacobson test data using tcsim
+# For GNU make
+# 
+#
+
+all: $(patsubst %.tcsim,%.pcap,$(wildcard *.tcsim))
+
+%.pcap: %.tcsim
+	tcsim $< | ./tcsim2pcap > $@
+
+clean:
+	-rm $(patsubst %.tcsim,%.pcap,$(wildcard *.tcsim))