source: rtems/cpukit/libmisc/untar/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: 719 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
[126660c5]12OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[9608320]13
[620e8263]14include_rtems_HEADERS = untar.h
[9608320]15
[5e622a9]16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/lib.am
[9608320]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
[70810dc]28$(LIB): $(OBJS)
[9608320]29        $(make-library)
30
[aea9bb46]31PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
[620e8263]32    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
[70810dc]33
[5e622a9]34all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
[70810dc]35
36.PRECIOUS: $(LIB)
[9608320]37
[620e8263]38EXTRA_DIST = README untar.c
[9608320]39
[5e622a9]40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.