source: rtems/cpukit/libmisc/mw-fb/Makefile.am @ 086aae8f

4.104.114.84.95
Last change on this file since 086aae8f was 126660c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 06:09:21

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

  • configure.ac: Require autoconf-2.57+automake-1.7.2.
  • capture/Makefile.am: Eliminate C_O_FILES.
  • cpuuse/Makefile.am: Ditto.
  • devnull/Makefile.am: Ditto.
  • dummy/Makefile.am: Ditto.
  • dumpbuf/Makefile.am: Ditto.
  • monitor/Makefile.am: Ditto.
  • rtmonuse/Makefile.am: Ditto.
  • serdbg/Makefile.am: Ditto.
  • shell/Makefile.am: Ditto.
  • stackchk/Makefile.am: Ditto.
  • untar/Makefile.am: Ditto.
  • mw-fb/Makefile.am: Eliminate C_O_FILES. Eliminate SRCS.
  • Property mode set to 100644
File size: 754 bytes
Line 
1##
2##  $Id$
3##
4
5
6include_rtemsdir = $(includedir)/rtems
7
8LIBNAME = libmw-fb-tmp
9LIB = ${ARCH}/${LIBNAME}.a
10
11C_FILES = mw_fb.c mw_uid.c
12OBJS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
13
14include_rtems_HEADERS = mw_fb.h mw_uid.h
15
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/lib.am
18
19$(PROJECT_INCLUDE)/rtems:
20        @$(mkinstalldirs) $@
21$(PROJECT_INCLUDE)/rtems/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28${LIB}: ${OBJS}
29        $(make-library)
30
31PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
32    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
33
34all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
35
36.PRECIOUS: $(LIB)
37
38EXTRA_DIST = $(C_FILES)
39
40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.