aboutsummaryrefslogtreecommitdiff
path: root/libgloss/wince/Makefile.am
blob: d32e4184c363d4edb8c2539e78806a7f1a70cfac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in.

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I . -I .. -I ../.. -I ../../config

gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
VPATH = $(gdbdir)
bin_PROGRAMS = stub.exe
stub_exe_SOURCES = wince-stub.c

tooldir = $(exec_prefix)/$(host_alias)
AM_CPPFLAGS = -I$(gdbdir)
LDADD = @LDADD@