source: rtems/cpukit/libnetworking/machine/Makefile.am @ 8ed9f53

4.104.114.84.95
Last change on this file since 8ed9f53 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: 468 bytes
Line 
1##
2## $Id$
3##
4
5
6include_machinedir = $(includedir)/machine
7
8include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
9    types.h vmparam.h
10
11PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
12    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
13
14$(PROJECT_INCLUDE)/machine:
15        @$(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/machine/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20all-local: $(PREINSTALL_FILES)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.