Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « wince « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acb72b8bfc2123d21d62ae7ac9f6568b2ab79c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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@