1 # This file gives the details of what is needed to build this extension
2 # module so the Makefile can be created.
5 ### This file should be created by configure. Currently it is tweaked by hand.
15 # Depending on how your Python was built, you may have to set this
16 # value to use the C++ driver to link with instead of the default
17 # C driver. For example:
18 #MY_LDSHARED=$(CCC) -shared
20 # Same as above, but for statically linking Python and wxPython together,
21 # in other words, if you comment out the *shared* above. If this is the
22 # case then you should ensure that the main() function is Python's, not
23 # wxWindows'. You can rebuild $(WXWIN)/src/gtk/app.cpp with NOMAIN defined
28 ## Pick one of these, or set your own. This is where the
29 ## wxPython module should be installed. It should be a
30 ## subdirectory named wxPython.
32 #TARGETDIR=$(BINLIBDEST)/site-packages/wxPython
35 wxc wx.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \
36 mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \
37 frames.cpp stattool.cpp utils.cpp windows3.cpp \
39 -I. -I$(WXWIN)/include -I/usr/local/lib/glib/include -I$(WXWIN)/src \
40 -I/usr/X/include -DSWIG_GLOBAL -D__WXGTK__ \
43 -L$(WXWIN)/lib/solaris2.6 -L/usr/X/lib \
44 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1 \
45 -lwx_gtk2 -lgtk -lgdk -lglib -lXext -lX11 -lstdc++ -lgcc