Select Git revision
DigitalIn.java
Forked from
Anders Blomdell / moberg
Source project has a limited visibility.
-
Anders Blomdell authoredAnders Blomdell authored
Makefile 384 B
MODULES=LabCommDispatcher \
LabCommDecoderRegistry \
LabComm \
LabCommSample \
LabCommHandler \
LabCommEncoderRegistry \
LabCommDecoder \
LabCommType \
LabCommEncoderChannel \
LabCommEncoder \
LabCommDecoderChannel \
all: labcomm.dll
labcomm.dll: $(MODULES:%=se/lth/control/labcomm/%.cs) Makefile
mcs -out:$@ -target:library $(filter %.cs, $^)
clean:
rm -f labcomm.dll