source: rtems/c/src/wrapup/Makefile.in @ 7922df59

4.104.114.84.95
Last change on this file since 7922df59 was f5bd03c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/97 at 21:44:19

KA9Q stack removed prior to testing for 4.0.0 public release.

  • Property mode set to 100644
File size: 810 bytes
Line 
1#
2#  $Id$
3#
4#  build and install "glommed" librtemsall.a
5#
6
7@SET_MAKE@
8srcdir = @srcdir@
9top_srcdir = @top_srcdir@
10VPATH=@srcdir@
11
12include $(RTEMS_CUSTOM)
13include $(PROJECT_ROOT)/make/lib.cfg
14 
15LIB=$(PROJECT_HOME)/lib/librtemsall.a
16 
17SRCS=$(wildcard $(PROJECT_HOME)/lib/libbsp$(LIB_VARIANT).a) \
18     $(PROJECT_HOME)/lib/librtems$(LIB_VARIANT).a \
19     $(wildcard $(PROJECT_HOME)/lib/libposix$(LIB_VARIANT).a) \
20     $(PROJECT_HOME)/lib/libcsupport$(LIB_VARIANT).a \
21     $(wildcard $(PROJECT_HOME)/lib/rtems-ctor$(LIB_VARIANT).o) \
22     $(wildcard $(PROJECT_HOME)/lib/libno-ctor$(LIB_VARIANT).a)
23 
24CLEAN_ADDITIONS +=
25CLOBBER_ADDITIONS +=
26 
27all:    $(ARCH) $(LIB)
28 
29$(LIB):  $(SRCS)
30        $(PROJECT_RELEASE)/build-tools/rtems-glom \
31          -d $(PROJECT_HOME)/lib -v -V "$(LIB_VARIANT)" -a $(AR)
32 
33install:  all
34
Note: See TracBrowser for help on using the repository browser.