File: Makefile.am

package info (click to toggle)
skyeye 1.2.5-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,236 kB
  • ctags: 19,345
  • sloc: ansic: 90,379; sh: 5,188; python: 707; cpp: 417; makefile: 322; exp: 38
file content (11 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
utils_config = config/skyeye_arch.c  config/skyeye_config.c  config/skyeye_options.c
utils_debugger = debugger/arch_regdefs.c  debugger/cf_regdefs.c      debugger/mips_regdefs.c \
debugger/arm_regdefs.c   debugger/gdbserver.c       debugger/ppc_regdefs.c  \
debugger/bfin_regdefs.c  debugger/gdb_tracepoint.c  debugger/skyeye2gdb.c

utils_profile = profile/code_cov.c profile/symbol.c

libutils_a_SOURCES = $(utils_config) $(utils_debugger) $(utils_profile)
noinst_LIBRARIES =      libutils.a
DEFS = -DMODET -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 
INCLUDES =  -I$(top_srcdir)/arch/arm/dbct/ -I$(top_srcdir)/device/uart/ -I$(top_srcdir)/device/net/ -I$(top_srcdir)/device/lcd -I$(top_srcdir)/arch/arm/common -I$(top_srcdir)/arch/arm/ -I$(top_srcdir)/arch/bfin/common -I$(top_srcdir)/arch/mips/common -I$(top_srcdir)/arch/ppc/common @COMMON_INCLUDES@