summaryrefslogblamecommitdiffstats
path: root/c/src/librdbg/include/rdbg/i386/Makefile.am
blob: 5ddae373e58db55ba94df3ea6346ecf6e6af2614 (plain) (tree)
1
2
3
4
5
6
7
8
9


       


                              
                                    
 
                                     
 
                                             
                                                       





                                
                              

                                                
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

include_rdbgdir = $(includedir)/rdbg

include_rdbg_HEADERS = rdbg_f.h reg.h

PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
    $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)

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

all-local: $(PREINSTALL_FILES)

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