2000-03-17 14:48:54 -08:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
2021-09-14 21:45:17 -07:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2021-12-30 10:29:02 -08:00
|
|
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../.. -I ../../config
|
2000-03-17 14:48:54 -08:00
|
|
|
|
|
|
|
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
|
|
|
VPATH = $(gdbdir)
|
|
|
|
bin_PROGRAMS = stub.exe
|
|
|
|
stub_exe_SOURCES = wince-stub.c
|
|
|
|
|
|
|
|
tooldir = $(exec_prefix)/$(host_alias)
|
2021-09-14 21:45:17 -07:00
|
|
|
AM_CPPFLAGS = -I$(gdbdir)
|
2000-03-17 14:48:54 -08:00
|
|
|
LDADD = @LDADD@
|