4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-25 16:47:20 +08:00
Mike Frysinger f9dc151186 libgloss: merge wince configure script up a level
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.
2022-02-17 20:35:32 -05:00

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)