forked from Imagelibrary/rtems
* Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
43 lines
1.1 KiB
Makefile
43 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 networking ada_user started_ada \
|
|
new_chapters relnotes cpu_supplement shell
|
|
|
|
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
|
|
|
|
if USE_HTML
|
|
html_imagesdir = $(htmldir)/images
|
|
endif
|
|
|
|
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
|