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

4.104.115
Last change on this file since e152ecb7 was e152ecb7, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/09 at 19:37:55

2009-08-05 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add new BSP Boot Command Line helper routines. Recently boot_card() has grown the ability to have a command line string pointer. These routines provide an interface to that string.
  • Property mode set to 100644
File size: 5.3 KB
Line 
1##
2##  $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7EXTRA_DIST = README
8
9noinst_LIBRARIES =
10
11## bspcmdline
12noinst_LIBRARIES += libbspcmdline.a
13libbspcmdline_a_SOURCES = bspcmdline/bspcmdline_get.c \
14    bspcmdline/bspcmdline_getparam.c bspcmdline/bspcmdline_getparamraw.c \
15    bspcmdline/bspcmdline_getparamrhs.c
16
17## capture
18EXTRA_DIST += capture/README
19
20noinst_LIBRARIES += libcapture.a
21libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c \
22    capture/capture.h capture/capture-cli.h
23
24## cpuuse
25EXTRA_DIST += cpuuse/README
26
27noinst_LIBRARIES += libcpuuse.a
28libcpuuse_a_SOURCES = cpuuse/cpuusagereport.c cpuuse/cpuusagereset.c \
29    cpuuse/cpuuse.h cpuuse/cpuusagedata.c
30
31## devnull
32noinst_LIBRARIES += libdevnull.a
33libdevnull_a_SOURCES = devnull/devnull.c devnull/devnull.h
34
35## dummy
36EXTRA_DIST += dummy/README
37
38noinst_LIBRARIES += libdummy.a
39libdummy_a_SOURCES = dummy/dummy.c dummy/dummy-networking.c
40
41## dumpbuf
42noinst_LIBRARIES += libdumpbuf.a
43libdumpbuf_a_SOURCES = dumpbuf/dumpbuf.c dumpbuf/dumpbuf.h
44
45## monitor
46noinst_LIBRARIES += libmonitor.a
47libmonitor_a_SOURCES = monitor/mon-command.c monitor/mon-symbols.c \
48    monitor/mon-prmisc.c monitor/mon-monitor.c monitor/mon-object.c \
49    monitor/mon-server.c monitor/mon-task.c monitor/mon-queue.c \
50    monitor/mon-driver.c monitor/mon-itask.c monitor/mon-extension.c \
51    monitor/mon-manager.c monitor/mon-config.c monitor/mon-part.c \
52    monitor/mon-region.c monitor/mon-sema.c monitor/mon-editor.c \
53    monitor/symbols.h monitor/monitor.h
54if LIBNETWORKING
55libmonitor_a_SOURCES += monitor/mon-network.c
56endif
57if HAS_MP
58libmonitor_a_SOURCES += monitor/mon-mpci.c
59endif
60
61EXTRA_DIST += monitor/README
62
63## mw-fb
64noinst_LIBRARIES += libmw-fb.a
65libmw_fb_a_SOURCES = mw-fb/mw_uid.c mw-fb/fb.h \
66    mw-fb/mw_uid.h
67
68## shell
69if LIBSHELL
70noinst_LIBRARIES += libshell.a
71libshell_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shell
72libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
73    shell/main_alias.c shell/main_cat.c shell/main_cd.c shell/cmp-ls.c \
74    shell/main_chdir.c shell/main_chmod.c shell/main_chroot.c \
75    shell/main_cp.c shell/main_cpuuse.c shell/main_date.c shell/main_dir.c \
76    shell/main_echo.c shell/main_exit.c shell/main_halt.c shell/main_help.c \
77    shell/main_id.c shell/main_logoff.c shell/main_ls.c \
78    shell/main_mallocinfo.c shell/main_mdump.c shell/main_medit.c \
79    shell/main_mfill.c shell/main_mkdir.c shell/main_mount.c \
80    shell/main_mount_msdos.c shell/main_mmove.c shell/main_msdosfmt.c \
81    shell/main_mv.c shell/main_mwdump.c shell/main_perioduse.c \
82    shell/main_pwd.c shell/main_rm.c shell/main_rmdir.c shell/main_sleep.c \
83    shell/main_stackuse.c shell/main_tty.c shell/main_umask.c \
84    shell/main_unmount.c shell/main_blksync.c shell/main_whoami.c \
85    shell/shell.c shell/shell_cmdset.c shell/shell_getchar.c \
86    shell/shell_getprompt.c shell/shellconfig.c \
87    shell/shellconfig.h shell/shell.h shell/shell_makeargs.c \
88    shell/filemode.c shell/pwcache.c shell/print-ls.c \
89    shell/write_file.c shell/utils-cp.c  shell/utils-ls.c \
90    shell/err.c shell/errx.c shell/verr.c shell/vis.c \
91    shell/verrx.c shell/vwarn.c shell/vwarnx.c shell/warn.c shell/warnx.c \
92    shell/fts.c shell/print_heapinfo.c shell/main_wkspaceinfo.c \
93    shell/shell_script.c shell/login_prompt.c shell/login_check.c \
94    shell/fdisk.c shell/main_rtc.c \
95    shell/dd-args.c shell/main_dd.c shell/dd-conv.c shell/dd-conv_tab.c \
96    shell/dd-misc.c shell/dd-position.c \
97    shell/main_hexdump.c shell/hexdump-conv.c shell/hexdump-display.c \
98    shell/hexdump-odsyntax.c shell/hexdump-parse.c shell/hexsyntax.c \
99    shell/main_time.c
100
101if LIBNETWORKING
102libshell_a_SOURCES += shell/main_mount_ftp.c shell/main_mount_tftp.c \
103    shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \
104    shell/main_mount_nfs.c
105endif
106endif
107
108EXTRA_DIST += shell/README
109
110## serdbg
111
112if LIBSERDBG
113noinst_LIBRARIES += libserdbg.a
114libserdbg_a_SOURCES = serdbg/serdbg.c serdbg/serdbgio.c \
115    serdbg/termios_printk.c serdbg/serdbgcnf.h serdbg/serdbg.h \
116    serdbg/termios_printk_cnf.h serdbg/termios_printk.h
117endif
118
119EXTRA_DIST += serdbg/README
120
121## stackchk
122noinst_LIBRARIES += libstackchk.a
123libstackchk_a_SOURCES = stackchk/check.c stackchk/internal.h \
124    stackchk/stackchk.h
125
126EXTRA_DIST += stackchk/README
127
128## libuntar
129noinst_LIBRARIES += libuntar.a
130libuntar_a_SOURCES = untar/untar.c untar/untar.h
131
132EXTRA_DIST += untar/README
133
134## stringto
135noinst_LIBRARIES += libstringto.a
136libstringto_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/stringto
137libstringto_a_SOURCES = stringto/stringtodouble.c stringto/stringtofloat.c \
138    stringto/stringtoint.c stringto/stringtolong.c stringto/stringtolonglong.c \
139    stringto/stringtopointer.c stringto/stringtounsignedint.c \
140    stringto/stringtounsignedchar.c stringto/stringtounsignedint.c \
141    stringto/stringtounsignedlong.c stringto/stringtounsignedlonglong.c
142
143EXTRA_DIST += stringto/stringto_template.h
144
145## fsmount
146noinst_LIBRARIES += libfsmount.a
147libfsmount_a_SOURCES = fsmount/fsmount.c fsmount/fsmount.h
148
149## uuid
150noinst_LIBRARIES += libuuid.a
151libuuid_a_SOURCES = uuid/clear.c uuid/compare.c uuid/copy.c uuid/gen_uuid.c \
152        uuid/isnull.c uuid/pack.c uuid/parse.c uuid/unpack.c uuid/unparse.c \
153        uuid/uuid_time.c uuid/uuidd.h uuid/uuidP.h
154
155## ---
156include $(srcdir)/preinstall.am
157include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.