symbian-qemu-0.9.1-12/dtc-trunk/Makefile.am
author johnathan.white@2718R8BGH51.accenture.com
Mon, 08 Mar 2010 18:45:03 +0000
changeset 46 b6935a90ca64
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer Add example minigui application with hooks to profiler (which writes results to S:\). Modified NGA framebuffer to run its own dfc queue at high priority

# Copyright (C) 2008 CodeSourcery
# All rights reserved.

## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = 1.9 foreign

WARNING_CFLAGS = -Wall
PIC_CFLAGS = -fPIC

AM_CFLAGS = $(WARNING_CFLAGS) $(CDEFINES)
AM_CCASFLAGS = $(AM_CFLAGS)

bin_PROGRAMS = dtc ftdump

AM_CPPFLAGS = -I$(srcdir)/libfdt
AM_YFLAGS = -d

dtc_SOURCES = dtc.c flattree.c fstree.c data.c livetree.c \
	treesource.c srcpos.c checks.c dtc-parser.y dtc-lexer.l

ftdump_SOURCES = ftdump.c

BUILT_SOURCES = version_gen.h dtc-parser.h
version_gen.h: Makefile
	echo "#define DTC_VERSION \"DTC @PACKAGE_VERSION@ @PKGVERSION@\"" > $@
	echo "#define BUG_URL \"@BUGURL@\"" >> $@