[PyQt] Re: SIP newcomer questions/complaints
Hans-Peter Jansen
hpj at urpla.net
Mon Apr 7 17:55:00 BST 2008
Am Montag, 7. April 2008 schrieb Jim Crowell:
>
> Well, I'm doing the same thing & I have a Makefile with:
>
> SIPFILES = $(INTERFACE_DIR)/math.sip \
> $(INTERFACE_DIR)/typemaps.sip \
> $(INTERFACE_DIR)/navigation.sip \
> $(INTERFACE_DIR)/database.sip \
> $(INTERFACE_DIR)/szgclient.sip \
> $(INTERFACE_DIR)/input.sip \
> $(INTERFACE_DIR)/graphics.sip \
> $(INTERFACE_DIR)/view.sip \
> $(INTERFACE_DIR)/gui.sip \
> $(INTERFACE_DIR)/obj.sip \
> $(INTERFACE_DIR)/sound.sip \
> $(INTERFACE_DIR)/interact.sip \
> $(INTERFACE_DIR)/frameworks.sip
>
I've you can rely on gmake, you may find this interesting:
SIPFILES = $(wildcard $(INTERFACE_DIR)/*.sip)
Pete
More information about the PyQt
mailing list