source: rtems/cpukit/libmisc/dummy/Makefile.am @ 0fa54a0b

4.104.114.84.95
Last change on this file since 0fa54a0b was 0fa54a0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/03 at 07:38:31

2003-11-20 Ralf Corsepius <corsepiu@…>

  • capture/config.h: Remove.
  • capture/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • cpuuse/config.h: Remove.
  • cpuuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • devnull/config.h: Remove.
  • devnull/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dummy/config.h: Remove.
  • dummy/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dumpbuf/config.h: Remove.
  • dumpbuf/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • monitor/config.h: Remove.
  • monitor/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • mw-fb/config.h: Remove.
  • mw-fb/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • rtmonuse/config.h: Remove.
  • rtmonuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • serdbg/config.h: Remove.
  • serdbg/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • shell/config.h: Remove.
  • shell/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • stackchk/config.h: Remove.
  • stackchk/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • untar/config.h: Remove.
  • untar/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • Property mode set to 100644
File size: 456 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = libdummy
7LIB = $(ARCH)/$(LIBNAME).a
8
9C_FILES = dummy.c
10OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
12include $(top_srcdir)/automake/compile.am
13include $(top_srcdir)/automake/lib.am
14
15AM_CPPFLAGS += -I$(top_builddir)
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(LIB): $(OBJS)
22        $(make-library)
23
24all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
25
26.PRECIOUS: $(LIB)
27
28EXTRA_DIST = README dummy.c
29
30include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.