File: Makefile

package info (click to toggle)
dpatch 2.0.38%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: sh: 1,013; makefile: 225; awk: 57; perl: 17
file content (15 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
top_srcdir	:= ..

include ../config.mk

SAMPLES		= sample.00template

all clean: ;

install:
	${MAKE} -C rules $@
	${MAKE} -C dpatch $@
	install -d ${DESTDIR}${sampledir}
	install -m 0644 ${SAMPLES} ${DESTDIR}/${sampledir}/

# arch-tag: e7d31caf-a56d-4006-8982-ead43c005e57