summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am
blob: 78f90cedb4b430bf4e0cb4df26b7134aeca389e2 (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

H_FILES = bsp.h coverhd.h wd80x3.h $(NETWORK_H_FILES)

$(PROJECT_INCLUDE):
	$(mkinstalldirs) $@

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

PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)

all-local: $(PREINSTALL_FILES)

EXTRA_DIST = bsp.h coverhd.h wd80x3.h

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