URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [arpa/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.9 2002/06/17 09:12:00 ralf Exp
##
include_arpadir = $(includedir)/arpa
include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/arpa \
$(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/arpa/%)
$(PROJECT_INCLUDE)/arpa:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/arpa/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../automake/local.am