|
|
|
@ -56,7 +56,7 @@ build-%/configure-stamp:
|
|
|
|
|
cd build-$* && python$* ../configure.py \
|
|
|
|
|
-c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \
|
|
|
|
|
-e python$* \
|
|
|
|
|
-v /opt/trinity/share/sip/trinity -j $(SPLIT)
|
|
|
|
|
-v /opt/trinity/share/sip-tqt/trinity -j $(SPLIT)
|
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
|
|
dbg-build-%/configure-stamp:
|
|
|
|
@ -65,7 +65,7 @@ dbg-build-%/configure-stamp:
|
|
|
|
|
cd dbg-build-$* && python$*-dbg ../configure.py \
|
|
|
|
|
-c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \
|
|
|
|
|
-e python$* \
|
|
|
|
|
-v /opt/trinity/share/sip/trinity -j $(SPLIT)
|
|
|
|
|
-v /opt/trinity/share/sip-tqt/trinity -j $(SPLIT)
|
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
|
|
build build-arch: $(PYTHONS:%=build-%/build-stamp) $(DBG_PYTHONS:%=dbg-build-%/build-stamp)
|
|
|
|
|