linuxcnc-hal-sys 0.1.5

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
1
2
3
4
5
6
7
8
9
TARGETS += ../bin/motion-logger

MOTION_LOGGER_SRCS := $(addprefix emc/motion-logger/, motion-logger.c)
USERSRCS += $(MOTION_LOGGER_SRCS)

../bin/motion-logger: $(call TOOBJS, $(MOTION_LOGGER_SRCS)) ../lib/libnml.so.0 ../lib/liblinuxcnchal.so.0
	$(ECHO) Linking $(notdir $@)
	$(Q)$(CC) $(LDFLAGS) -o $@ $^