summaryrefslogtreecommitdiff
path: root/trunk/darwin/firmware/PIC/devices/stepmotor/Makefile.am
blob: a1b1ff7228a0c2ec0d779071095dac31987760f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


bin_PROGRAMS = stepmotorx stepmotory stepmotorz

AM_LDFLAGS=-L@top_builddir@/share -llibreprap.a

INCLUDES=-I@top_builddir@/share
CLEANFILES=*.asm *.lst *.p *.cod

stepmotorx_SOURCES = stepmotor1.c stepmotor2.c
stepmotorx_CFLAGS=-DPORT=2

stepmotory_SOURCES = stepmotor1.c stepmotor2.c
stepmotory_CFLAGS=-DPORT=3

stepmotorz_SOURCES = stepmotor1.c stepmotor2.c
stepmotorz_CFLAGS=-DPORT=4