Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / www / mux / Makefile
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/mux/Makefile b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/mux/Makefile
new file mode 100644 (file)
index 0000000..455767a
--- /dev/null
@@ -0,0 +1,24 @@
+PACKAGE=org.w3c.www.mux
+
+JIGSAWFILES = \
+       MUX.java \
+       MuxInputStream.java \
+       MuxOutputStream.java \
+       MuxReader.java \
+       MuxSession.java \
+       MuxStream.java \
+       MuxWriter.java \
+       MuxStreamHandler.java \
+       MuxProtocolHandler.java \
+       SampleMuxHandler.java
+
+JIGSAWPACKAGES = \
+       handlers \
+       tests
+
+PACKAGES = $(JIGSAWPACKAGES)
+FILES = $(JIGSAWFILES)
+
+TOP=../../../../..
+include $(TOP)/makefiles/file.make
+include $(TOP)/makefiles/package.make