Codebase list liborigin2 / eaf84b0
Rewrote 01_makefile.diff Gudjon I. Gudjonsson 13 years ago
3 changed file(s) with 20 addition(s) and 56 deletion(s). Raw diff Collapse all Expand all
99 * Added myself to Uploaders
1010 * Fix indentation of get-orig-source target
1111
12 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 06 Feb 2011 12:58:07 +0100
12 [ Gudjon I. Gudjonsson ]
13 * Rewrote 01_makefile.diff
14
15 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 06 Feb 2011 13:12:40 +0100
1316
1417 liborigin2 (1:13092010-1) unstable; urgency=low
1518
0 Remove unnecessary dependencies on libboost_thread and QtCore and QtGui
10 --- a/liborigin2.pro
21 +++ b/liborigin2.pro
3 @@ -6,37 +6,37 @@
4 OBJECTS_DIR = ./tmp
5
6 DESTDIR = ./
7 -
8 +
9 # Path to the folder where the header files of the BOOST C++ libraries are installed
2 @@ -8,14 +8,14 @@
3 DESTDIR = ./
4
5 # Path to the folder where the header files of the BOOST C++ libraries are installed
106 -INCLUDEPATH += ../boost
11 -
12 -# link statically against a copy of BOOST C++ libraries
13 +INCLUDEPATH += ../boost
14 +
15 +# link statically against a copy of BOOST C++ libraries
16 #LIBS += ../boost/lib/libboost_date_time.a
17 #LIBS += ../boost/lib/libboost_thread.a
18 -# or dynamically against a system-wide installation
19 +# or dynamically against a system-wide installation
20 LIBS += -lboost_date_time
7 +#INCLUDEPATH += ../boost
8
9 # link statically against a copy of BOOST C++ libraries
10 #LIBS += ../boost/lib/libboost_date_time.a
11 #LIBS += ../boost/lib/libboost_thread.a
12 # or dynamically against a system-wide installation
13 LIBS += -lboost_date_time
2114 -LIBS += -lboost_thread
22 +#LIBS += -lboost_thread
23
24 HEADERS += endianfstream.hh \
25 logging.hpp \
26 OriginObj.h \
27 OriginFile.h \
28 OriginParser.h \
29 - OriginDefaultParser.h \
30 - Origin600Parser.h \
31 - Origin610Parser.h \
32 - Origin700Parser.h \
33 - Origin750Parser.h \
34 - Origin800Parser.h \
35 - Origin810Parser.h
36 + OriginDefaultParser.h \
37 + Origin600Parser.h \
38 + Origin610Parser.h \
39 + Origin700Parser.h \
40 + Origin750Parser.h \
41 + Origin800Parser.h \
42 + Origin810Parser.h
43
44 SOURCES += OriginFile.cpp \
45 OriginParser.cpp \
46 - OriginDefaultParser.cpp \
47 - Origin600Parser.cpp \
48 - Origin610Parser.cpp \
49 + OriginDefaultParser.cpp \
50 + Origin600Parser.cpp \
51 + Origin610Parser.cpp \
52 Origin700Parser.cpp \
53 - Origin750Parser.cpp \
54 - Origin800Parser.cpp \
55 + Origin750Parser.cpp \
56 + Origin800Parser.cpp \
57 Origin810Parser.cpp
58
15 +#LIBS += -lboost_thread
16
17 HEADERS += endianfstream.hh \
18 logging.hpp \
2424 unzip liborigin2-$$VER.zip; \
2525 mv liborigin2 liborigin2-$$VER; \
2626 find liborigin2-$$VER -type f -exec fromdos {} \; ;\
27 rm -f liborigin2-$$VER/liborigin2.pro.user ;\
2728 tar czf liborigin2_$$VER.orig.tar.gz liborigin2-$$VER; \
2829 rm -f liborigin2-$$VER.zip; \
2930 rm -rf liborigin2-$$VER; \