source: rtems/cpukit/libnetworking/machine/Makefile.am @ be2cd08

4.104.114.84.95
Last change on this file since be2cd08 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
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_machinedir = $(includedir)/machine
8
9include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
10    types.h vmparam.h
11
12PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
13    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
14
15$(PROJECT_INCLUDE)/machine:
16        @$(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/machine/%.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.