20000317 sourceware import
This commit is contained in:
12
libgloss/wince/Makefile.am
Normal file
12
libgloss/wince/Makefile.am
Normal file
@@ -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@
|
||||
Reference in New Issue
Block a user