35 lines
485 B
Plaintext
35 lines
485 B
Plaintext
targets=test,disabled,phony,s p a c e s,s p a c e s 2
|
|
dist=Makefile
|
|
|
|
[test]
|
|
type=script
|
|
script=./script.sh
|
|
prefix=/somewhere/else
|
|
install=/somewhere/else/again
|
|
|
|
[disabled]
|
|
type=script
|
|
script=./script.sh
|
|
depends=a.c,b.c
|
|
enabled=0
|
|
|
|
[phony]
|
|
type=script
|
|
script=./script.sh
|
|
flags=-O TARGET=phony
|
|
depends=a.c,b.c
|
|
phony=1
|
|
install=
|
|
|
|
[s p a c e s]
|
|
type=script
|
|
script=./s c r i p t.sh
|
|
depends=$(OBJDIR)s p a c e s 2
|
|
phony=1
|
|
install=
|
|
|
|
[s p a c e s 2]
|
|
type=script
|
|
script=./s c r i p t.sh
|
|
install=
|