You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
522 B
21 lines
522 B
SUBDIRS = . backend kfrontend
|
|
|
|
PAM = @KDM_PAM_SERVICE@
|
|
|
|
noinst_DATA=config.ci
|
|
|
|
kdmdocdir = $(datadir)/doc/kdm
|
|
kdmdoc_DATA = README
|
|
|
|
install-data-local:
|
|
-@test -n "$(DESTDIR)" || test -z "$(PAM)" || { $(top_srcdir)/mkpamserv $(PAM) && $(top_srcdir)/mkpamserv -P $(PAM)-np; }
|
|
|
|
config.ci: $(srcdir)/config.def $(srcdir)/confproc.pl
|
|
$(PERL) -w $(srcdir)/confproc.pl $(srcdir)/config.def $@
|
|
|
|
CLEANFILES = config.ci
|
|
|
|
### this is *only* for the kdm home page maintainer! ###
|
|
hp:
|
|
scp README ChangeLog TODO devel-home:files/kdm
|