summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp/include/Makefile.am
blob: 92a89da1f5c9019d0ddacd600d584860bd7402de (plain) (tree)
1
2
3
4
5
6
7
8
9
10
  
       
  


                              



                                                       



                             
                      



                              
                                       
                                             


                              
                   

                                                         
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

include_HEADERS = bsp.h coverhd.h leds.h bspopts.h

coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
	cp $< $@

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

CLEANFILES = coverhd.h

$(PROJECT_INCLUDE):
	$(mkinstalldirs) $< $@

TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)

all-local: $(TMPINSTALL_FILES)

EXTRA_DIST = README

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