Skip to content
Snippets Groups Projects
Commit 5f3cc31c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Makefile trouble resolved: qmake version conflict

=> qmake1 einfach mitverteilen, ist eh eine Behelfsloesung
parent 5a3de310
No related branches found
No related tags found
No related merge requests found
qmake1 0 → 100755
File added
#!/bin/bash #!/bin/bash
rm -f *_lex.* *_yacc.* rm -f *_lex.* *_yacc.*
echo "make project:" echo "make project:"
qmake -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lfftw3 -lxml2 -L../../lmfit -llmmin -L../yaml/src -lyaml " \ ../qmake1 -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -L../yaml/src -lyaml " \
"DEFINES += _FILE_OFFSET_BITS=64" \ "DEFINES += _FILE_OFFSET_BITS=64" \
"OBJECTS_DIR = ./obj" \ "OBJECTS_DIR = ./obj" \
"TARGET = ../../bin/frida2" \ "TARGET = ../../bin/frida2" \
...@@ -9,6 +9,6 @@ qmake -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lfftw3 -lxml ...@@ -9,6 +9,6 @@ qmake -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lfftw3 -lxml
"YACC = /usr/bin/bison" \ "YACC = /usr/bin/bison" \
"INCLUDEPATH += /usr/include/libxml2" "INCLUDEPATH += /usr/include/libxml2"
echo "make Makefile:" echo "make Makefile:"
qmake ../qmake1
echo "make:" echo "make:"
make make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment