X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;h=503151388203fd670df1ec0ed68df0f89483cbea;hp=f98715d0bdba1becda2eb871e744b5390595b12f;hb=a57ca7869271801e18204a10209e625548745b71;hpb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4 diff --git a/Makefile.frag b/Makefile.frag index f98715d..5031513 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -3,6 +3,10 @@ PHP_PSI_HEADERS := $(addprefix $(PHP_PSI_BUILDDIR)/,$(PHP_PSI_HEADERS)) PHP_PSI_SOURCES := $(addprefix $(PHP_PSI_SRCDIR)/,$(PHP_PSI_SOURCES)) +$(PHP_PSI_BUILDDIR)/types: + mkdir -p $@ +$(PHP_PSI_BUILDDIR)/types/%.h: $(PHP_PSI_SRCDIR)/src/types/%.h | $(PHP_PSI_BUILDDIR)/types + @cat >$@ <$< $(PHP_PSI_BUILDDIR)/%.h: $(PHP_PSI_SRCDIR)/src/%.h @cat >$@ <$< @@ -15,6 +19,7 @@ psi-build-headers: $(PHP_PSI_HEADERS) .PHONY: psi-clean-headers psi-clean-headers: -rm -f $(PHP_PSI_HEADERS) + -rmdir $(PHP_PSI_BUILDDIR)/types .PHONY: psi-clean-sources psi-clean-sources: @@ -28,8 +33,8 @@ psi-clean-aux: .PHONY: psi-clean psi-clean: psi-clean-headers psi-clean-sources psi-clean-aux - - + + lempar.c: curl -sSo $@ "http://www.sqlite.org/src/raw/tool/lempar.c?name=3ec1463a034b37d87d782be5f6b8b10a3b1ecbe7"