File: rules.source

package info (click to toggle)
gcc-11 11.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 87,056 kB
  • sloc: makefile: 2,640; sh: 1,132; python: 1,110; awk: 23; cpp: 14
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (44)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
patchdir = $(SOURCE_DIR)/patches

include $(SOURCE_DIR)/debian/rules.defs
include $(SOURCE_DIR)/debian/rules.patch
include $(SOURCE_DIR)/debian/rules.unpack

patch-source: $(patch_stamp)

clean-source:
	rm -rf $(stampdir)
	rm -rf $(gcc_srcdir) $(gdc_srcdir)
	rm -rf bin
	rm -rf $(srcdir)