be a bit more descriptive about failures. don't try to blindly continue if we fail...
[AROS.git] / tools / dtdesc / Makefile.vbccppc
blobba5e818f46fd4777c3cf38340275605e31526782
1 # Makefile for dtdesc
3 .SUFFIXES: .c.o
5 CC = vc
7 CFLAGS = +ppc -Ic_iff/
9 .c.o:
10         $(CC) $(CFLAGS) -c $*.c -o $@
12 all: createdtdesc examinedtdesc
14 createdtdesc: createdtdesc.o
15         vlink -belf32powerup -nostdlib -Lvlibppc: -Ljd:aros/dtdesc/c_iff/ vlibppc:startup.o createdtdesc.o -lc_iff -lvc -lpowerup -o createdtdesc
17 examinedtdesc: examinedtdesc.o
18         vlink -belf32powerup -nostdlib -Lvlibppc: -Ljd:aros/dtdesc/c_iff/ vlibppc:startup.o examinedtdesc.o -lc_iff -lvc -lpowerup -o examinedtdesc
20 clean:
21         delete FORCE #?.o
22         delete FORCE examinedtdesc
23         delete FORCE createdtdesc