mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-25 16:47:20 +08:00
f9dc151186
Move the minor wince-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level. The makefile is a bit tricky, but maybe it still works.
9 lines
297 B
Makefile
9 lines
297 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
|
VPATH += $(gdbdir)
|
|
bin_PROGRAMS += %D%/stub.exe
|
|
%C%_stub_exe_SOURCES = wince-stub.c
|
|
%C%_stub_exe_CPPFLAGS = $(AM_CPPFLAGS) -I$(gdbdir)
|
|
%C%_stub_exe_LDADD = -lwinsock $(WINCE_STUB_LIBS)
|