include ( $(EDIR)/include.pro )

TEMPLATE = subdirs

contains( EFLCONFIG, eflbasic ) {
	SUBDIRS += evas ecore edje signals debug
}

contains( EFLCONFIG, eflemotion ) {
    SUBDIRS += emotion
}

contains( EFLCONFIG, eflesmart ) {
	SUBDIRS += esmart
}

contains( EFLCONFIG, eflewl ) {
	SUBDIRS += ewl
}

contains( EFLCONFIG, efletk ) {
	SUBDIRS += etk
}

contains( EFLCONFIG, angstrom ) {
	SUBDIRS += angstrom
}

