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.
|
#if compile_kexi_reports_plugin
|
|
# REPORTS=reports
|
|
#endif
|
|
|
|
if compile_kexi_macros_plugin
|
|
MACRODIR=macros
|
|
endif
|
|
|
|
if compile_kross
|
|
SCRIPTINGDIR=scripting
|
|
endif
|
|
|
|
SUBDIRS = tables relations migration queries forms $(SCRIPTINGDIR) $(MACRODIR) importexport
|
|
|
|
#$(REPORTS) importwizard relations
|