URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [wince/] [Makefile.am] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = cygnus
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
VPATH = $(gdbdir)
bin_PROGRAMS = stub.exe
stub_exe_SOURCES = wince-stub.c
tooldir = $(exec_prefix)/$(host_alias)
INCLUDES = -I$(gdbdir)
LDADD = @LDADD@
Go to most recent revision | Compare with Previous | Blame | View Log