summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/chello_gba/src-Makefile.am
blob: a41e883ac2803f58fb857c75b136af3c2eaf02b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: %{APPNAMELC}.gba

%{APPNAMELC}.gba: %{APPNAMELC}
	arm-agb-elf-objcopy -O binary %{APPNAMELC} %{APPNAMELC}.gba

bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = main.h main.c font.raw.c master.pal.c

# set the include path found by configure
INCLUDES= $(all_includes)

# the library search path.
%{APPNAMELC}_LDFLAGS = $(all_libraries)