Skip to content
Snippets Groups Projects
Select Git revision
  • 9e6d543609fcf268b949da4180d8acb4177174d0
  • master default protected
  • cont-frb/moberg-review
  • v0.9.20
  • v0.9.19
  • v0.9.18
  • v0.9.17
  • v0.9.16
  • v0.9.15
  • v0.9.14
  • v0.9.13
  • v0.9.12
  • v0.9.11
  • v0.9.10
  • v0.9.9
  • v0.9.8
  • v0.9.7
  • v0.9.6
  • v0.9.5
  • v0.9.4
  • v0.9.3
  • v0.9.2
  • v0.9.1
23 results

DigitalIn.java

Blame
  • Forked from Anders Blomdell / moberg
    Source project has a limited visibility.
    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