mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-29 02:44:20 +00:00
9 lines
277 B
Makefile
9 lines
277 B
Makefile
|
|
MTPL = ltmacros.tpl
|
|
TPL = base-txt.tpl clean-txt.tpl compile-txt.tpl execute-txt.tpl \
|
|
finish-txt.tpl install-txt.tpl link-txt.tpl ltmain.tpl ltstr.tpl
|
|
DEF = ltstr.def
|
|
|
|
newltmain.in : $(TPL) $(DEF) $(MTPL)
|
|
autogen -T ltmain.tpl -l ltmacros.tpl -DSCRIPT=1 ltstr.def
|