source: rtems/c/src/libmisc/dummy/Makefile.am @ b3afc0f

4.104.114.84.95
Last change on this file since b3afc0f was b3afc0f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 22:09:29

2001-05-14 Joel Sherrill <joel@…>

  • dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate a library of the same name.
  • Property mode set to 100644
File size: 602 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = libdummy-tmp
7LIB = $(ARCH)/$(LIBNAME).a
8
9C_FILES = dummy.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12OBJS = $(C_O_FILES)
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../../../automake/compile.am
16include $(top_srcdir)/../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(LIB): $(OBJS)
23        $(make-library)
24
25TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel
26
27all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
28
29.PRECIOUS: $(LIB)
30
31EXTRA_DIST = README dummy.c
32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.