source: rtems/c/src/librdbg/src/Makefile.am @ b0e2360

4.104.114.84.95
Last change on this file since b0e2360 was 0bc2339, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:29:51

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
include/rdbg/Makefile.am: Reflect having moved automake.
include/rdbg/i386/Makefile.am: Reflect having moved automake.
include/rdbg/m68k/Makefile.am: Reflect having moved automake.
include/rdbg/powerpc/Makefile.am: Reflect having moved automake.
src/Makefile.am: Reflect having moved automake.
src/i386/Makefile.am: Reflect having moved automake.
src/i386/any/Makefile.am: Reflect having moved automake.
src/m68k/Makefile.am: Reflect having moved automake.
src/m68k/any/Makefile.am: Reflect having moved automake.
src/powerpc/Makefile.am: Reflect having moved automake.
src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 301 bytes
Line 
1##
2## $Id$
3##
4
5if HAS_RDBG
6SUBDIRS = $(RTEMS_CPU)
7DIST_SUBDIRS = $(RTEMS_CPU)
8endif
9
10EXTRA_DIST = _servtgt.c awk.svc excep.c ptrace.c rdbg.c remdeb.x servbkpt.c \
11    servcon.c servrpc.c servtgt.c servtsp.c servutil.c
12
13include $(top_srcdir)/automake/subdirs.am
14include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.