linuxcnc-hal-sys 0.1.5

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
1
2
3
4
5
6
INCLUDES += emc/motion

$(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.h)): ../include/%.h: ./emc/motion/%.h
	cp $^ $@
$(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.hh)): ../include/%.hh: ./emc/motion/%.hh
	cp $^ $@