wine-staging/debian/tools/Makefile.in

26 lines
490 B
Makefile
Raw Normal View History

2014-07-26 22:21:07 +02:00
#
# This file is automatically generated, DO NOT EDIT!
#
CURDIR ?= ${{.CURDIR}}
PATCH := $(CURDIR)/../debian/tools/gitapply.sh
APPLY_PATCH = \
@echo "Applying $(1)"; \
cd $(DESTDIR) && $(PATCH) < $(CURDIR)/$(1)
2014-07-26 22:21:07 +02:00
PATCHLIST := {patchlist}
.PHONY: install
install: $(PATCHLIST)
cat *.ok | sort | $(CURDIR)/../debian/tools/patchlist.sh | (cd $(DESTDIR) && $(PATCH))
2014-07-26 22:21:07 +02:00
cd $(DESTDIR) && autoreconf -f
cd $(DESTDIR) && ./tools/make_requests
.PHONY: clean
clean:
rm -f *.ok
.NOTPARALLEL: