Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / jigsaw / http / mux / Makefile
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/jigsaw/http/mux/Makefile b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/jigsaw/http/mux/Makefile
new file mode 100644 (file)
index 0000000..092ee8f
--- /dev/null
@@ -0,0 +1,12 @@
+PACKAGE = "org.w3c.jigsaw.http.mux"
+
+JIGSAWFILES = \
+       MuxClient.java \
+       MuxHttpHandler.java \
+       MuxClientFactory.java
+
+FILES = $(JIGSAWFILES)
+
+TOP=../../../../../..
+include $(TOP)/makefiles/file.make
+