summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/autoconf-firmware-old/devices/stepmotor/Makefile.am
blob: 7e4dfa71bc4038f06336590eac349817ac524994 (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