alsa.audio: build the bridge link lib only for linux architecture
[AROS.git] / arch / ppc-sam440 / boot / parthenope / src / Makefile.am
blobe3b6b7b3636abeb17a191b8dab02ada2e767f97b
1 EXTRA_DIST=ldscript.lds
3 bin_PROGRAMS=Parthenope
5 Parthenope_SOURCES=\
6         cdrom.c\
7         cdrom.h\
8         context.c\
9         context.h\
10         uboot.h\
11         device.h\
12         elf.c\
13         elf.h\
14         ext2.c\
15         ext2.h\
16         image.h\
17         menu.c\
18         menu.h\
19         rdb.c\
20         rdb.h\
21         sfs.c\
22         sfs.h\
23         support.c\
24         support.h\
25         tftp.c\
26         tftp.h\
27         parthenope.c
29 Parthenope_LDFLAGS = -nostartfiles -nodefaultlibs -static -Wl,-s -Wl,-N -Wl,--entry=bootstrap -Wl,--script=ldscript.lds
30 CFLAGS = -Wall -fno-builtin -nostdinc -nostdlib -DIN_PARTHENOPE -Os -DVERSION=\"91\" -DDATE=\"`date +%-d.%-m.%Y`\"
31 if USE_UBOOT
32 CFLAGS += -ffixed-r2 -ffixed-r14 -ffixed-r29 -DUSE_UBOOT
33 endif
34 if USE_OPENFIRMWARE
35 CFLAGS += -ffreestanding -DUSE_OPENFIRMWARE
36 endif