2000-03-18 06:48:54 +08:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
2021-09-15 12:45:17 +08:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2021-12-31 02:29:02 +08:00
|
|
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../.. -I ../../config
|
2000-03-18 06: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-15 12:45:17 +08:00
|
|
|
AM_CPPFLAGS = -I$(gdbdir)
|
2000-03-18 06:48:54 +08:00
|
|
|
LDADD = @LDADD@
|