# -*- dokl: AktivPerlMake; mode: makefile; coding: utf-8 -*-
# Time-stamp: <2008-11-27 00:36:06 phm>

DOK := aktiv_perl
DIR := /svn/i2p/aktiv/perl
URL := https://a2e.de/svn/i2p/aktiv/perl
TIT := Perl Modules for Aktiv
CONV := deplate
# ALL_EXTRA := doktop.html
# CLEAN_EXTRA :=
# PHONY_EXTRA := ical
# INSTALL_EXTRA := ical

include a2e/defs.mk

CGIDIR := /srv/www/cgi-bin
BINDIR := /opt/a2e/bin
ETCDIR := $(shell perl -e 'for (@INC) { print "$$_\n" }' | grep site_perl$$)/FFII
DIRS := ${BINDIR} ${ETCDIR} ${CGIDIR}
CGIS := aktiv.pl
BINS := knechttest.pl
ETCS := Knecht.pm Aktiv2Knecht.pm

include a2e/install.mk

test:
	knechttest -adv -u cjhguhd -p kokoromi dabei getvals
commit:	cleanup update test
	svn commit -m "aktiv_perl: committing tested version"	
lern:
	echo ${CGIS}
	echo ${CGITARGETS}

#EOT
