File: rules.source

package info (click to toggle)
gcc-11 11.3.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 87,952 kB
  • sloc: makefile: 2,568; sh: 1,115; python: 1,106; awk: 23; cpp: 14
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (48)
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)