source: rtems/cpukit/libnetworking/machine/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: 505 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[e6d8fe47]7include_machinedir = $(includedir)/machine
[4bf1801]8
[e6d8fe47]9include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
10    types.h vmparam.h
[df49c60]11
[b68e01c5]12PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
[e6d8fe47]13    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
[df49c60]14
15$(PROJECT_INCLUDE)/machine:
16        @$(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/machine/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21all-local: $(PREINSTALL_FILES)
22
[4bf1801]23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.