wine-staging/debian/tools/Makefile.in

22 lines
398 B
Makefile
Raw Normal View History

2014-07-26 13:21:07 -07:00
#
# This file is automatically generated, DO NOT EDIT!
#
CURDIR ?= ${{.CURDIR}}
PATCH := $(CURDIR)/../debian/tools/gitapply.sh -d $(DESTDIR)
PATCHLIST := {patchlist}
.PHONY: install
install: $(PATCHLIST)
2014-07-26 13:21:07 -07:00
cat *.ok | sort | $(CURDIR)/../debian/tools/patchlist.sh | $(PATCH)
cd $(DESTDIR) && autoreconf -f
cd $(DESTDIR) && ./tools/make_requests
.PHONY: clean
clean:
rm -f *.ok
.NOTPARALLEL: