source: rtems/c/src/exec/libnetworking/arpa/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: 409 bytes
Line 
1##
2## $Id$
3##
4
5
6include_arpadir = $(includedir)/arpa
7
8include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h
9
10PREINSTALL_FILES = $(PROJECT_INCLUDE)/arpa \
11    $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/arpa/%)
12
13$(PROJECT_INCLUDE)/arpa:
14        @$(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/arpa/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.