summaryrefslogblamecommitdiffstats
path: root/cpukit/libnetworking/arpa/Makefile.am
blob: 7035012a5717b93748816c12251fd24bb7e3b020 (plain) (tree)
1
2
3
4
5
6
7
8
9



       
 


                                                                       
 
                                            
                                                       







                                
 
                                          
##
## $Id$
##


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