Projet_SETI_RISC-V/riscv-gnu-toolchain/newlib/libgloss/wince/Makefile.am

13 lines
292 B
Makefile
Raw Normal View History

2023-03-06 14:48:14 +01:00
## 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@