File: Makefile.am

package info (click to toggle)
uruk 20240930-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: sh: 1,910; makefile: 155; xml: 51
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
## Process this file with automake to produce Makefile.in
## this file maintained at http://git.mdcc.cx/uruk.git

sbin_SCRIPTS = uruk urukctl uruk-save
EXTRA_DIST = $(sbin_SCRIPTS) uruk.in

uruk: uruk.in
	sed 's/@URUK_VERSION@/@PACKAGE_VERSION@/' $< >$@