summaryrefslogblamecommitdiffstats
path: root/testsuites/support/Makefile.am
blob: 2e92bce1d290e0260cf3b3bb043796284dd7cae9 (plain) (tree)
1
2
3
4
5
6
7
8
9


       
 
                               
 
                                                            
 
                              
 
                  
 


                                           
                                                  
 


                                                                              
 


                                                                                            
 

                                
                                          
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

include_HEADERS = include/tmacros.h include/buffer_test_io.h

all-local: $(PREINSTALL_FILES)

PREINSTALL_FILES =

$(PROJECT_INCLUDE)/$(dirstamp):
	@$(mkdir_p) $(PROJECT_INCLUDE)
	@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)

$(PROJECT_INCLUDE)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp)
	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tmacros.h

$(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE)/$(dirstamp)
	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/buffer_test_io.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h

CLEANFILES = $(PREINSTALL_FILES)

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