forked from Imagelibrary/rtems
* Makefile.am, configure.ac, develenv/direct.t: Remove RDBG. * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t, rgdb_specs/conclusion.t, rgdb_specs/daemon.t, rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t, rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg, rgdb_specs/layers.txt, rgdb_specs/objectives.t, rgdb_specs/process.eps, rgdb_specs/process.jpg, rgdb_specs/process.txt, rgdb_specs/revision.t, rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps, rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg, rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps, rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore, rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t, rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t, rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
# NOTE: The order of the directories is essential.
|
|
# + tools, common and images are shared across many documents
|
|
|
|
SUBDIRS = tools started user bsp_howto porting develenv posix_users \
|
|
posix1003.1 filesystem itron3.0 networking ada_user started_ada \
|
|
new_chapters relnotes cpu_supplement
|
|
|
|
if USE_HTML
|
|
html_DATA = index.html HELP.html
|
|
endif
|
|
|
|
EXTRA_DIST = HELP.html rtems_header.html.in rtems_footer.html.in
|
|
|
|
EXTRA_DIST += common/cpright.texi common/setup.texi \
|
|
common/treedef.tex common/rtems.texi.in
|
|
|
|
html_imagesdir = $(htmldir)/images
|
|
|
|
HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
|
|
images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
|
|
images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
|
|
images/up-arrow.gif
|
|
|
|
if USE_HTML
|
|
html_images_DATA = $(HTML_IMAGES)
|
|
endif
|
|
|
|
EXTRA_DIST += $(HTML_IMAGES)
|
|
|
|
CLEANFILES = common/rtems.texi
|
|
DISTCLEANFILES = common/rtems.sed
|
|
|
|
# HACK: This should not be here, but it makes "make distcheck" work.
|
|
EXTRA_DIST += ../scripts/setup.def ../COPYING
|