|
Last change
on this file since 641 was
444,
checked in by satin@…, 8 years ago
|
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
|
File size:
292 bytes
|
| Rev | Line | |
|---|
| [444] | 1 | ## Process this file with automake to produce Makefile.in. |
|---|
| 2 | |
|---|
| 3 | AUTOMAKE_OPTIONS = cygnus |
|---|
| 4 | |
|---|
| 5 | gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb |
|---|
| 6 | VPATH = $(gdbdir) |
|---|
| 7 | bin_PROGRAMS = stub.exe |
|---|
| 8 | stub_exe_SOURCES = wince-stub.c |
|---|
| 9 | |
|---|
| 10 | tooldir = $(exec_prefix)/$(host_alias) |
|---|
| 11 | INCLUDES = -I$(gdbdir) |
|---|
| 12 | LDADD = @LDADD@ |
|---|
Note: See
TracBrowser
for help on using the repository browser.