Skip to content

Commit cf9b1e0

Browse files
committed
now a python module
1 parent 9c7d5a3 commit cf9b1e0

File tree

10 files changed

+570
-172
lines changed

10 files changed

+570
-172
lines changed

Makefile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#############################################################################
2-
# Makefile for building: src
2+
# Makefile for building: fraglets
33
# Generated by qmake (3.1) (Qt 5.9.5)
4-
# Project: src.pro
4+
# Project: fraglets.pro
55
# Template: app
6-
# Command: /usr/lib/qt5/bin/qmake -o Makefile src.pro
6+
# Command: /usr/lib/qt5/bin/qmake -o Makefile fraglets.pro
77
#############################################################################
88

99
MAKEFILE = Makefile
@@ -15,7 +15,7 @@ CXX = g++
1515
DEFINES = -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_CHARTS_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB
1616
CFLAGS = -pipe -O3 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
1717
CXXFLAGS = -pipe -std=c++17 -O3 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
18-
INCPATH = -I. -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
18+
INCPATH = -I. -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/usr/include/python3.6m/
1919
QMAKE = /usr/lib/qt5/bin/qmake
2020
DEL_FILE = rm -f
2121
CHK_DIR_EXISTS= test -d
@@ -34,8 +34,8 @@ DEL_DIR = rmdir
3434
MOVE = mv -f
3535
TAR = tar -cf
3636
COMPRESS = gzip -9f
37-
DISTNAME = src1.0.0
38-
DISTDIR = /home/kolt/Documents/workspace/fraglets-cpp/.tmp/src1.0.0
37+
DISTNAME = fraglets1.0.0
38+
DISTDIR = /home/kolt/Documents/workspace/fraglets-cpp/.tmp/fraglets1.0.0
3939
LINK = g++
4040
LFLAGS = -Wl,-O3
4141
LIBS = $(SUBLIBS) -lgvc -lcgraph -lcdt -lQt5Charts -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
@@ -136,15 +136,15 @@ DIST = /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
136136
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \
137137
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
138138
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
139-
src.pro fraglets.h \
139+
fraglets.pro fraglets.h \
140140
keymultiset.h \
141141
moleculemultiset.h fraglets.cpp \
142142
keymultiset.cpp \
143143
main.cpp \
144144
moleculemultiset.cpp
145-
QMAKE_TARGET = src
145+
QMAKE_TARGET = fraglets
146146
DESTDIR =
147-
TARGET = src
147+
TARGET = fraglets
148148

149149

150150
first: all
@@ -153,7 +153,7 @@ first: all
153153
$(TARGET): $(OBJECTS)
154154
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
155155

156-
Makefile: src.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
156+
Makefile: fraglets.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
157157
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf \
158158
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf \
159159
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/sanitize.conf \
@@ -231,12 +231,12 @@ Makefile: src.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /us
231231
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \
232232
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
233233
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
234-
src.pro \
234+
fraglets.pro \
235235
/usr/lib/x86_64-linux-gnu/libQt5Charts.prl \
236236
/usr/lib/x86_64-linux-gnu/libQt5Widgets.prl \
237237
/usr/lib/x86_64-linux-gnu/libQt5Gui.prl \
238238
/usr/lib/x86_64-linux-gnu/libQt5Core.prl
239-
$(QMAKE) -o Makefile src.pro
239+
$(QMAKE) -o Makefile fraglets.pro
240240
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf:
241241
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf:
242242
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf:
@@ -315,13 +315,13 @@ Makefile: src.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /us
315315
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf:
316316
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf:
317317
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf:
318-
src.pro:
318+
fraglets.pro:
319319
/usr/lib/x86_64-linux-gnu/libQt5Charts.prl:
320320
/usr/lib/x86_64-linux-gnu/libQt5Widgets.prl:
321321
/usr/lib/x86_64-linux-gnu/libQt5Gui.prl:
322322
/usr/lib/x86_64-linux-gnu/libQt5Core.prl:
323323
qmake: FORCE
324-
@$(QMAKE) -o Makefile src.pro
324+
@$(QMAKE) -o Makefile fraglets.pro
325325

326326
qmake_all: FORCE
327327

0 commit comments

Comments
 (0)