mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:20:24 +02:00
* gtk1, gtk2 for windows fixed
git-svn-id: trunk@10070 -
This commit is contained in:
parent
c29dc6495d
commit
2bb39a65e6
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/06]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/27]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
||||
@ -7235,7 +7235,7 @@ fcl-registry_smart: fcl-xml_smart
|
||||
fcl-registry_release: fcl-xml_release
|
||||
fcl-registry_shared: fcl-xml_shared
|
||||
ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
|
||||
fcl-net_all: fcl-passrc_all fcl-xml_all
|
||||
fcl-net_all: fcl-passrc_all fcl-xml_all
|
||||
fcl-net_debug: fcl-passrc_debug fcl-xml_debug
|
||||
fcl-net_smart: fcl-passrc_smart fcl-xml_smart
|
||||
fcl-net_release: fcl-passrc_release fcl-xml_release
|
||||
@ -7247,7 +7247,7 @@ fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart
|
||||
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
|
||||
fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all
|
||||
fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all
|
||||
fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug
|
||||
fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart
|
||||
fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
|
||||
@ -7272,11 +7272,6 @@ libpng_debug: zlib_debug
|
||||
libpng_smart: zlib_smart
|
||||
libpng_release: zlib_release
|
||||
libpng_shared: zlib_shared
|
||||
gtk1_all: x11_all
|
||||
gtk1_debug: x11_debug
|
||||
gtk1_smart: x11_smart
|
||||
gtk1_release: x11_release
|
||||
gtk1_shared: x11_shared
|
||||
cairo_all: x11_all fcl-image_all
|
||||
cairo_debug: x11_debug fcl-image_debug
|
||||
cairo_smart: x11_smart fcl-image_smart
|
||||
@ -7293,17 +7288,24 @@ fpgtk_smart: fcl-base_smart gtk1_smart
|
||||
fpgtk_debug: fcl-base_debug gtk1_debug
|
||||
fpgtk_release: fcl-base_release gtk1_release
|
||||
ifeq ($(findstring $(OS_TARGET),go32v2),)
|
||||
graph_all: sdl_all
|
||||
graph_shared: sdl_shared
|
||||
graph_smart: sdl_smart
|
||||
graph_debug: sdl_debug
|
||||
graph_release: sdl_release
|
||||
graph_all: sdl_all
|
||||
graph_shared: sdl_shared
|
||||
graph_smart: sdl_smart
|
||||
graph_debug: sdl_debug
|
||||
graph_release: sdl_release
|
||||
endif
|
||||
ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
|
||||
gtk1_all: x11_all
|
||||
gtk1_debug: x11_debug
|
||||
gtk1_smart: x11_smart
|
||||
gtk1_release: x11_release
|
||||
gtk1_shared: x11_shared
|
||||
gtk2_all: x11_all
|
||||
gtk2_shared: x11_shared
|
||||
gtk2_smart: x11_smart
|
||||
gtk2_debug: x11_debug
|
||||
gtk2_release: x11_release
|
||||
endif
|
||||
gtk2_all: x11_all
|
||||
gtk2_shared: x11_shared
|
||||
gtk2_smart: x11_smart
|
||||
gtk2_debug: x11_debug
|
||||
gtk2_release: x11_release
|
||||
imlib_all: gtk1_all x11_all
|
||||
imlib_shared: gtk1_shared x11_shared
|
||||
imlib_smart: gtk1_smart x11_smart
|
||||
@ -7346,11 +7348,11 @@ unixutil_shared: libc_shared fcl-base_shared
|
||||
unixutil_smart: libc_smart fcl-base_smart
|
||||
unixutil_debug: libc_debug fcl-base_debug
|
||||
unixutil_release: libc_release fcl-base_release
|
||||
winunits-jedi_all: winunits-base_all
|
||||
winunits-jedi_shared: winunits-base_shared
|
||||
winunits-jedi_smart: winunits-base_smart
|
||||
winunits-jedi_debug: winunits-base_debug
|
||||
winunits-jedi_release: winunits-base_release
|
||||
winunits-jedi_all: winunits-base_all
|
||||
winunits-jedi_shared: winunits-base_shared
|
||||
winunits-jedi_smart: winunits-base_smart
|
||||
winunits-jedi_debug: winunits-base_debug
|
||||
winunits-jedi_release: winunits-base_release
|
||||
xforms_all: x11_all
|
||||
xforms_shared: x11_shared
|
||||
xforms_smart: x11_smart
|
||||
@ -7358,11 +7360,11 @@ xforms_debug: x11_debug
|
||||
xforms_release: x11_release
|
||||
gnome1_all: gtk1_all imlib_all
|
||||
gnome1_shared: gtk1_shared imlib_shared
|
||||
gnome1_smart: gtk1_smart imlib_smart
|
||||
gnome1_debug: gtk1_debug imlib_debug
|
||||
gnome1_smart: gtk1_smart imlib_smart
|
||||
gnome1_debug: gtk1_debug imlib_debug
|
||||
gnome1_release: gtk1_release imlib_release
|
||||
ptc_all: hermes_all x11_all
|
||||
ptc_shared: hermes_shared x11_shared
|
||||
ptc_smart: hermes_smart x11_smart
|
||||
ptc_debug: hermes_debug x11_debug
|
||||
ptc_release: hermes_release x11_release
|
||||
ptc_shared: hermes_shared x11_shared
|
||||
ptc_smart: hermes_smart x11_smart
|
||||
ptc_debug: hermes_debug x11_debug
|
||||
ptc_release: hermes_release x11_release
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[target]
|
||||
dirs= fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm numlib
|
||||
dirs_linux_i386=libc unixutil graph
|
||||
dirs_linux_i386=libc unixutil graph
|
||||
dirs_i386_linux= graph
|
||||
dirs_x86_64_linux= graph
|
||||
dirs_powerpc_linux= graph
|
||||
@ -22,7 +22,7 @@ dirs_i386_darwin=graph univint sdl
|
||||
dirs_powerpc_darwin=graph univint sdl
|
||||
dirs_solaris=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
|
||||
libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd aspell svgalib \
|
||||
imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22
|
||||
imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22
|
||||
dirs_netbsd=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
|
||||
gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib \
|
||||
imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd22
|
||||
@ -107,7 +107,7 @@ fcl-registry_release: fcl-xml_release
|
||||
fcl-registry_shared: fcl-xml_shared
|
||||
|
||||
ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
|
||||
fcl-net_all: fcl-passrc_all fcl-xml_all
|
||||
fcl-net_all: fcl-passrc_all fcl-xml_all
|
||||
fcl-net_debug: fcl-passrc_debug fcl-xml_debug
|
||||
fcl-net_smart: fcl-passrc_smart fcl-xml_smart
|
||||
fcl-net_release: fcl-passrc_release fcl-xml_release
|
||||
@ -120,7 +120,7 @@ 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
|
||||
|
||||
fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all
|
||||
fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all
|
||||
fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug
|
||||
fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart
|
||||
fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
|
||||
@ -150,12 +150,6 @@ libpng_smart: zlib_smart
|
||||
libpng_release: zlib_release
|
||||
libpng_shared: zlib_shared
|
||||
|
||||
gtk1_all: x11_all
|
||||
gtk1_debug: x11_debug
|
||||
gtk1_smart: x11_smart
|
||||
gtk1_release: x11_release
|
||||
gtk1_shared: x11_shared
|
||||
|
||||
cairo_all: x11_all fcl-image_all
|
||||
cairo_debug: x11_debug fcl-image_debug
|
||||
cairo_smart: x11_smart fcl-image_smart
|
||||
@ -175,18 +169,26 @@ fpgtk_debug: fcl-base_debug gtk1_debug
|
||||
fpgtk_release: fcl-base_release gtk1_release
|
||||
|
||||
ifeq ($(findstring $(OS_TARGET),go32v2),)
|
||||
graph_all: sdl_all
|
||||
graph_shared: sdl_shared
|
||||
graph_smart: sdl_smart
|
||||
graph_debug: sdl_debug
|
||||
graph_release: sdl_release
|
||||
graph_all: sdl_all
|
||||
graph_shared: sdl_shared
|
||||
graph_smart: sdl_smart
|
||||
graph_debug: sdl_debug
|
||||
graph_release: sdl_release
|
||||
endif
|
||||
|
||||
gtk2_all: x11_all
|
||||
gtk2_shared: x11_shared
|
||||
gtk2_smart: x11_smart
|
||||
gtk2_debug: x11_debug
|
||||
gtk2_release: x11_release
|
||||
ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
|
||||
gtk1_all: x11_all
|
||||
gtk1_debug: x11_debug
|
||||
gtk1_smart: x11_smart
|
||||
gtk1_release: x11_release
|
||||
gtk1_shared: x11_shared
|
||||
|
||||
gtk2_all: x11_all
|
||||
gtk2_shared: x11_shared
|
||||
gtk2_smart: x11_smart
|
||||
gtk2_debug: x11_debug
|
||||
gtk2_release: x11_release
|
||||
endif
|
||||
|
||||
imlib_all: gtk1_all x11_all
|
||||
imlib_shared: gtk1_shared x11_shared
|
||||
@ -238,11 +240,11 @@ unixutil_smart: libc_smart fcl-base_smart
|
||||
unixutil_debug: libc_debug fcl-base_debug
|
||||
unixutil_release: libc_release fcl-base_release
|
||||
|
||||
winunits-jedi_all: winunits-base_all
|
||||
winunits-jedi_shared: winunits-base_shared
|
||||
winunits-jedi_smart: winunits-base_smart
|
||||
winunits-jedi_debug: winunits-base_debug
|
||||
winunits-jedi_release: winunits-base_release
|
||||
winunits-jedi_all: winunits-base_all
|
||||
winunits-jedi_shared: winunits-base_shared
|
||||
winunits-jedi_smart: winunits-base_smart
|
||||
winunits-jedi_debug: winunits-base_debug
|
||||
winunits-jedi_release: winunits-base_release
|
||||
|
||||
xforms_all: x11_all
|
||||
xforms_shared: x11_shared
|
||||
@ -252,13 +254,13 @@ xforms_release: x11_release
|
||||
|
||||
gnome1_all: gtk1_all imlib_all
|
||||
gnome1_shared: gtk1_shared imlib_shared
|
||||
gnome1_smart: gtk1_smart imlib_smart
|
||||
gnome1_debug: gtk1_debug imlib_debug
|
||||
gnome1_smart: gtk1_smart imlib_smart
|
||||
gnome1_debug: gtk1_debug imlib_debug
|
||||
gnome1_release: gtk1_release imlib_release
|
||||
|
||||
ptc_all: hermes_all x11_all
|
||||
ptc_shared: hermes_shared x11_shared
|
||||
ptc_smart: hermes_smart x11_smart
|
||||
ptc_debug: hermes_debug x11_debug
|
||||
ptc_release: hermes_release x11_release
|
||||
ptc_shared: hermes_shared x11_shared
|
||||
ptc_smart: hermes_smart x11_smart
|
||||
ptc_debug: hermes_debug x11_debug
|
||||
ptc_release: hermes_release x11_release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user