source: rtems/cpukit/libmisc/dummy/Makefile.am @ 52058a6b

4.104.114.84.95
Last change on this file since 52058a6b was 52058a6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 08:48:53

2002-12-10 Ralf Corsepius <corsepiu@…>

  • capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 560 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)/%.$(OBJEXT))
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../../../automake/compile.am
15include $(top_srcdir)/../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(LIB): $(OBJS)
22        $(make-library)
23
24TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel
25
26all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
27
28.PRECIOUS: $(LIB)
29
30EXTRA_DIST = README dummy.c
31
32include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.