source: rtems/cpukit/libmisc/Makefile.am @ dc2a1750

4.104.114.84.95
Last change on this file since dc2a1750 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[811804fe]1##
2##  $Id$
3##
[e1d8abb]4
[bf9ea48]5include $(top_srcdir)/automake/compile.am
[e1d8abb]6
7EXTRA_DIST = README
8
[846a4af]9noinst_LIBRARIES =
[13962be6]10
11## capture
[bf9ea48]12EXTRA_DIST += capture/README
[13962be6]13
[846a4af]14noinst_LIBRARIES += libcapture.a
[9d0e65ed]15libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c \
16    capture/capture.h capture/capture-cli.h
[13962be6]17
18## cpuuse
[bf9ea48]19EXTRA_DIST += cpuuse/README
[13962be6]20
[846a4af]21noinst_LIBRARIES += libcpuuse.a
[9d0e65ed]22libcpuuse_a_SOURCES = cpuuse/cpuuse.c cpuuse/cpuuse.h
[07347cb]23
[13962be6]24## devnull
25
[846a4af]26noinst_LIBRARIES += libdevnull.a
[9d0e65ed]27libdevnull_a_SOURCES = devnull/devnull.c devnull/devnull.h
[13962be6]28
29## dummy
[07347cb]30EXTRA_DIST += dummy/README
[13962be6]31
[846a4af]32noinst_LIBRARIES += libdummy.a
[bf9ea48]33libdummy_a_SOURCES = dummy/dummy.c
[13962be6]34
35## dumpbuf
[846a4af]36noinst_LIBRARIES += libdumpbuf.a
[9d0e65ed]37libdumpbuf_a_SOURCES = dumpbuf/dumpbuf.c dumpbuf/dumpbuf.h
[13962be6]38
39## monitor
[9d0e65ed]40noinst_LIBRARIES += libmonitor.a
[bf9ea48]41libmonitor_a_SOURCES = monitor/mon-command.c monitor/mon-symbols.c \
[e0d0253]42    monitor/mon-prmisc.c monitor/mon-monitor.c monitor/mon-object.c \
43    monitor/mon-server.c monitor/mon-task.c monitor/mon-queue.c \
44    monitor/mon-driver.c monitor/mon-dname.c monitor/mon-itask.c \
[07347cb]45    monitor/mon-extension.c monitor/mon-manager.c monitor/mon-config.c \
[9d0e65ed]46    monitor/symbols.h monitor/monitor.h
[13962be6]47if HAS_MP
[bf9ea48]48libmonitor_a_SOURCES += monitor/mon-mpci.c
[13962be6]49endif
50
[07347cb]51EXTRA_DIST += monitor/README
[13962be6]52
53## mw-fb
[846a4af]54noinst_LIBRARIES += libmw-fb.a
[9d0e65ed]55libmw_fb_a_SOURCES = mw-fb/mw_fb.c mw-fb/mw_uid.c mw-fb/mw_fb.h \
56    mw-fb/mw_uid.h
[13962be6]57
58## shell
59
60if LIBSHELL
[846a4af]61noinst_LIBRARIES += libshell.a
[9d0e65ed]62libshell_a_SOURCES = shell/cmds.c shell/shell.c shell/shell.h
[13962be6]63endif
64
[07347cb]65EXTRA_DIST += shell/README
[13962be6]66
67## rtmonuse
[846a4af]68noinst_LIBRARIES += librtmonuse.a
[9d0e65ed]69librtmonuse_a_SOURCES = rtmonuse/rtmonuse.c rtmonuse/rtmonuse.h
[13962be6]70
71## serdbg
72
73if LIBSERDBG
[846a4af]74noinst_LIBRARIES += libserdbg.a
[bf9ea48]75libserdbg_a_SOURCES = serdbg/serdbg.c serdbg/serdbgio.c \
[9d0e65ed]76    serdbg/termios_printk.c serdbg/serdbgcnf.h serdbg/serdbg.h \
77    serdbg/termios_printk_cnf.h serdbg/termios_printk.h
[13962be6]78endif
79
[07347cb]80EXTRA_DIST += serdbg/README
[13962be6]81
82## stackchk
[846a4af]83noinst_LIBRARIES += libstackchk.a
[9d0e65ed]84libstackchk_a_SOURCES = stackchk/check.c stackchk/internal.h \
85    stackchk/stackchk.h
[13962be6]86
[07347cb]87EXTRA_DIST += stackchk/README
[13962be6]88
89## libuntar
[846a4af]90noinst_LIBRARIES += libuntar.a
[9d0e65ed]91libuntar_a_SOURCES = untar/untar.c untar/untar.h
[13962be6]92
[07347cb]93EXTRA_DIST += untar/README
[13962be6]94
95## fsmount
[846a4af]96noinst_LIBRARIES += libfsmount.a
[9d0e65ed]97libfsmount_a_SOURCES = fsmount/fsmount.c fsmount/fsmount.h
[13962be6]98
[07347cb]99EXTRA_DIST += fsmount/README
[13962be6]100
[07347cb]101## ---
[4e97166]102include $(srcdir)/preinstall.am
[2cc9367]103include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.