source: rtems/cpukit/libmisc/cpuuse/Makefile.am @ be2cd08

4.104.114.84.95
Last change on this file since be2cd08 was be2cd08, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:39

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 817 bytes
RevLine 
[df49c60]1##
[70810dc]2## $Id$
[df49c60]3##
[9608320]4
5
[620e8263]6include_rtemsdir = $(includedir)/rtems
7
[9608320]8LIBNAME = libcpuuse-tmp
[70810dc]9LIB = $(ARCH)/$(LIBNAME).a
[9608320]10
11C_FILES = cpuuse.c
[70810dc]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
[9608320]13
[620e8263]14include_rtems_HEADERS = cpuuse.h
[9608320]15
16OBJS = $(C_O_FILES)
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[7fcc26ac]19include $(top_srcdir)/../../../automake/compile.am
[70810dc]20include $(top_srcdir)/../../../automake/lib.am
[9608320]21
22$(PROJECT_INCLUDE)/rtems:
23        @$(mkinstalldirs) $@
24$(PROJECT_INCLUDE)/rtems/%.h: %.h
25        $(INSTALL_DATA) $< $@
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
[70810dc]31$(LIB): $(OBJS)
[9608320]32        $(make-library)
33
[aea9bb46]34PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
[620e8263]35    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
[70810dc]36
37all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
38
39.PRECIOUS: $(LIB)
[9608320]40
[620e8263]41EXTRA_DIST = README cpuuse.c
[9608320]42
43include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.