Root/xbboot/host-app/Makefile.am

1AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb -lconfuse
2
3xbboot_version.h:
4    echo -e '#ifndef XBBOOT_VERSION' \
5    '\n#define XBBOOT_VERSION "20090815-1"' \
6    '\n#endif' > xbboot_version.h
7BUILT_SOURCES = xbboot_version.h
8
9bin_PROGRAMS = xbboot
10xbboot_SOURCES = host_main.c
11
12prefix = /usr
13datadir = /usr/share/xburst-tools
14data_DATA = ../target-stage1/stage1.bin
15
16EXTRA_DIST = $(datadir)
17
18../target-stage1/stage.bin:
19    $(MAKE) -C ../target-stage1
20

Archive Download this file



interactive