.PHONY : core/apps/calibrate
subdir-$(CONFIG_CALIBRATE) += core/apps/calibrate


core/apps/calibrate : core/apps/calibrate/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/applets/homeapplet
subdir-$(CONFIG_HOMEAPPLET) += core/applets/homeapplet


core/applets/homeapplet : core/applets/homeapplet/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/server
subdir-$(CONFIG_SERVER) += core/server


core/server : core/server/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/launcher
subdir-$(CONFIG_LAUNCHER_CORE) += core/launcher


core/launcher : core/launcher/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/applets/logoutapplet
subdir-$(CONFIG_LOGOUTAPPLET) += core/applets/logoutapplet


core/applets/logoutapplet : core/applets/logoutapplet/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/opie-login
subdir-$(CONFIG_OPIE-LOGIN) += core/opie-login


core/opie-login : core/opie-login/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/opiealarm
subdir-$(CONFIG_OPIEALARM) += core/opiealarm


core/opiealarm : core/opiealarm/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/apps/qcop
subdir-$(CONFIG_QCOP) += core/apps/qcop


core/apps/qcop : core/apps/qcop/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : single
subdir-$(CONFIG_SINGLE) += single


single : single/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

.PHONY : core/applets/suspendapplet
subdir-$(CONFIG_SUSPENDAPPLET) += core/applets/suspendapplet


core/applets/suspendapplet : core/applets/suspendapplet/Makefile
	$(call descend,$@,$(filter-out $@,$(MAKECMDGOALS)))

core/apps/calibrate/Makefile : core/apps/calibrate/calibrate.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/applets/homeapplet/Makefile : core/applets/homeapplet/homeapplet.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/server/Makefile : core/server/server.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/launcher/Makefile : core/launcher/launcher.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/applets/logoutapplet/Makefile : core/applets/logoutapplet/logoutapplet.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/opie-login/Makefile : core/opie-login/opie-login.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

/Makefile : / $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/apps/qcop/Makefile : core/apps/qcop/qcop.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/applets/suspendapplet/Makefile : core/applets/suspendapplet/suspendapplet.pro $(QMAKE) $(OPIEDIR)/gen.pro $(OPIEDIR)/.config
	$(call makefilegen,$@)

core/applets/suspendapplet : 
core/opie-login : 
core/server : 
core/apps/calibrate : 
core/applets/homeapplet : 
core/applets/logoutapplet : 
core/opiealarm : 
core/apps/qcop : 
core/launcher : 
