source: rtems/cpukit/libnetworking/vm/Makefile.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was f22ebf0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:12:00

2002-06-17 Ralf Corsepius <corsepiu@…>

  • arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 384 bytes
Line 
1##
2## $Id$
3##
4
5
6
7
8include_vmdir = $(includedir)/vm
9
10include_vm_HEADERS = vm.h vm_extern.h vm_kern.h vm_param.h
11
12PREINSTALL_FILES = $(PROJECT_INCLUDE)/vm \
13    $(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/vm/%)
14
15$(PROJECT_INCLUDE)/vm:
16        @$(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/vm/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21all-local: $(PREINSTALL_FILES)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.