Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « wince « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c78894a55a4de49758bb768bfe560ddb4300bd9 (plain)
1
2
3
4
5
6
7
8
## 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)