|
@@ -65,6 +65,9 @@ dirs_go32v2=fv graph unzip gdbint
|
|
|
dirs_amiga=amunits
|
|
|
dirs_morphos=fv opengl sdl
|
|
|
dirs_wii=libogcfpc
|
|
|
+dirs_symobi=ncurses unzip zlib sqlite \
|
|
|
+ libpng x11 uuid libcurl cairo gtk2 iconvenc libxml fcl-extra \
|
|
|
+ xforms fv
|
|
|
|
|
|
[install]
|
|
|
fpcpackage=y
|
|
@@ -198,11 +201,19 @@ fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release
|
|
|
fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared
|
|
|
endif
|
|
|
|
|
|
+ifneq ($(findstring $(OS_TARGET),go32v2, symobi),)
|
|
|
+fcl-web_all: fpmkunit_all fcl-db_all fcl-xml_all fcl-process_all fastcgi_all fcl-net_all fcl-json_all
|
|
|
+fcl-web_debug: fpmkunit_debug fcl-db_debug fcl-xml_debug fcl-process_debug fastcgi_debug fcl-net_debug fcl-json_debug
|
|
|
+fcl-web_smart: fpmkunit_smart fcl-db_smart fcl-xml_smart fcl-process_smart fastcgi_smart fcl-net_smart fcl-json_smart
|
|
|
+fcl-web_release: fpmkunit_release fcl-db_release fcl-xml_release fcl-process_release fastcgi_release fcl-net_release fcl-json_release
|
|
|
+fcl-web_shared: fpmkunit_shared fcl-db_shared fcl-xml_shared fcl-process_shared fastcgi_shared fcl-net_shared fcl-json_shared
|
|
|
+else
|
|
|
fcl-web_all: fpmkunit_all fcl-db_all fcl-xml_all fcl-process_all httpd22_all fastcgi_all fcl-net_all fcl-json_all
|
|
|
fcl-web_debug: fpmkunit_debug fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug fastcgi_debug fcl-net_debug fcl-json_debug
|
|
|
fcl-web_smart: fpmkunit_smart fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart fastcgi_smart fcl-net_smart fcl-json_smart
|
|
|
fcl-web_release: fpmkunit_release fcl-db_release fcl-xml_release fcl-process_release httpd22_release fastcgi_release fcl-net_release fcl-json_release
|
|
|
fcl-web_shared: fpmkunit_shared fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared fastcgi_shared fcl-net_shared fcl-json_shared
|
|
|
+endif
|
|
|
|
|
|
fastcgi_all: fpmkunit_all
|
|
|
fastcgi_debug: fpmkunit_debug
|
|
@@ -224,6 +235,13 @@ fcl-db_smart: fcl-xml_smart mysql_smart ibase_smart oracle_smart odbc_smart post
|
|
|
fcl-db_release: fcl-xml_release mysql_release ibase_release oracle_release odbc_release postgres_release sqlite_release
|
|
|
fcl-db_shared: fcl-xml_shared mysql_shared ibase_shared oracle_shared odbc_shared postgres_shared sqlite_shared
|
|
|
else
|
|
|
+ifneq ($(findstring $(OS_TARGET),symobi),)
|
|
|
+fcl-db_all: fcl-xml_all sqlite_all
|
|
|
+fcl-db_debug: fcl-xml_debug sqlite_debug
|
|
|
+fcl-db_smart: fcl-xml_smart sqlite_smart
|
|
|
+fcl-db_release: fcl-xml_release sqlite_release
|
|
|
+fcl-db_shared: fcl-xml_shared sqlite_shared
|
|
|
+else
|
|
|
fcl-db_all: fcl-xml_all
|
|
|
fcl-db_debug: fcl-xml_debug
|
|
|
fcl-db_smart: fcl-xml_smart
|
|
@@ -231,6 +249,7 @@ fcl-db_release: fcl-xml_release
|
|
|
fcl-db_shared: fcl-xml_shared
|
|
|
endif
|
|
|
endif
|
|
|
+endif
|
|
|
|
|
|
fcl_all: fcl-base_all fcl-xml_all fcl-fpcunit_all fcl-db_all fcl-web_all fcl-registry_all fcl-passrc_all fcl-image_all fcl-net_all fcl-json_all fcl-res_all
|
|
|
fcl_debug: fcl-base_debug fcl-xml_debug fcl-fpcunit_debug fcl-db_debug fcl-web_debug fcl-registry_debug fcl-passrc_debug fcl-image_debug fcl-net_debug fcl-json_debug fcl-res_debug
|