Makefile.am
branchstable-1.5
changeset 2422 1fea21005c4b
parent 2421 bc2d4bf9cbe5
child 2540 fca12d7035d1
equal deleted inserted replaced
2421:bc2d4bf9cbe5 2422:1fea21005c4b
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    29 
    29 
    30 ACLOCAL_AMFLAGS = -I m4
    30 ACLOCAL_AMFLAGS = -I m4
    31 
    31 
    32 SUBDIRS = \
    32 SUBDIRS = \
    33     devices \
    33 	devices \
    34     include \
    34 	include \
    35     master \
    35 	master \
    36     script
    36 	script
    37 
    37 
    38 if BUILD_TOOL
    38 if BUILD_TOOL
    39 SUBDIRS += tool
    39 SUBDIRS += tool
    40 endif
    40 endif
    41 
    41 
    49 
    49 
    50 # userspace example depends on lib/
    50 # userspace example depends on lib/
    51 SUBDIRS += examples
    51 SUBDIRS += examples
    52 
    52 
    53 DIST_SUBDIRS = \
    53 DIST_SUBDIRS = \
    54     devices \
    54 	devices \
    55     examples \
    55 	examples \
    56     include \
    56 	include \
    57     lib \
    57 	lib \
    58     m4 \
    58 	m4 \
    59     master \
    59 	master \
    60     script \
    60 	script \
    61     tool \
    61 	tool \
    62 	tty
    62 	tty
    63 
    63 
    64 noinst_HEADERS = \
    64 noinst_HEADERS = \
    65 	globals.h
    65 	globals.h
    66 
    66