4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-05 14:35:56 +08:00

14 lines
325 B
Makefile
Raw Normal View History

2000-03-17 22:48:54 +00:00
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I . -I ..
2000-03-17 22:48:54 +00:00
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
VPATH = $(gdbdir)
bin_PROGRAMS = stub.exe
stub_exe_SOURCES = wince-stub.c
tooldir = $(exec_prefix)/$(host_alias)
AM_CPPFLAGS = -I$(gdbdir)
2000-03-17 22:48:54 +00:00
LDADD = @LDADD@