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

4.104.114.84.95
Last change on this file since b68e01c5 was b68e01c5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:28:22

2001-09-23 Ralf Corsepius <corsepiu@…>

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