#!/bin/tcsh

setenv PKG_CONFIG_PATH "/opt/fsw4sun/lib/pkgconfig"
setenv PKG_CONFIG_FOUND "/opt/fsw4sun/lib/pkgconfig"
setenv PKG_CONFIG "/opt/fsw4sun/bin/pkg-config"

source /home/steleman/programming/skel/.workshop10.KDE342.FSW
source /home/steleman/programming/skel/.ld_library_path.kde342
source /home/steleman/programming/skel/.pkg_config_path
source /home/steleman/programming/skel/.python
source /home/steleman/programming/skel/.make
source /home/steleman/programming/skel/.qt-334
source /home/steleman/programming/skel/.kde-342
source /home/steleman/programming/skel/.path.kde342
source /home/steleman/programming/skel/.locale
setenv CONFIG_SHELL "/bin/bash"
setenv GS_LIB "/opt/fsw4sun/share/ghostscript/8.15/lib/fonts"
setenv XSLT_CONFIG "/opt/fsw4sun/libxslt-1.1.14/bin/xslt-config"
setenv XMLLINT "/opt/fsw4sun/libxml2-2.6.19/bin/xmllint"
setenv XML_CONFIG "/opt/fsw4sun/libxml2-2.6.19/bin/xml2-config"

setenv X11_CFLAGS " -I/usr/X11/include -I/usr/dt/include"
setenv FONTCONFIG_CFLAGS " -I/opt/fsw4sun/fontconfig-2.2.0/include -I/opt/fsw4sun/fontconfig-2.2.0/include/fontconfig"
setenv FREETYPE_CFLAGS " -I/opt/fsw4sun/freetype-2.1.7/include/freetype2 -I/opt/fsw4sun/freetype-2.1.7/include"

setenv X11_LIBS " -L/usr/X11/lib -L/usr/dt/lib"
setenv FONTCONFIG_LIBS " -L/opt/fsw4sun/fontconfig-2.2.0/lib /opt/fsw4sun/fontconfig-2.2.0/lib/libfontconfig.so.1 -R/opt/fsw4sun/fontconfig-2.2.0/lib"
setenv FREETYPE_LIBS " -L/opt/fsw4sun/freetype-2.1.7/lib /opt/fsw4sun/freetype-2.1.7/lib/libfreetype.so.6 -lz"

setenv JAVA_HOME "/usr/java"
setenv JRE_HOME "/usr/java"
setenv JDK_HOME "/usr/java"

./configure --prefix=/opt/kde-3.4.2 --disable-warnings --disable-debug --disable-closure --disable-dependency-tracking --disable-final --disable-maintainer-mode --enable-shared --disable-static --disable-libtool-lock --with-qt-dir='/opt/qt-3.3.4-32' --with-qt-includes='/opt/qt-3.3.4-32/include' --with-qt-libraries='/opt/qt-3.3.4-32/lib' --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib  --enable-shared --with-pic --with-extra-includes="/usr/dt/include -I/usr/X11/include -I/usr/openwin/include -I/opt/fsw4sun/include -I/opt/fsw4sun/ssl/include -I/opt/fsw4sun/libxml2-2.6.19/include -I/opt/fsw4sun/libxml2-2.6.19/include/libxml2 -I/opt/fsw4sun/libxslt-1.1.14/include -I/opt/fsw4sun/freetype-2.1.7/include/freetype2 -I/opt/fsw4sun/freetype-2.1.7/include -I/opt/fsw4sun/xft-2.1.2/include -I/opt/fsw4sun/openldap-2.2.17/include -I/opt/fsw4sun/sasl-2.1.19/include -I/opt/fsw4sun/krb-1.3.5/include -I/opt/fsw4sun/net-snmp-5.1.2/include -I/opt/fsw4sun/OpenAFS-1.3.84/include -I/opt/fsw4sun/openslp-1.0.11/include -I/opt/fsw4sun/samba-3.0.9/include -I/opt/fsw4sun/cups-1.1.23/include " --with-extra-libs="/usr/dt/lib -L/usr/openwin/lib -L/opt/fsw4sun/lib -L/opt/fsw4sun/ssl/lib -L/opt/fsw4sun/libxml2-2.6.19/lib -L/opt/fsw4sun/libxslt-1.1.14/lib -L/opt/fsw4sun/freetype-2.1.7/lib -L/opt/fsw4sun/xft-2.1.2/lib -L/opt/fsw4sun/openldap-2.2.17/lib -L/opt/fsw4sun/sasl-2.1.19/lib -L/opt/fsw4sun/krb-1.3.5/lib -L/opt/fsw4sun/OpenAFS-1.3.84/lib -L/opt/fsw4sun/net-snmp-5.1.2/lib -L/opt/fsw4sun/openslp-1.0.11/lib -L/opt/fsw4sun/samba-3.0.9/lib -L/opt/fsw4sun/cups-1.1.23/lib " --with-pam=yes --with-shadow=yes --with-ssl-dir=/opt/fsw4sun/ssl --with-ssl --with-x=yes --with-dpms=yes --with-gl=yes --with-xdmcp=yes --with-afs --with-krb5auth=/opt/fsw4sun/krb-1.3.5 --with-rpcauth=yes --with-ldap=/opt/fsw4sun/openldap-2.2.17 --with-kdm-xconsole --with-java=/usr/java --with-arts =yes
