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

             

                                                        
 
                          
                        
 
                                                 
                                            
                                         
 
                                                                 
 

                                                                           

                                                 

                                                 
 

                                                               
                   
 
                                          
##
## $Id$
##

MANAGERS = io

rtems_tests_PROGRAMS = tmck.exe
tmck_exe_SOURCES = task1.c system.h ../include/timesys.h

docdir = $(rtems_testsdir)
dist_doc_DATA = tmck.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

tmck_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)

OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(tmck_exe_OBJECTS) $(tmck_exe_LDADD)
LINK_LIBS = $(tmck_exe_LDLIBS)

tmck.exe$(EXEEXT): $(tmck_exe_OBJECTS) $(tmck_exe_DEPENDENCIES)
	@rm -f tmck.exe$(EXEEXT)
	$(make-exe)

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