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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/wince/Makefile.am')
-rw-r--r--libgloss/wince/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgloss/wince/Makefile.am b/libgloss/wince/Makefile.am
new file mode 100644
index 000000000..acb72b8bf
--- /dev/null
+++ b/libgloss/wince/Makefile.am
@@ -0,0 +1,12 @@
+## Process this file with automake to produce Makefile.in.
+
+AUTOMAKE_OPTIONS = cygnus
+
+gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
+VPATH = $(gdbdir)
+bin_PROGRAMS = stub.exe
+stub_exe_SOURCES = wince-stub.c
+
+tooldir = $(exec_prefix)/$(host_alias)
+INCLUDES = -I$(gdbdir)
+LDADD = @LDADD@