mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Use file name "libboost_python.a"; rename makefiles.
[SVN r9449]
This commit is contained in:
@@ -79,7 +79,7 @@ DEPOBJ= $(OBJ) comprehensive.o abstract.o \
|
||||
|
||||
.SUFFIXES: .o .cpp
|
||||
|
||||
all: libbpl.a boost_python_test.so abstract.so \
|
||||
all: libboost_python.a boost_python_test.so abstract.so \
|
||||
getting_started1.so getting_started2.so getting_started3.so \
|
||||
getting_started4.so getting_started5.so
|
||||
|
||||
@@ -107,9 +107,9 @@ unlink:
|
||||
fi; \
|
||||
done
|
||||
|
||||
libbpl.a: $(OBJ)
|
||||
rm -f libbpl.a
|
||||
ar r libbpl.a $(OBJ)
|
||||
libboost_python.a: $(OBJ)
|
||||
rm -f libboost_python.a
|
||||
ar r libboost_python.a $(OBJ)
|
||||
|
||||
boost_python_test.so: $(OBJ) comprehensive.o
|
||||
$(LD) $(LDOPTS) $(OBJ) comprehensive.o -o boost_python_test.so -lm
|
||||
@@ -145,7 +145,7 @@ test:
|
||||
$(PYEXE) test_getting_started5.py
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) libbpl.a libbpl.a.input
|
||||
rm -f $(OBJ) libboost_python.a libboost_python.a.input
|
||||
rm -f comprehensive.o boost_python_test.so
|
||||
rm -f abstract.o abstract.so
|
||||
rm -f getting_started1.o getting_started1.so
|
||||
@@ -96,7 +96,7 @@ OBJ = classes.o conversions.o extension_class.o functions.o \
|
||||
|
||||
.SUFFIXES: .o .cpp
|
||||
|
||||
all: libbpl.a boost_python_test.pyd abstract.pyd \
|
||||
all: libboost_python.a boost_python_test.pyd abstract.pyd \
|
||||
getting_started1.pyd getting_started2.pyd getting_started3.pyd \
|
||||
getting_started4.pyd getting_started5.pyd
|
||||
|
||||
@@ -136,9 +136,9 @@ rmdefs:
|
||||
rm $$def.def; \
|
||||
done
|
||||
|
||||
libbpl.a: $(OBJ)
|
||||
del libbpl.a
|
||||
ar r libbpl.a $(OBJ)
|
||||
libboost_python.a: $(OBJ)
|
||||
del libboost_python.a
|
||||
ar r libboost_python.a $(OBJ)
|
||||
|
||||
DLLWRAPOPTS= -s --driver-name g++ -s
|
||||
--entry _DllMainCRTStartup@12 --target=i386-mingw32
|
||||
@@ -198,7 +198,7 @@ test:
|
||||
$(PYEXE) test_getting_started5.py
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) libbpl.a libbpl.a.input
|
||||
rm -f $(OBJ) libboost_python.a libboost_python.a.input
|
||||
rm -f comprehensive.o boost_python_test.pyd
|
||||
rm -f abstract.o abstract.pyd
|
||||
rm -f getting_started1.o getting_started1.pyd
|
||||
@@ -79,7 +79,7 @@ DEPOBJ= $(OBJ) comprehensive.o abstract.o \
|
||||
|
||||
.SUFFIXES: .o .cpp
|
||||
|
||||
all: libbpl.a boost_python_test.so abstract.so \
|
||||
all: libboost_python.a boost_python_test.so abstract.so \
|
||||
getting_started1.so getting_started2.so getting_started3.so \
|
||||
getting_started4.so getting_started5.so
|
||||
|
||||
@@ -107,13 +107,13 @@ unlink:
|
||||
fi; \
|
||||
done
|
||||
|
||||
libbpl.a: $(OBJ)
|
||||
rm -f libbpl.a
|
||||
libboost_python.a: $(OBJ)
|
||||
rm -f libboost_python.a
|
||||
cd cxx_repository; \
|
||||
ls -1 > ../libbpl.a.input; \
|
||||
ar r ../libbpl.a -input ../libbpl.a.input
|
||||
rm -f libbpl.a.input
|
||||
ar r libbpl.a $(OBJ)
|
||||
ls -1 > ../libboost_python.a.input; \
|
||||
ar r ../libboost_python.a -input ../libboost_python.a.input
|
||||
rm -f libboost_python.a.input
|
||||
ar r libboost_python.a $(OBJ)
|
||||
|
||||
boost_python_test.so: $(OBJ) comprehensive.o
|
||||
$(LD) $(LDOPTS) $(OBJ) comprehensive.o -o boost_python_test.so -lm
|
||||
@@ -149,7 +149,7 @@ test:
|
||||
$(PYEXE) test_getting_started5.py
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) libbpl.a libbpl.a.input
|
||||
rm -f $(OBJ) libboost_python.a libboost_python.a.input
|
||||
rm -f comprehensive.o boost_python_test.so
|
||||
rm -f abstract.o abstract.so
|
||||
rm -f getting_started1.o getting_started1.so
|
||||
Reference in New Issue
Block a user