source: trunk/libs/newlib/src/libgloss/wince/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 292 bytes
Line 
1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = cygnus
4
5gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
6VPATH = $(gdbdir)
7bin_PROGRAMS = stub.exe
8stub_exe_SOURCES = wince-stub.c
9
10tooldir = $(exec_prefix)/$(host_alias)
11INCLUDES = -I$(gdbdir)
12LDADD = @LDADD@
Note: See TracBrowser for help on using the repository browser.