This Makefile is in C:\Python33\PYSIP\sip-4.14.3
------
all:
cdsipgen
$(MAKE)
@cd ..
cdsiplib
$(MAKE)
@cd ..
install:
cdsipgen
$(MAKE) install
@cd ..
cdsiplib
$(MAKE) install
@cd ..
@if not exist C:\Python33\Lib\site-packages mkdir C:\Python33\Lib\site-packages
copy /y sipconfig.py C:\Python33\Lib\site-packages\sipconfig.py
copy /y C:\Python33\PYSIP\sip-4.14.3\sipdistutils.py C:\Python33\Lib\site-packages\sipdistutils.py
clean:
cdsipgen
$(MAKE) clean
@cd ..
cdsiplib
$(MAKE) clean
@cd ..
This Makefile is in C:\Python33\PYSIP\sip-4.14.3\sipgen
TARGET = sip.exe
OFILES = main.obj transform.obj gencode.obj extracts.obj export.obj heap.obj parser.obj lexer.obj
HFILES = sip.hparser.h
CC = cl
CXX = cl
LINK = link
CPPFLAGS = -DNDEBUG -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -I.
CFLAGS = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W0
CXXFLAGS = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W0
LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:$(TARGET).manifest /SUBSYSTEM:CONSOLE
LIBS =
.SUFFIXES: .c .cpp .cc .cxx .C
{.}.cpp{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.cc{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.cxx{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.C{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.c{}.obj::
$(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @<
$<
all: $(TARGET)
$(OFILES): $(HFILES)
$(TARGET): $(OFILES)
$(LINK) $(LFLAGS) /OUT:$(TARGET) @<
$(OFILES) $(LIBS)
mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);1
install: $(TARGET)
@if not exist C:\Python33 mkdir C:\Python33
copy /y $(TARGET) C:\Python33\$(TARGET)
clean:
-del $(TARGET)
-del main.obj
-del transform.obj
-del gencode.obj
-del extracts.obj
-del export.obj
-del heap.obj
-del parser.obj
-del lexer.obj
-del $(TARGET).manifest
This Makefile is in C:\Python33\PYSIP\sip-4.14.3\siplib
------
TARGET = sip.pyd
OFILES = siplib.obj apiversions.obj descriptors.obj qtlib.obj threads.obj objmap.obj voidptr.obj bool.obj
HFILES = sip.hsipint.h
CC = cl
CXX = cl
LINK = link
CPPFLAGS = -DNDEBUG -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -I. -IC:\Python33\include
CFLAGS = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W0
CXXFLAGS = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W0
LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DLL /MANIFEST /MANIFESTFILE:$(TARGET).manifest /SUBSYSTEM:CONSOLE /INCREMENTAL:NO
LIBS = /LIBPATH:C:\Python33\libs python33.lib
.SUFFIXES: .c .cpp .cc .cxx .C
{.}.cpp{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.cc{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.cxx{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.C{}.obj::
$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<
$<
{.}.c{}.obj::
$(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @<
$<
all: $(TARGET)
$(OFILES): $(HFILES)
$(TARGET): $(OFILES)
$(LINK) $(LFLAGS) /OUT:$(TARGET) @<
$(OFILES) $(LIBS)
mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);2
install: $(TARGET)
@if not exist C:\Python33\Lib\site-packages mkdir C:\Python33\Lib\site-packages
copy /y $(TARGET) C:\Python33\Lib\site-packages\$(TARGET)
@if not exist C:\Python33\include mkdir C:\Python33\include
copy /y C:\Python33\PYSIP\sip-4.14.3\siplib\sip.h C:\Python33\include\sip.h
clean:
-del $(TARGET)
-del siplib.obj
-del apiversions.obj
-del descriptors.obj
-del qtlib.obj
-del threads.obj
-del objmap.obj
-del voidptr.obj
-del bool.obj
-del $(TARGET).manifest
______
Files and folders in C:\Python33\PYSIP\sip-4.14.3
__pycache__ Folder
Custom Folder
DocFolder
SipgenFolder
SiplibFolder
SpecsFolder
SphinxFolder
configure.py
LICENSE
LICENSE-GPL2
LICENSE-GPL3
Makefile
NEWS
README
sipconfig.py
sipdistutils.py
siputils.py
______
Files in C:\Python33\PYSIP\sip-4.14.3\sipgen
export.c
extracts.c
gencode.c
heap.c
lexer.c
lexer.l
main.c
Makefile
parser.c
parser.h
parser.y
sip.h
sipgen.sbf
transform.c
______
Files in C:\Python33\PYSIP\sip-4.14.3\siplib
parser.h
ool.cpp
descriptors.c
Makefile
objmap.c
qtlib.c
sip.h
sip.h.in
sipint.h
siplib.c
siplib.c.in
siplib.sbf
siplib.sbf.in
hreads.c
voidptr.c