4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 03:50:28 +08:00

9 lines
297 B
PHP
Raw Normal View History

## 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)