Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / bin / org / w3c / jigsaw / auth / Makefile
diff --git a/JMCR-Stable/real-world application/jigsaw/bin/org/w3c/jigsaw/auth/Makefile b/JMCR-Stable/real-world application/jigsaw/bin/org/w3c/jigsaw/auth/Makefile
new file mode 100644 (file)
index 0000000..a38d11d
--- /dev/null
@@ -0,0 +1,19 @@
+PACKAGE = "org.w3c.jigsaw.auth"
+
+JIGSAWFILES = \
+       AuthFilter.java \
+       AuthRealm.java \
+       AuthUser.java \
+       GenericAuthFilter.java \
+       DigestAuthFilter.java \
+       IPMatcher.java \
+       IPTemplatesAttribute.java \
+       PasswordAttribute.java \
+       RealmsCatalog.java
+
+FILES = $(JIGSAWFILES)
+
+TOP=../../../../..
+include $(TOP)/makefiles/file.make
+
+