summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/autoconf-firmware-old/devices/extruder/Makefile.am
blob: b3f6c9ce9459766de6bbb8166ef34c2b0784cfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

bin_PROGRAMS = extruder1 extruder2

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

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

extruder1_SOURCES = extruder1.c extruder2.c
extruder1_CFLAGS=-DPORT=8

extruder2_SOURCES = extruder1.c extruder2.c
extruder2_CFLAGS=-DPORT=9