diff options
Diffstat (limited to 'Build/source/texk/web2c/omegafonts')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.am | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.in | 25 |
2 files changed, 18 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am index 479fcf3c9a8..d8b553a639a 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.am +++ b/Build/source/texk/web2c/omegafonts/Makefile.am @@ -19,7 +19,10 @@ $(proglib): $(KPATHSEA_DEPEND) ${top_srcdir}/lib/*.c ## Rebuild libkpathsea @KPATHSEA_RULE@ +if OTANGLE bin_PROGRAMS = omfonts +endif OTANGLE +EXTRA_PROGRAMS = omfonts omfonts_SOURCES = \ char_routines.c \ @@ -62,15 +65,16 @@ DISTCLEANFILES = pl-parser.output linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf +if OTANGLE install-exec-hook: cd $(DESTDIR)$(bindir) && \ for f in $(linked_programs); do \ rm -f $$f$(EXEEXT) && \ $(LN_S) omfonts$(EXEEXT) $$f$(EXEEXT) || exit 1; \ done - unistall-hook: for f in $(linked_programs); do \ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \ done +endif OTANGLE diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index eae2202ad1a..cbb33f321dd 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -34,7 +34,8 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -bin_PROGRAMS = omfonts$(EXEEXT) +@OTANGLE_TRUE@bin_PROGRAMS = omfonts$(EXEEXT) +EXTRA_PROGRAMS = omfonts$(EXEEXT) subdir = omegafonts DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \ pl-lexer.c pl-parser.c pl-parser.h @@ -589,6 +590,7 @@ maintainer-clean-generic: -rm -f pl-lexer.c -rm -f pl-parser.c -rm -f pl-parser.h +@OTANGLE_FALSE@install-exec-hook: clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am @@ -687,17 +689,16 @@ $(proglib): $(KPATHSEA_DEPEND) ${top_srcdir}/lib/*.c @KPATHSEA_RULE@ -install-exec-hook: - cd $(DESTDIR)$(bindir) && \ - for f in $(linked_programs); do \ - rm -f $$f$(EXEEXT) && \ - $(LN_S) omfonts$(EXEEXT) $$f$(EXEEXT) || exit 1; \ - done - -unistall-hook: - for f in $(linked_programs); do \ - rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \ - done +@OTANGLE_TRUE@install-exec-hook: +@OTANGLE_TRUE@ cd $(DESTDIR)$(bindir) && \ +@OTANGLE_TRUE@ for f in $(linked_programs); do \ +@OTANGLE_TRUE@ rm -f $$f$(EXEEXT) && \ +@OTANGLE_TRUE@ $(LN_S) omfonts$(EXEEXT) $$f$(EXEEXT) || exit 1; \ +@OTANGLE_TRUE@ done +@OTANGLE_TRUE@unistall-hook: +@OTANGLE_TRUE@ for f in $(linked_programs); do \ +@OTANGLE_TRUE@ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \ +@OTANGLE_TRUE@ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |