#
# webCDcreator/4pluginRSA/Makefile
#
# This file is part of webCDwriter - Network CD Writing.
#
# Copyright (C) 1999-2003 Jrg P. M. Haeger
#
# webCDwriter is free software. See CDWserver.cpp for details.
#

include ../../config

all: installCA.class

installCA.class: installCA.java
	javac installCA.java

install: all
	install -d -m 755 $(INSTDIR)/
	$(INSTALL) -m 644 \
		info.html \
		installCA.class installCA.html installCA.java \
		TCTrustCenterClass3CA.der \
		TCTrustCenterClass3CA.txt \
		$(INSTDIR)/

clean:
	rm -f *~ .nfs* core .directory

maintainer-clean: clean
	rm -f *.class webCDcreator.jar
