mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
name=@ALIASNAME@
|
|
|
|
nozshdep=1
|
|
|
|
moddeps="@DEPNAME@"
|
|
|
|
objects="@LOCALNAME@.o"
|
|
|
|
:<<\Make
|
|
@LOCALNAME@.mdd: alias.mdd.in
|
|
rm -f $@
|
|
cd $(sdir) && ./.preconfig
|
|
|
|
@LOCALNAME@.c: alias.c.in
|
|
sed 's,@NAME@,@LOCALNAME@,g' < $(sdir)/alias.c.in > $@
|
|
|
|
clean-here: clean.@LOCALNAME@
|
|
clean.@LOCALNAME@:
|
|
rm -f @LOCALNAME@.c
|
|
Make
|