1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = cygnus
4
5gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
6VPATH = $(gdbdir)
7bin_PROGRAMS = stub.exe
8stub_exe_SOURCES = wince-stub.c
9
10tooldir = $(exec_prefix)/$(host_alias)
11INCLUDES = -I$(gdbdir)
12LDADD = @LDADD@
13