A large commit.
[pdp8.git] / sw / dumprest / original / Makefile
CommitLineData
81e70d48
PH
1#Makefile by Philipp Hachtmann, 2015
2
3CC=gcc
4PAL=palbart
5
6CFLAGS=-Wall
7PALFLAGS=-l
8
9PROGS=dumprk05 restrk05 dumprx01 restrx01 dumptd8e resttd8e sendtape dumbterm blkdectp
10
11BINS=restrk05.bin dumprk05.bin restrx01.bin dumprx01.bin setdenrx02.bin resttd8e.bin \
12 dumptd8e.bin readrk05.bin testrk05.bin testrk05s1.bin
13
14default: $(PROGS) $(BINS)
15
16
17$(PROGS):%:%.c
18 $(CC) -o $@ $<
19
20
21$(BINS):%.bin:%.pal
22 $(PAL) $(PALFLAGS) $<
23
24
25clean:
26 rm -f $(PROGS) *~ $(BINS) *.lst *.err