############################################################################# # Makefile for building: TEAS # Generated by qmake (2.01a) (Qt 4.7.0) on: vie 11. feb 13:29:12 2011 # Project: TEAS.pro # Template: app ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN CFLAGS = -g -Wall $(DEFINES) CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES) INCPATH = -I"c:\Qt\2010.05\qt\include\QtCore" -I"c:\Qt\2010.05\qt\include\QtGui" -I"c:\Qt\2010.05\qt\include" -I"c:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"." -I"c:\qt\2010.05\qt\mkspecs\win32-g++" LINK = g++ LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows LIBS = -L"c:\Qt\2010.05\qt\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4 QMAKE = c:\qt\2010.05\qt\bin\qmake.exe IDC = c:\Qt\2010.05\qt\bin\idc.exe IDL = midl ZIP = zip -r -9 DEF_FILE = RES_FILE = COPY = copy /y COPY_FILE = $(COPY) COPY_DIR = xcopy /s /q /y /i DEL_FILE = del DEL_DIR = rmdir MOVE = move CHK_DIR_EXISTS= if not exist MKDIR = mkdir INSTALL_FILE = $(COPY_FILE) INSTALL_PROGRAM = $(COPY_FILE) INSTALL_DIR = $(COPY_DIR) ####### Output directory OBJECTS_DIR = debug ####### Files SOURCES = main.cpp \ mainwindow.cpp \ caesar.cpp \ vigenere.cpp \ enigma.cpp \ rnd.cpp \ khufu.cpp \ nhash.cpp \ random.cpp \ lucifer.cpp \ hex.cpp \ rot13.cpp \ transpos.cpp \ blowfish.cpp \ xor.cpp \ tinyrsa.cpp \ otpf.cpp \ tempfile.cpp \ des.cpp \ des_c.cpp \ idea.cpp \ idea128.cpp \ conversor.cpp debug\moc_mainwindow.cpp \ debug\qrc_imagen.cpp OBJECTS = debug/main.o \ debug/mainwindow.o \ debug/caesar.o \ debug/vigenere.o \ debug/enigma.o \ debug/rnd.o \ debug/khufu.o \ debug/nhash.o \ debug/random.o \ debug/lucifer.o \ debug/hex.o \ debug/rot13.o \ debug/transpos.o \ debug/blowfish.o \ debug/xor.o \ debug/tinyrsa.o \ debug/otpf.o \ debug/tempfile.o \ debug/des.o \ debug/des_c.o \ debug/idea.o \ debug/idea128.o \ debug/conversor.o \ debug/moc_mainwindow.o \ debug/qrc_imagen.o DIST = QMAKE_TARGET = TEAS DESTDIR = debug\ #avoid trailing-slash linebreak TARGET = TEAS.exe DESTDIR_TARGET = debug\TEAS.exe ####### Implicit rules .SUFFIXES: .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: $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< ####### Build rules first: all all: Makefile.Debug $(DESTDIR_TARGET) $(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.TEAS.Debug $(LIBS) qmake: FORCE @$(QMAKE) -nodepend -spec c:\qt\2010.05\qt\mkspecs\win32-g++ CONFIG+=debug_and_release -o Makefile.Debug TEAS.pro dist: $(ZIP) TEAS.zip $(SOURCES) $(DIST) TEAS.pro c:\Qt\2010.05\qt\mkspecs\qconfig.pri c:\Qt\2010.05\qt\mkspecs\modules\qt_webkit_version.pri c:\qt\2010.05\qt\mkspecs\features\qt_functions.prf c:\qt\2010.05\qt\mkspecs\features\qt_config.prf c:\qt\2010.05\qt\mkspecs\features\exclusive_builds.prf c:\qt\2010.05\qt\mkspecs\features\default_pre.prf c:\qt\2010.05\qt\mkspecs\features\win32\default_pre.prf c:\qt\2010.05\qt\mkspecs\features\debug.prf c:\qt\2010.05\qt\mkspecs\features\debug_and_release.prf c:\qt\2010.05\qt\mkspecs\features\default_post.prf c:\qt\2010.05\qt\mkspecs\features\win32\default_post.prf c:\qt\2010.05\qt\mkspecs\features\build_pass.prf c:\qt\2010.05\qt\mkspecs\features\win32\rtti.prf c:\qt\2010.05\qt\mkspecs\features\win32\exceptions.prf c:\qt\2010.05\qt\mkspecs\features\win32\stl.prf c:\qt\2010.05\qt\mkspecs\features\shared.prf c:\qt\2010.05\qt\mkspecs\features\warn_on.prf c:\qt\2010.05\qt\mkspecs\features\qt.prf c:\qt\2010.05\qt\mkspecs\features\win32\thread.prf c:\qt\2010.05\qt\mkspecs\features\moc.prf c:\qt\2010.05\qt\mkspecs\features\win32\windows.prf c:\qt\2010.05\qt\mkspecs\features\resources.prf c:\qt\2010.05\qt\mkspecs\features\uic.prf c:\qt\2010.05\qt\mkspecs\features\yacc.prf c:\qt\2010.05\qt\mkspecs\features\lex.prf c:\qt\2010.05\qt\mkspecs\features\include_source_dir.prf c:\Qt\2010.05\qt\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES clean: compiler_clean -$(DEL_FILE) debug\main.o debug\mainwindow.o debug\caesar.o debug\vigenere.o debug\enigma.o debug\rnd.o debug\khufu.o debug\nhash.o debug\random.o debug\lucifer.o debug\hex.o debug\rot13.o debug\transpos.o debug\blowfish.o debug\xor.o debug\tinyrsa.o debug\otpf.o debug\tempfile.o debug\des.o debug\des_c.o debug\idea.o debug\idea128.o debug\conversor.o debug\moc_mainwindow.o debug\qrc_imagen.o distclean: clean -$(DEL_FILE) $(DESTDIR_TARGET) -$(DEL_FILE) Makefile.Debug 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: debug/moc_mainwindow.cpp compiler_moc_header_clean: -$(DEL_FILE) debug\moc_mainwindow.cpp debug/moc_mainwindow.cpp: mainwindow.h C:\Qt\2010.05\qt\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 mainwindow.h -o debug\moc_mainwindow.cpp compiler_rcc_make_all: debug/qrc_imagen.cpp compiler_rcc_clean: -$(DEL_FILE) debug\qrc_imagen.cpp debug/qrc_imagen.cpp: imagen.qrc c:\Qt\2010.05\qt\bin\rcc.exe -name imagen imagen.qrc -o debug\qrc_imagen.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: ui_mainwindow.h compiler_uic_clean: -$(DEL_FILE) ui_mainwindow.h ui_mainwindow.h: mainwindow.ui c:\Qt\2010.05\qt\bin\uic.exe mainwindow.ui -o ui_mainwindow.h 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 compiler_uic_clean ####### Compile debug/main.o: main.cpp mainwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o main.cpp debug/mainwindow.o: mainwindow.cpp mainwindow.h \ ui_mainwindow.h \ crypt.h \ error.h \ caesar.h \ vigenere.h \ enigma.h \ khufu.h \ rnd.h \ lucifer.h \ hex.h \ nhash.h \ random.h \ rot13.h \ transpos.h \ blowfish.h \ xor.h \ tinyrsa.h \ otpf.h \ tempfile.h \ des.h \ des_c.h \ idea.h \ usuals.h \ conversor.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\mainwindow.o mainwindow.cpp debug/caesar.o: caesar.cpp crypt.h \ caesar.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\caesar.o caesar.cpp debug/vigenere.o: vigenere.cpp crypt.h \ vigenere.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vigenere.o vigenere.cpp debug/enigma.o: enigma.cpp crypt.h \ enigma.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\enigma.o enigma.cpp debug/rnd.o: rnd.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\rnd.o rnd.cpp debug/khufu.o: khufu.cpp crypt.h \ rnd.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\khufu.o khufu.cpp debug/nhash.o: nhash.cpp nhash.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\nhash.o nhash.cpp debug/random.o: random.cpp crypt.h \ rnd.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\random.o random.cpp debug/lucifer.o: lucifer.cpp crypt.h \ hex.h \ lucifer.h \ nhash.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\lucifer.o lucifer.cpp debug/hex.o: hex.cpp hex.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\hex.o hex.cpp debug/rot13.o: rot13.cpp crypt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\rot13.o rot13.cpp debug/transpos.o: transpos.cpp crypt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\transpos.o transpos.cpp debug/blowfish.o: blowfish.cpp crypt.h \ hex.h \ blowfish.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\blowfish.o blowfish.cpp debug/xor.o: xor.cpp crypt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\xor.o xor.cpp debug/tinyrsa.o: tinyrsa.cpp crypt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\tinyrsa.o tinyrsa.cpp debug/otpf.o: otpf.cpp crypt.h \ tempfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\otpf.o otpf.cpp debug/tempfile.o: tempfile.cpp tempfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\tempfile.o tempfile.cpp debug/des.o: des.cpp crypt.h \ hex.h \ des.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\des.o des.cpp debug/des_c.o: des_c.cpp crypt.h \ hex.h \ des_c.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\des_c.o des_c.cpp debug/idea.o: idea.cpp idea.h \ usuals.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\idea.o idea.cpp debug/idea128.o: idea128.cpp crypt.h \ hex.h \ idea.h \ usuals.h \ nhash.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\idea128.o idea128.cpp debug/conversor.o: conversor.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\conversor.o conversor.cpp debug/moc_mainwindow.o: debug/moc_mainwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_mainwindow.o debug\moc_mainwindow.cpp debug/qrc_imagen.o: debug/qrc_imagen.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\qrc_imagen.o debug\qrc_imagen.cpp ####### Install install: FORCE uninstall: FORCE FORCE: