source:
rtems/cpukit/libmisc/wrapup/Makefile.am
@
328876c
Last change on this file since 328876c was 77c4089, checked in by Jennifer Averett <Jennifer.Averett@…>, on Aug 6, 2003 at 9:55:47 PM | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[df49c60] | 1 | ## |
[70810dc] | 2 | ## $Id$ |
[df49c60] | 3 | ## |
[9608320] | 4 | |
[84206479] | 5 | LIB = $(ARCH)/libmisc.a |
[9608320] | 6 | |
[5e622a9] | 7 | include $(top_srcdir)/../automake/compile.am |
8 | include $(top_srcdir)/../automake/lib.am | |
[9608320] | 9 | |
[5a8a05b] | 10 | TMP_LIBS = ../monitor/$(ARCH)/libmonitor.a |
11 | TMP_LIBS += ../untar/$(ARCH)/libuntar.a | |
12 | TMP_LIBS += ../stackchk/$(ARCH)/libstackchk.a | |
13 | TMP_LIBS += ../cpuuse/$(ARCH)/libcpuuse.a | |
14 | TMP_LIBS += ../rtmonuse/$(ARCH)/librtmonuse.a | |
15 | ||
16 | ## XXX temporarily remove this from the list because it causes a | |
[053f9f1] | 17 | ## XXX number of BSPs to not link "main(){}" used by autoconf |
[5a8a05b] | 18 | # if LIBSERDBG |
19 | # TMP_LIBS += ../serdbg/$(ARCH)/libserdbg.a | |
20 | # endif | |
[22b689b] | 21 | |
[5a8a05b] | 22 | if LIBSHELL |
23 | TMP_LIBS += ../shell/$(ARCH)/libshell.a | |
[22b689b] | 24 | endif |
25 | ||
[5a8a05b] | 26 | TMP_LIBS += ../dumpbuf/$(ARCH)/libdumpbuf.a |
27 | TMP_LIBS += ../devnull/$(ARCH)/libdevnull.a | |
28 | TMP_LIBS += ../dummy/$(ARCH)/libdummy.a | |
29 | TMP_LIBS += ../mw-fb/$(ARCH)/libmw-fb.a | |
30 | TMP_LIBS += ../capture/$(ARCH)/libcapture.a | |
[77c4089] | 31 | TMP_LIBS += ../fsmount/$(ARCH)/libfsmount.a |
[9608320] | 32 | |
33 | # | |
34 | # (OPTIONAL) Add local stuff here using += | |
35 | # | |
36 | ||
37 | $(LIB): $(TMP_LIBS) | |
38 | $(RM) $@ | |
39 | $(RM) -r $(ARCH) | |
40 | mkdir $(ARCH) | |
[70810dc] | 41 | cd $(ARCH); for lib in $^; do $(AR) -xv ../$$lib; done |
[9608320] | 42 | $(AR) ruv $@ $(ARCH)/* |
43 | $(RANLIB) $@ | |
44 | ||
[d6c6c26f] | 45 | all-local: $(ARCH) $(LIB) |
[9608320] | 46 | |
[5e622a9] | 47 | include $(top_srcdir)/../automake/local.am |
Note: See TracBrowser
for help on using the repository browser.