examples/Makefile.in
changeset 391 7802a7d5584f
parent 381 854c43cdc24a
child 400 7d845f5d730c
equal deleted inserted replaced
390:31dc4ec8710c 391:7802a7d5584f
    20 # License along with this library; if not, write to the Free Software
    20 # License along with this library; if not, write to the Free Software
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    22 # 
    22 # 
    23 
    23 
    24 TARGET = SUB_TARGET
    24 TARGET = SUB_TARGET
       
    25 TIMERS = SUB_TIMERS_DRIVER
    25 WX = SUB_WX
    26 WX = SUB_WX
    26 ENABLE_LSS = SUB_ENABLE_LSS
    27 ENABLE_LSS = SUB_ENABLE_LSS
    27 
    28 
    28 ifeq ($(TARGET),win32)
    29 ifeq ($(TARGET),win32)
    29 	BLD_TEST=1
    30 	BLD_TEST=1
    60 define build_command_seq
    61 define build_command_seq
    61 	$(MAKE) -C gene_SYNC_HCS12 $@
    62 	$(MAKE) -C gene_SYNC_HCS12 $@
    62 endef
    63 endef
    63 endif
    64 endif
    64 
    65 
       
    66 ifeq ($(TIMERS),timers_kernel)
       
    67 define build_command_seq
       
    68 	$(MAKE) -C kerneltest $@
       
    69 endef
       
    70 endif
       
    71 
    65 
    72 
    66 all:
    73 all:
    67 	$(build_command_seq)
    74 	$(build_command_seq)
    68 
    75 
    69 clean:
    76 clean: