File: Makefile

package info (click to toggle)
paexec 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 904 kB
  • sloc: sh: 3,435; ansic: 1,959; makefile: 174; pascal: 19
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
SCRIPTS     =	run_cc_wrapper2
SCRIPTSDIR ?=	${FILESDIR}

FILES      !=	echo *.c
FILESDIR    =	${EGDIR}/${.CURDIR:T}

.include <mkc.files.mk>