File: rules.source

package info (click to toggle)
gcc-15 15.2.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 131,812 kB
  • sloc: makefile: 2,759; python: 1,036; sh: 982; awk: 23; perl: 18; cpp: 14
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (52)
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)