summaryrefslogblamecommitdiffstats
path: root/c/src/exec/posix/include/sys/Makefile.am
blob: 514802a6516dc685fc9e37a4dfa71daee14d47d8 (plain) (tree)
1
2
3
4
5
6
7
8
9


       


                              
                                  
 
                               
 
                                           
                                                     





                               
                              

                                                   
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

include_sysdir = $(includedir)/sys

include_sys_HEADERS = utsname.h

PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
    $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)

$(PROJECT_INCLUDE)/sys:
	@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/sys/%.h: %.h
	$(INSTALL_DATA) $< $@

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/../../../../automake/local.am