You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
380 B
25 lines
380 B
DIST_SUBDIRS = beos macosx minimal_macosx pda qnx qt4 skins2 wince
|
|
SUBDIRS =
|
|
|
|
if HAVE_BEOS
|
|
SUBDIRS += beos
|
|
endif
|
|
if HAVE_DARWIN
|
|
SUBDIRS += macosx minimal_macosx
|
|
endif
|
|
if BUILD_PDA
|
|
SUBDIRS += pda
|
|
endif
|
|
SUBDIRS += qnx
|
|
if ENABLE_QT4
|
|
SUBDIRS += qt4
|
|
endif
|
|
if BUILD_SKINS
|
|
SUBDIRS += skins2
|
|
endif
|
|
if HAVE_WINCE
|
|
SUBDIRS += wince
|
|
endif
|
|
|
|
SOURCES_ncurses = ncurses.c
|
|
SOURCES_fbosd = fbosd.c
|
|
|