source: rtems/cpukit/libmisc/untar/Makefile.am @ b5a2912f

4.104.114.84.95
Last change on this file since b5a2912f 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: 771 bytes
RevLine 
[df49c60]1##
[70810dc]2## $Id$
[df49c60]3##
[9608320]4
5
[620e8263]6include_rtemsdir = $(includedir)/rtems
7
[9608320]8LIBNAME = libuntar-tmp
[70810dc]9LIB = $(ARCH)/$(LIBNAME).a
[9608320]10
11C_FILES = untar.c
[45e4f321]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[9608320]13
[620e8263]14include_rtems_HEADERS = untar.h
[9608320]15
16OBJS = $(C_O_FILES)
17
[7fcc26ac]18include $(top_srcdir)/../../../automake/compile.am
[70810dc]19include $(top_srcdir)/../../../automake/lib.am
[9608320]20
21$(PROJECT_INCLUDE)/rtems:
22        @$(mkinstalldirs) $@
23$(PROJECT_INCLUDE)/rtems/%.h: %.h
24        $(INSTALL_DATA) $< $@
25
26#
27# (OPTIONAL) Add local stuff here using +=
28#
29
[70810dc]30$(LIB): $(OBJS)
[9608320]31        $(make-library)
32
[aea9bb46]33PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
[620e8263]34    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
[70810dc]35
36all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
37
38.PRECIOUS: $(LIB)
[9608320]39
[620e8263]40EXTRA_DIST = README untar.c
[9608320]41
42include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.