|
|
|
@ -48,7 +48,7 @@ build-%/configure-stamp:
|
|
|
|
|
mkdir -p build-$*
|
|
|
|
|
cd build-$* \
|
|
|
|
|
&& python$* ../configure.py \
|
|
|
|
|
-d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \
|
|
|
|
|
-d /usr/lib/python$*/$(call py_sitename,$*) \
|
|
|
|
|
-g python$* \
|
|
|
|
|
-u STRIP="" CFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" \
|
|
|
|
|
-p solaris-g++
|
|
|
|
@ -59,7 +59,7 @@ dbg-build-%/configure-stamp:
|
|
|
|
|
mkdir -p dbg-build-$*
|
|
|
|
|
cd dbg-build-$* \
|
|
|
|
|
&& python$*-dbg ../configure.py \
|
|
|
|
|
-d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \
|
|
|
|
|
-d /usr/lib/python$*/$(call py_sitename,$*) \
|
|
|
|
|
-g python$* \
|
|
|
|
|
-e /usr/include/python$*_d \
|
|
|
|
|
-u CFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" STRIP=""
|
|
|
|
@ -114,18 +114,17 @@ install-arch: build
|
|
|
|
|
install-arch-%:
|
|
|
|
|
$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/tmp
|
|
|
|
|
# $(MAKE) -C dbg-build-$* install DESTDIR=$(CURDIR)/debian/python-sip-tqt-dbg
|
|
|
|
|
mkdir -p debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/
|
|
|
|
|
touch debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/__init__.py
|
|
|
|
|
install -m 644 -o root -g root debian/sipconfig.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/
|
|
|
|
|
install -m 644 -o root -g root build-$*/sipconfig.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/sipconfig_nd.py
|
|
|
|
|
# install -m 644 -o root -g root dbg-build-$*/sipconfig.py debian/python-sip-tqt-dbg/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/sipconfig_d.py
|
|
|
|
|
mkdir -p debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/
|
|
|
|
|
install -m 644 -o root -g root debian/sip_tqt_config.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip_tqt_config.py
|
|
|
|
|
install -m 644 -o root -g root build-$*/sip_tqt_config.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip_tqt_config_nd.py
|
|
|
|
|
# install -m 644 -o root -g root dbg-build-$*/sip_tqt_config.py debian/python-sip-tqt-dbg/usr/lib/python$*/$(call py_sitename,$*)/sip_tqt_config_d.py
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/include/python$*
|
|
|
|
|
install -m 644 -o root -g root siplib/sip.h debian/python-sip-tqt-dev/usr/include/python$*/
|
|
|
|
|
install -m 644 -o root -g root siplib/sip-tqt.h debian/python-sip-tqt-dev/usr/include/python$*/
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/include/python$*_d
|
|
|
|
|
ln -s ../python$*/sip.h \
|
|
|
|
|
debian/python-sip-tqt-dev/usr/include/python$*_d/sip.h
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt
|
|
|
|
|
install -m 644 -o root -g root sipdistutils.py debian/python-sip-tqt-dev/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt
|
|
|
|
|
ln -s ../python$*/sip-tqt.h \
|
|
|
|
|
debian/python-sip-tqt-dev/usr/include/python$*_d/sip-tqt.h
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/lib/python$*/$(call py_sitename,$*)
|
|
|
|
|
install -m 644 -o root -g root sip_tqt_distutils.py debian/python-sip-tqt-dev/usr/lib/python$*/$(call py_sitename,$*)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Must not depend on anything. This is to be called by
|
|
|
|
|