[amalgam] Rename hb.cc to harfbuzz.cc

Part of https://github.com/harfbuzz/harfbuzz/issues/1809
This commit is contained in:
Behdad Esfahbod 2019-07-03 12:10:03 -07:00
parent 4cb180d227
commit d515242045
2 changed files with 4 additions and 4 deletions

View File

@ -303,12 +303,12 @@ $(srcdir)/%.hh: $(srcdir)/%.rl
$(AM_V_GEN)(cd $(srcdir) && $(RAGEL) -e -F1 -o "$*.hh" "$*.rl") \
|| ($(RM) "$@"; false)
hb.cc: Makefile.sources
harfbuzz.cc: Makefile.sources
$(AM_V_GEN) \
for f in $(HB_BASE_sources); do echo '#include "'$$f'"'; done | \
grep '[.]cc"' > $(srcdir)/hb.cc \
|| ($(RM) $(srcdir)/hb.cc; false)
EXTRA_DIST += hb.cc
grep '[.]cc"' > $(srcdir)/harfbuzz.cc \
|| ($(RM) $(srcdir)/harfbuzz.cc; false)
EXTRA_DIST += harfbuzz.cc
noinst_PROGRAMS = \
main \