Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / bin / org / w3c / jigsaw / https / Makefile
diff --git a/JMCR-Stable/real-world application/jigsaw/bin/org/w3c/jigsaw/https/Makefile b/JMCR-Stable/real-world application/jigsaw/bin/org/w3c/jigsaw/https/Makefile
new file mode 100644 (file)
index 0000000..8165905
--- /dev/null
@@ -0,0 +1,17 @@
+PACKAGE="org.w3c.jigsaw.https"
+
+JIGSAWFILES = \
+       SSLAdapter.java \
+       httpsd.java
+
+JIGSAWPACKAGES = \
+       socket
+
+# removed: map
+
+PACKAGES = $(JIGSAWPACKAGES)
+FILES = $(JIGSAWFILES)
+
+TOP=../../../../..
+include $(TOP)/makefiles/package.make
+include $(TOP)/makefiles/file.make