summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am
blob: 43793ba5b8e93587d5a9139a20d172804b97753e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
  
       
  






                              
                                                                       






                             
                                                                                


                              
                     
 
                                                         
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

if HAS_NETWORKING
NETWORK_H_FILES = wd80x3.h
endif

include_HEADERS = bsp.h coverhd.h wd80x3.h $(NETWORK_H_FILES) bspopts.h

$(PROJECT_INCLUDE):
	$(mkinstalldirs) $@

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

PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)

all-local: $(PREINSTALL_FILES)

EXTRA_DIST = wd80x3.h

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