source: rtems/c/src/librdbg/src/Makefile.am @ 18ceef3

4.104.114.84.95
Last change on this file since 18ceef3 was 18ceef3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 05:37:54

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

  • include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
  • src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
  • Property mode set to 100644
File size: 313 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.