Automatically regenerate Probe.h if Probe.interface changes
This commit is contained in:
parent
2416b08d1d
commit
5c5a0fec2b
|
@ -17,7 +17,7 @@ INSTALL = install
|
||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
../data/Probe.h:
|
../data/Probe.h: ../data/Probe.interface
|
||||||
./appbroker.sh "../data/Probe.h"
|
./appbroker.sh "../data/Probe.h"
|
||||||
|
|
||||||
Probe_OBJS = probe.o
|
Probe_OBJS = probe.o
|
||||||
|
|
|
@ -9,6 +9,7 @@ dist=Makefile,appbroker.sh
|
||||||
[../data/Probe.h]
|
[../data/Probe.h]
|
||||||
type=script
|
type=script
|
||||||
script=./appbroker.sh
|
script=./appbroker.sh
|
||||||
|
depends=../data/Probe.interface
|
||||||
|
|
||||||
[Probe]
|
[Probe]
|
||||||
type=binary
|
type=binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user