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
15 years ago
|
SUBDIRS = . backend kfrontend
|
||
|
|
||
13 years ago
|
PAM = @TDM_PAM_SERVICE@
|
||
15 years ago
|
|
||
|
noinst_DATA=config.ci
|
||
|
|
||
13 years ago
|
tdmdocdir = $(datadir)/doc/tdm
|
||
|
tdmdoc_DATA = README
|
||
15 years ago
|
|
||
|
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
|
||
|
|
||
13 years ago
|
### this is *only* for the tdm home page maintainer! ###
|
||
15 years ago
|
hp:
|
||
13 years ago
|
scp README ChangeLog TODO devel-home:files/tdm
|