2018-11-03 01:57:43 +00:00
|
|
|
SUBDIRS = applications icons/48x48 icons/64x64 icons/scalable
|
2018-10-31 22:21:08 +00:00
|
|
|
bin_SCRIPTS = pam_panic_config
|
2018-11-03 00:50:17 +00:00
|
|
|
|
|
|
|
%: %.prebuild
|
|
|
|
{ sldr=$$(echo "$(SECUREDIR)" | $(SED) 's/\//\\\//g'); $(SED) "s/__SECURELIBDIR__/$$sldr/" $< > $@ ; }
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
$(RM) *.tmp
|