############################################################################# # Makefile for building: shelxle # Generated by qmake (2.01a) (Qt 4.8.7) on: Mon Nov 1 09:52:22 2021 # Project: shelXle.pro # Template: app # Command: /usr/bin/qmake-qt4 -o Makefile shelXle.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED CFLAGS = -m32 -pipe -O2 -O2 -Wall -W -D_REENTRANT $(DEFINES) CXXFLAGS = -m32 -pipe -O2 -O2 -Wall -W -D_REENTRANT $(DEFINES) INCPATH = -I/usr/lib/qt4/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include/GL -I/usr/include -I. -I/usr/X11R6/include -I. LINK = g++ LFLAGS = -m32 -Wl,-O1 -Wl,-z,relro LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lpthread AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake-qt4 TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r STRIP = INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = ./ ####### Files SOURCES = main.cpp \ exportccdlg.cpp \ includeeditor.cpp \ window.cpp \ molecule.cpp \ fcvsfo.cpp \ chgl.cpp \ ideal_defden.cpp \ highlighter.cpp \ codeeditor.cpp \ eacDlg.cpp \ qpeakview.cpp \ psewidget.cpp \ historywidget.cpp \ dragdropatomsdlg.cpp \ fourxle.cpp \ kissfft/kiss_fftnd.c \ kissfft/kiss_fft.c \ savehistorywidget.cpp \ calculator.cpp \ dsrgui.cpp \ dsrglwindow.cpp \ dsreditwindow.cpp \ listfile.cpp \ plotgraph.cpp moc_window.cpp \ moc_exportccdlg.cpp \ moc_includeeditor.cpp \ moc_chgl.cpp \ moc_highlighter.cpp \ moc_ideal_defden.cpp \ moc_fcvsfo.cpp \ moc_dragdropatomsdlg.cpp \ moc_codeeditor.cpp \ moc_eacDlg.cpp \ moc_qpeakview.cpp \ moc_psewidget.cpp \ moc_historywidget.cpp \ moc_fourxle.cpp \ moc_savehistorywidget.cpp \ moc_calculator.cpp \ moc_dsrgui.cpp \ moc_dsrglwindow.cpp \ moc_dsreditwindow.cpp \ moc_listfile.cpp \ moc_plotgraph.cpp \ qrc_icons.cpp OBJECTS = main.o \ exportccdlg.o \ includeeditor.o \ window.o \ molecule.o \ fcvsfo.o \ chgl.o \ ideal_defden.o \ highlighter.o \ codeeditor.o \ eacDlg.o \ qpeakview.o \ psewidget.o \ historywidget.o \ dragdropatomsdlg.o \ fourxle.o \ kiss_fftnd.o \ kiss_fft.o \ savehistorywidget.o \ calculator.o \ dsrgui.o \ dsrglwindow.o \ dsreditwindow.o \ listfile.o \ plotgraph.o \ moc_window.o \ moc_exportccdlg.o \ moc_includeeditor.o \ moc_chgl.o \ moc_highlighter.o \ moc_ideal_defden.o \ moc_fcvsfo.o \ moc_dragdropatomsdlg.o \ moc_codeeditor.o \ moc_eacDlg.o \ moc_qpeakview.o \ moc_psewidget.o \ moc_historywidget.o \ moc_fourxle.o \ moc_savehistorywidget.o \ moc_calculator.o \ moc_dsrgui.o \ moc_dsrglwindow.o \ moc_dsreditwindow.o \ moc_listfile.o \ moc_plotgraph.o \ qrc_icons.o DIST = /usr/lib/qt4/mkspecs/common/unix.conf \ /usr/lib/qt4/mkspecs/common/linux.conf \ /usr/lib/qt4/mkspecs/common/gcc-base.conf \ /usr/lib/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib/qt4/mkspecs/common/g++-base.conf \ /usr/lib/qt4/mkspecs/common/g++-unix.conf \ /usr/lib/qt4/mkspecs/qconfig.pri \ /usr/lib/qt4/mkspecs/features/qt_functions.prf \ /usr/lib/qt4/mkspecs/features/qt_config.prf \ /usr/lib/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib/qt4/mkspecs/features/default_pre.prf \ /usr/lib/qt4/mkspecs/features/release.prf \ /usr/lib/qt4/mkspecs/features/default_post.prf \ /usr/lib/qt4/mkspecs/features/shared.prf \ /usr/lib/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib/qt4/mkspecs/features/warn_on.prf \ /usr/lib/qt4/mkspecs/features/qt.prf \ /usr/lib/qt4/mkspecs/features/unix/opengl.prf \ /usr/lib/qt4/mkspecs/features/unix/thread.prf \ /usr/lib/qt4/mkspecs/features/moc.prf \ /usr/lib/qt4/mkspecs/features/resources.prf \ /usr/lib/qt4/mkspecs/features/uic.prf \ /usr/lib/qt4/mkspecs/features/yacc.prf \ /usr/lib/qt4/mkspecs/features/lex.prf \ /usr/lib/qt4/mkspecs/features/include_source_dir.prf \ shelXle.pro QMAKE_TARGET = shelxle DESTDIR = TARGET = shelxle first: all ####### Implicit rules .SUFFIXES: .o .c .cpp .cc .cxx .C .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .C.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" ####### Build rules all: Makefile $(TARGET) $(TARGET): $(OBJECTS) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) Makefile: shelXle.pro /usr/lib/qt4/mkspecs/linux-g++-32/qmake.conf /usr/lib/qt4/mkspecs/common/unix.conf \ /usr/lib/qt4/mkspecs/common/linux.conf \ /usr/lib/qt4/mkspecs/common/gcc-base.conf \ /usr/lib/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib/qt4/mkspecs/common/g++-base.conf \ /usr/lib/qt4/mkspecs/common/g++-unix.conf \ /usr/lib/qt4/mkspecs/qconfig.pri \ /usr/lib/qt4/mkspecs/features/qt_functions.prf \ /usr/lib/qt4/mkspecs/features/qt_config.prf \ /usr/lib/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib/qt4/mkspecs/features/default_pre.prf \ /usr/lib/qt4/mkspecs/features/release.prf \ /usr/lib/qt4/mkspecs/features/default_post.prf \ /usr/lib/qt4/mkspecs/features/shared.prf \ /usr/lib/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib/qt4/mkspecs/features/warn_on.prf \ /usr/lib/qt4/mkspecs/features/qt.prf \ /usr/lib/qt4/mkspecs/features/unix/opengl.prf \ /usr/lib/qt4/mkspecs/features/unix/thread.prf \ /usr/lib/qt4/mkspecs/features/moc.prf \ /usr/lib/qt4/mkspecs/features/resources.prf \ /usr/lib/qt4/mkspecs/features/uic.prf \ /usr/lib/qt4/mkspecs/features/yacc.prf \ /usr/lib/qt4/mkspecs/features/lex.prf \ /usr/lib/qt4/mkspecs/features/include_source_dir.prf \ /usr/lib/libQtOpenGL.prl \ /usr/lib/libQtGui.prl \ /usr/lib/libQtCore.prl \ /usr/lib/libQtNetwork.prl $(QMAKE) -o Makefile shelXle.pro /usr/lib/qt4/mkspecs/common/unix.conf: /usr/lib/qt4/mkspecs/common/linux.conf: /usr/lib/qt4/mkspecs/common/gcc-base.conf: /usr/lib/qt4/mkspecs/common/gcc-base-unix.conf: /usr/lib/qt4/mkspecs/common/g++-base.conf: /usr/lib/qt4/mkspecs/common/g++-unix.conf: /usr/lib/qt4/mkspecs/qconfig.pri: /usr/lib/qt4/mkspecs/features/qt_functions.prf: /usr/lib/qt4/mkspecs/features/qt_config.prf: /usr/lib/qt4/mkspecs/features/exclusive_builds.prf: /usr/lib/qt4/mkspecs/features/default_pre.prf: /usr/lib/qt4/mkspecs/features/release.prf: /usr/lib/qt4/mkspecs/features/default_post.prf: /usr/lib/qt4/mkspecs/features/shared.prf: /usr/lib/qt4/mkspecs/features/unix/gdb_dwarf_index.prf: /usr/lib/qt4/mkspecs/features/warn_on.prf: /usr/lib/qt4/mkspecs/features/qt.prf: /usr/lib/qt4/mkspecs/features/unix/opengl.prf: /usr/lib/qt4/mkspecs/features/unix/thread.prf: /usr/lib/qt4/mkspecs/features/moc.prf: /usr/lib/qt4/mkspecs/features/resources.prf: /usr/lib/qt4/mkspecs/features/uic.prf: /usr/lib/qt4/mkspecs/features/yacc.prf: /usr/lib/qt4/mkspecs/features/lex.prf: /usr/lib/qt4/mkspecs/features/include_source_dir.prf: /usr/lib/libQtOpenGL.prl: /usr/lib/libQtGui.prl: /usr/lib/libQtCore.prl: /usr/lib/libQtNetwork.prl: qmake: FORCE @$(QMAKE) -o Makefile shelXle.pro dist: @$(CHK_DIR_EXISTS) .tmp/shelxle1.0.0 || $(MKDIR) .tmp/shelxle1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/shelxle1.0.0/ && $(COPY_FILE) --parents window.h exportccdlg.h glureplace.h itsme.h includeeditor.h chgl.h highlighter.h molecule.h ideal_defden.h fcvsfo.h dragdropatomsdlg.h codeeditor.h eacDlg.h shx_helper.h qpeakview.h psewidget.h historywidget.h fourxle.h savehistorywidget.h calculator.h dsrgui.h dsrglwindow.h dsreditwindow.h listfile.h scatt.h WhatsThisAndWhere.cpp plotgraph.h .tmp/shelxle1.0.0/ && $(COPY_FILE) --parents icons.qrc .tmp/shelxle1.0.0/ && $(COPY_FILE) --parents main.cpp exportccdlg.cpp includeeditor.cpp window.cpp molecule.cpp fcvsfo.cpp chgl.cpp ideal_defden.cpp highlighter.cpp codeeditor.cpp eacDlg.cpp qpeakview.cpp psewidget.cpp historywidget.cpp dragdropatomsdlg.cpp fourxle.cpp kissfft/kiss_fftnd.c kissfft/kiss_fft.c savehistorywidget.cpp calculator.cpp dsrgui.cpp dsrglwindow.cpp dsreditwindow.cpp listfile.cpp plotgraph.cpp .tmp/shelxle1.0.0/ && (cd `dirname .tmp/shelxle1.0.0` && $(TAR) shelxle1.0.0.tar shelxle1.0.0 && $(COMPRESS) shelxle1.0.0.tar) && $(MOVE) `dirname .tmp/shelxle1.0.0`/shelxle1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/shelxle1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile check: first mocclean: compiler_moc_header_clean compiler_moc_source_clean mocables: compiler_moc_header_make_all compiler_moc_source_make_all compiler_moc_header_make_all: moc_window.cpp moc_exportccdlg.cpp moc_includeeditor.cpp moc_chgl.cpp moc_highlighter.cpp moc_ideal_defden.cpp moc_fcvsfo.cpp moc_dragdropatomsdlg.cpp moc_codeeditor.cpp moc_eacDlg.cpp moc_qpeakview.cpp moc_psewidget.cpp moc_historywidget.cpp moc_fourxle.cpp moc_savehistorywidget.cpp moc_calculator.cpp moc_dsrgui.cpp moc_dsrglwindow.cpp moc_dsreditwindow.cpp moc_listfile.cpp moc_plotgraph.cpp compiler_moc_header_clean: -$(DEL_FILE) moc_window.cpp moc_exportccdlg.cpp moc_includeeditor.cpp moc_chgl.cpp moc_highlighter.cpp moc_ideal_defden.cpp moc_fcvsfo.cpp moc_dragdropatomsdlg.cpp moc_codeeditor.cpp moc_eacDlg.cpp moc_qpeakview.cpp moc_psewidget.cpp moc_historywidget.cpp moc_fourxle.cpp moc_savehistorywidget.cpp moc_calculator.cpp moc_dsrgui.cpp moc_dsrglwindow.cpp moc_dsreditwindow.cpp moc_listfile.cpp moc_plotgraph.cpp moc_window.cpp: chgl.h \ molecule.h \ glureplace.h \ highlighter.h \ codeeditor.h \ eacDlg.h \ psewidget.h \ itsme.h \ qpeakview.h \ dragdropatomsdlg.h \ historywidget.h \ savehistorywidget.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ fcvsfo.h \ calculator.h \ dsrgui.h \ listfile.h \ window.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) window.h -o moc_window.cpp moc_exportccdlg.cpp: molecule.h \ glureplace.h \ exportccdlg.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) exportccdlg.h -o moc_exportccdlg.cpp moc_includeeditor.cpp: codeeditor.h \ highlighter.h \ molecule.h \ glureplace.h \ includeeditor.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) includeeditor.h -o moc_includeeditor.cpp moc_chgl.cpp: molecule.h \ glureplace.h \ chgl.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) chgl.h -o moc_chgl.cpp moc_highlighter.cpp: molecule.h \ glureplace.h \ highlighter.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) highlighter.h -o moc_highlighter.cpp moc_ideal_defden.cpp: molecule.h \ glureplace.h \ chgl.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ ideal_defden.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) ideal_defden.h -o moc_ideal_defden.cpp moc_fcvsfo.cpp: fcvsfo.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) fcvsfo.h -o moc_fcvsfo.cpp moc_dragdropatomsdlg.cpp: molecule.h \ glureplace.h \ chgl.h \ dragdropatomsdlg.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) dragdropatomsdlg.h -o moc_dragdropatomsdlg.cpp moc_codeeditor.cpp: highlighter.h \ molecule.h \ glureplace.h \ codeeditor.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) codeeditor.h -o moc_codeeditor.cpp moc_eacDlg.cpp: molecule.h \ glureplace.h \ psewidget.h \ itsme.h \ eacDlg.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) eacDlg.h -o moc_eacDlg.cpp moc_qpeakview.cpp: qpeakview.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) qpeakview.h -o moc_qpeakview.cpp moc_psewidget.cpp: molecule.h \ glureplace.h \ itsme.h \ psewidget.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) psewidget.h -o moc_psewidget.cpp moc_historywidget.cpp: itsme.h \ historywidget.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) historywidget.h -o moc_historywidget.cpp moc_fourxle.cpp: kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ molecule.h \ glureplace.h \ chgl.h \ fourxle.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) fourxle.h -o moc_fourxle.cpp moc_savehistorywidget.cpp: molecule.h \ glureplace.h \ itsme.h \ codeeditor.h \ highlighter.h \ savehistorywidget.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) savehistorywidget.h -o moc_savehistorywidget.cpp moc_calculator.cpp: calculator.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) calculator.h -o moc_calculator.cpp moc_dsrgui.cpp: dsrgui.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) dsrgui.h -o moc_dsrgui.cpp moc_dsrglwindow.cpp: molecule.h \ glureplace.h \ dsrgui.h \ dsrglwindow.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) dsrglwindow.h -o moc_dsrglwindow.cpp moc_dsreditwindow.cpp: molecule.h \ glureplace.h \ dsrgui.h \ dsreditwindow.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) dsreditwindow.h -o moc_dsreditwindow.cpp moc_listfile.cpp: listfile.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) listfile.h -o moc_listfile.cpp moc_plotgraph.cpp: plotgraph.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) plotgraph.h -o moc_plotgraph.cpp compiler_rcc_make_all: qrc_icons.cpp compiler_rcc_clean: -$(DEL_FILE) qrc_icons.cpp qrc_icons.cpp: icons.qrc \ ins_res_style.ini \ lst_and_output_style.ini \ kisselwave \ icons/free.png \ icons/mapcontrol.png \ icons/legend.png \ icons/efplus.png \ icons/moveleft.png \ icons/laplus.png \ icons/moveright.png \ icons/dang.png \ icons/nocont.png \ icons/autohfix96.png \ icons/open.png \ icons/quick-re-load_on.png \ icons/labels.png \ icons/center.png \ icons/show.png \ icons/invshow.png \ icons/bind.png \ icons/tubes.png \ icons/killhs.png \ icons/grow.png \ icons/parts.png \ icons/gms.png \ icons/putincell.png \ icons/centroid.png \ icons/autohfix.png \ icons/ideal23.png \ icons/qlegend.png \ icons/ortho.png \ icons/hbrs.png \ icons/zoom-in.png \ icons/eac.png \ icons/hide.png \ icons/invsel.png \ icons/bonds.png \ icons/hidedockwdg.png \ icons/nospell.png \ icons/efminus.png \ icons/adps.png \ icons/cbh.png \ icons/killhs96.png \ icons/refine.png \ icons/configure-toolbars.png \ icons/ballstick.png \ icons/fileprint.png \ icons/filesave.png \ icons/diffmap.png \ icons/editcut.png \ icons/atoms.png \ icons/hbb.png \ icons/zoom-fit.png \ icons/aula.png \ icons/zoom-off.png \ icons/zoom-out.png \ icons/killselected96.png \ icons/laminus.png \ icons/adpwall.png \ icons/unitcell.png \ icons/ideal.png \ icons/wghtref.png \ icons/fuse.png \ icons/search.png \ icons/fomap.png \ icons/home.png \ icons/editredo.png \ icons/adpwall3.png \ icons/spell.png \ icons/editundo.png \ icons/sina.png \ icons/editcopy.png \ icons/all.png \ icons/killqs.png \ icons/killqs96.png \ icons/killselected.png \ icons/autohfix64.png \ icons/quick-re-load.png \ icons/hideh.png \ icons/editpaste.png \ icons/deselect.png \ icons/cancel.png \ icons/IDEAL-text.png \ icons/invzoom.png \ icons/rename.png \ icons/SHELxLE.png \ icons/shelxle-text.png \ icons/refineanis.png \ icons/diskette.png \ icons/cont.png \ icons/part-1.png \ icons/qbond.png /usr/lib/qt4/bin/rcc -name icons icons.qrc -o qrc_icons.cpp compiler_image_collection_make_all: qmake_image_collection.cpp compiler_image_collection_clean: -$(DEL_FILE) qmake_image_collection.cpp compiler_moc_source_make_all: compiler_moc_source_clean: compiler_uic_make_all: compiler_uic_clean: compiler_yacc_decl_make_all: compiler_yacc_decl_clean: compiler_yacc_impl_make_all: compiler_yacc_impl_clean: compiler_lex_make_all: compiler_lex_clean: compiler_clean: compiler_moc_header_clean compiler_rcc_clean ####### Compile main.o: main.cpp window.h \ chgl.h \ molecule.h \ glureplace.h \ highlighter.h \ codeeditor.h \ eacDlg.h \ psewidget.h \ itsme.h \ qpeakview.h \ dragdropatomsdlg.h \ historywidget.h \ savehistorywidget.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ fcvsfo.h \ calculator.h \ dsrgui.h \ listfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp exportccdlg.o: exportccdlg.cpp exportccdlg.h \ molecule.h \ glureplace.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o exportccdlg.o exportccdlg.cpp includeeditor.o: includeeditor.cpp includeeditor.h \ codeeditor.h \ highlighter.h \ molecule.h \ glureplace.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o includeeditor.o includeeditor.cpp window.o: window.cpp window.h \ chgl.h \ molecule.h \ glureplace.h \ highlighter.h \ codeeditor.h \ eacDlg.h \ psewidget.h \ itsme.h \ qpeakview.h \ dragdropatomsdlg.h \ historywidget.h \ savehistorywidget.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ fcvsfo.h \ calculator.h \ dsrgui.h \ listfile.h \ scatt.h \ includeeditor.h \ exportccdlg.h \ WhatsThisAndWhere.cpp \ ideal_defden.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o window.o window.cpp molecule.o: molecule.cpp molecule.h \ glureplace.h \ itsme.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o molecule.o molecule.cpp fcvsfo.o: fcvsfo.cpp fcvsfo.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o fcvsfo.o fcvsfo.cpp chgl.o: chgl.cpp chgl.h \ molecule.h \ glureplace.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o chgl.o chgl.cpp ideal_defden.o: ideal_defden.cpp ideal_defden.h \ molecule.h \ glureplace.h \ chgl.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ideal_defden.o ideal_defden.cpp highlighter.o: highlighter.cpp highlighter.h \ molecule.h \ glureplace.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o highlighter.o highlighter.cpp codeeditor.o: codeeditor.cpp codeeditor.h \ highlighter.h \ molecule.h \ glureplace.h \ shx_helper.h \ window.h \ chgl.h \ eacDlg.h \ psewidget.h \ itsme.h \ qpeakview.h \ dragdropatomsdlg.h \ historywidget.h \ savehistorywidget.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ fcvsfo.h \ calculator.h \ dsrgui.h \ listfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o codeeditor.o codeeditor.cpp eacDlg.o: eacDlg.cpp eacDlg.h \ molecule.h \ glureplace.h \ psewidget.h \ itsme.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eacDlg.o eacDlg.cpp qpeakview.o: qpeakview.cpp qpeakview.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qpeakview.o qpeakview.cpp psewidget.o: psewidget.cpp psewidget.h \ molecule.h \ glureplace.h \ itsme.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o psewidget.o psewidget.cpp historywidget.o: historywidget.cpp historywidget.h \ itsme.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o historywidget.o historywidget.cpp dragdropatomsdlg.o: dragdropatomsdlg.cpp dragdropatomsdlg.h \ molecule.h \ glureplace.h \ chgl.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dragdropatomsdlg.o dragdropatomsdlg.cpp fourxle.o: fourxle.cpp fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ molecule.h \ glureplace.h \ chgl.h \ itsme.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o fourxle.o fourxle.cpp kiss_fftnd.o: kissfft/kiss_fftnd.c kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ kissfft/_kiss_fft_guts.h $(CC) -c $(CFLAGS) $(INCPATH) -o kiss_fftnd.o kissfft/kiss_fftnd.c kiss_fft.o: kissfft/kiss_fft.c kissfft/_kiss_fft_guts.h \ kissfft/kiss_fft.h $(CC) -c $(CFLAGS) $(INCPATH) -o kiss_fft.o kissfft/kiss_fft.c savehistorywidget.o: savehistorywidget.cpp savehistorywidget.h \ molecule.h \ glureplace.h \ itsme.h \ codeeditor.h \ highlighter.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o savehistorywidget.o savehistorywidget.cpp calculator.o: calculator.cpp calculator.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o calculator.o calculator.cpp dsrgui.o: dsrgui.cpp dsrgui.h \ window.h \ chgl.h \ molecule.h \ glureplace.h \ highlighter.h \ codeeditor.h \ eacDlg.h \ psewidget.h \ itsme.h \ qpeakview.h \ dragdropatomsdlg.h \ historywidget.h \ savehistorywidget.h \ fourxle.h \ kissfft/kiss_fftnd.h \ kissfft/kiss_fft.h \ fcvsfo.h \ calculator.h \ listfile.h \ dsrglwindow.h \ dsreditwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsrgui.o dsrgui.cpp dsrglwindow.o: dsrglwindow.cpp dsrglwindow.h \ molecule.h \ glureplace.h \ dsrgui.h \ chgl.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsrglwindow.o dsrglwindow.cpp dsreditwindow.o: dsreditwindow.cpp dsreditwindow.h \ molecule.h \ glureplace.h \ dsrgui.h \ dsrglwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsreditwindow.o dsreditwindow.cpp listfile.o: listfile.cpp listfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o listfile.o listfile.cpp plotgraph.o: plotgraph.cpp plotgraph.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o plotgraph.o plotgraph.cpp moc_window.o: moc_window.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_window.o moc_window.cpp moc_exportccdlg.o: moc_exportccdlg.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_exportccdlg.o moc_exportccdlg.cpp moc_includeeditor.o: moc_includeeditor.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_includeeditor.o moc_includeeditor.cpp moc_chgl.o: moc_chgl.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_chgl.o moc_chgl.cpp moc_highlighter.o: moc_highlighter.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_highlighter.o moc_highlighter.cpp moc_ideal_defden.o: moc_ideal_defden.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_ideal_defden.o moc_ideal_defden.cpp moc_fcvsfo.o: moc_fcvsfo.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_fcvsfo.o moc_fcvsfo.cpp moc_dragdropatomsdlg.o: moc_dragdropatomsdlg.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_dragdropatomsdlg.o moc_dragdropatomsdlg.cpp moc_codeeditor.o: moc_codeeditor.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_codeeditor.o moc_codeeditor.cpp moc_eacDlg.o: moc_eacDlg.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_eacDlg.o moc_eacDlg.cpp moc_qpeakview.o: moc_qpeakview.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_qpeakview.o moc_qpeakview.cpp moc_psewidget.o: moc_psewidget.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_psewidget.o moc_psewidget.cpp moc_historywidget.o: moc_historywidget.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_historywidget.o moc_historywidget.cpp moc_fourxle.o: moc_fourxle.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_fourxle.o moc_fourxle.cpp moc_savehistorywidget.o: moc_savehistorywidget.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_savehistorywidget.o moc_savehistorywidget.cpp moc_calculator.o: moc_calculator.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_calculator.o moc_calculator.cpp moc_dsrgui.o: moc_dsrgui.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_dsrgui.o moc_dsrgui.cpp moc_dsrglwindow.o: moc_dsrglwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_dsrglwindow.o moc_dsrglwindow.cpp moc_dsreditwindow.o: moc_dsreditwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_dsreditwindow.o moc_dsreditwindow.cpp moc_listfile.o: moc_listfile.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_listfile.o moc_listfile.cpp moc_plotgraph.o: moc_plotgraph.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_plotgraph.o moc_plotgraph.cpp qrc_icons.o: qrc_icons.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_icons.o qrc_icons.cpp ####### Install install_target: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/bin/ -$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)" uninstall_target: FORCE -$(DEL_FILE) "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)" -$(DEL_DIR) $(INSTALL_ROOT)/usr/bin/ install_icon: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/pixmaps/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/pixmaps/ -$(INSTALL_FILE) /home/ithil/structures/zz-cbcadmin/shelxle-1.0.1242/shelxle.png $(INSTALL_ROOT)/usr/share/pixmaps/ uninstall_icon: FORCE -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/pixmaps/shelxle.png -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/pixmaps/ install_desktop: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/applications/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/applications/ -$(INSTALL_FILE) /home/ithil/structures/zz-cbcadmin/shelxle-1.0.1242/shelxle.desktop $(INSTALL_ROOT)/usr/share/applications/ uninstall_desktop: FORCE -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/applications/shelxle.desktop -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/applications/ install: install_target install_icon install_desktop FORCE uninstall: uninstall_target uninstall_icon uninstall_desktop FORCE FORCE: