source: rtems/cpukit/libmisc/dummy/Makefile.am @ 2f6a4b3

4.104.114.84.95
Last change on this file since 2f6a4b3 was 45e4f321, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:51:17

2002-08-11 Ralf Corsepius <corsepiu@…>

  • capture/Makefile.am: Use .$(OBJEXT) instead of .o.
    • cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
    • devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
    • dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
    • dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
    • monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
    • rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
    • serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shell/Makefile.am: Use .$(OBJEXT) instead of .o.
    • stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
    • untar/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 610 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 $(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.