Changeset bd5e45b in mmcs for Makefile


Ignore:
Timestamp:
Aug 10, 2015, 11:33:27 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
740d6bf
Parents:
8ad4484
Message:

Traducción de los botones de diálogo, primer prototipo de matriz La

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9dd61b1 rbd5e45b  
    11#############################################################################
    22# Makefile for building: SMSAM
    3 # Generated by qmake (2.01a) (Qt 4.8.2) on: Tue Jul 14 09:39:11 2015
     3# Generated by qmake (2.01a) (Qt 4.8.2) on: Thu Aug 6 15:07:36 2015
    44# Project:  SMSAM.pro
    55# Template: app
     
    5252                formvariablesexogenas.cpp \
    5353                stackvariablesexogenas.cpp \
    54                 variableexogenawidget.cpp moc_mainwindow.cpp \
     54                variableexogenawidget.cpp \
     55                formexportmatrix.cpp moc_mainwindow.cpp \
    5556                moc_formloadmatrix.cpp \
    5657                moc_formviewmatrix.cpp \
     
    5960                moc_formvariablesexogenas.cpp \
    6061                moc_stackvariablesexogenas.cpp \
    61                 moc_variableexogenawidget.cpp
     62                moc_variableexogenawidget.cpp \
     63                moc_formexportmatrix.cpp
    6264OBJECTS       = mainwindow.o \
    6365                main.o \
     
    6971                stackvariablesexogenas.o \
    7072                variableexogenawidget.o \
     73                formexportmatrix.o \
    7174                moc_mainwindow.o \
    7275                moc_formloadmatrix.o \
     
    7679                moc_formvariablesexogenas.o \
    7780                moc_stackvariablesexogenas.o \
    78                 moc_variableexogenawidget.o
     81                moc_variableexogenawidget.o \
     82                moc_formexportmatrix.o
    7983DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
    8084                /usr/share/qt4/mkspecs/common/linux.conf \
     
    130134all: Makefile $(TARGET)
    131135
    132 $(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h $(OBJECTS) 
     136$(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h $(OBJECTS) 
    133137        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
    134138
     
    191195dist:
    192196        @$(CHK_DIR_EXISTS) .tmp/SMSAM1.0.0 || $(MKDIR) .tmp/SMSAM1.0.0
    193         $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.H formloadmatrix.H formviewmatrix.H stackwidget.H accountwidget.H formvariablesexogenas.h stackvariablesexogenas.h variableexogenawidget.h .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.C main.C formloadmatrix.C formviewmatrix.C stackwidget.C accountwidget.C formvariablesexogenas.cpp stackvariablesexogenas.cpp variableexogenawidget.cpp .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents formLoadMatrix.ui formMatrixView.ui formvariablesexogenas.ui .tmp/SMSAM1.0.0/ && (cd `dirname .tmp/SMSAM1.0.0` && $(TAR) SMSAM1.0.0.tar SMSAM1.0.0 && $(COMPRESS) SMSAM1.0.0.tar) && $(MOVE) `dirname .tmp/SMSAM1.0.0`/SMSAM1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/SMSAM1.0.0
     197        $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.H formloadmatrix.H formviewmatrix.H stackwidget.H accountwidget.H formvariablesexogenas.h stackvariablesexogenas.h variableexogenawidget.h formexportmatrix.h .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.C main.C formloadmatrix.C formviewmatrix.C stackwidget.C accountwidget.C formvariablesexogenas.cpp stackvariablesexogenas.cpp variableexogenawidget.cpp formexportmatrix.cpp .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents formLoadMatrix.ui formMatrixView.ui formvariablesexogenas.ui formexportmatrix.ui .tmp/SMSAM1.0.0/ && (cd `dirname .tmp/SMSAM1.0.0` && $(TAR) SMSAM1.0.0.tar SMSAM1.0.0 && $(COMPRESS) SMSAM1.0.0.tar) && $(MOVE) `dirname .tmp/SMSAM1.0.0`/SMSAM1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/SMSAM1.0.0
    194198
    195199
     
    212216mocables: compiler_moc_header_make_all compiler_moc_source_make_all
    213217
    214 compiler_moc_header_make_all: moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp moc_formvariablesexogenas.cpp moc_stackvariablesexogenas.cpp moc_variableexogenawidget.cpp
     218compiler_moc_header_make_all: moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp moc_formvariablesexogenas.cpp moc_stackvariablesexogenas.cpp moc_variableexogenawidget.cpp moc_formexportmatrix.cpp
    215219compiler_moc_header_clean:
    216         -$(DEL_FILE) moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp moc_formvariablesexogenas.cpp moc_stackvariablesexogenas.cpp moc_variableexogenawidget.cpp
     220        -$(DEL_FILE) moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp moc_formvariablesexogenas.cpp moc_stackvariablesexogenas.cpp moc_variableexogenawidget.cpp moc_formexportmatrix.cpp
    217221moc_mainwindow.cpp: formloadmatrix.H \
    218222                ui_formLoadMatrix.h \
     
    224228                stackvariablesexogenas.h \
    225229                variableexogenawidget.h \
     230                formexportmatrix.h \
    226231                mainwindow.H
    227232        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) mainwindow.H -o moc_mainwindow.cpp
     
    251256moc_variableexogenawidget.cpp: variableexogenawidget.h
    252257        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) variableexogenawidget.h -o moc_variableexogenawidget.cpp
     258
     259moc_formexportmatrix.cpp: formexportmatrix.h
     260        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formexportmatrix.h -o moc_formexportmatrix.cpp
    253261
    254262compiler_rcc_make_all:
     
    259267compiler_moc_source_make_all:
    260268compiler_moc_source_clean:
    261 compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
     269compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h
    262270compiler_uic_clean:
    263         -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
     271        -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h
    264272ui_formLoadMatrix.h: formLoadMatrix.ui
    265273        /usr/bin/uic-qt4 formLoadMatrix.ui -o ui_formLoadMatrix.h
     
    270278ui_formvariablesexogenas.h: formvariablesexogenas.ui
    271279        /usr/bin/uic-qt4 formvariablesexogenas.ui -o ui_formvariablesexogenas.h
     280
     281ui_formexportmatrix.h: formexportmatrix.ui
     282        /usr/bin/uic-qt4 formexportmatrix.ui -o ui_formexportmatrix.h
    272283
    273284compiler_yacc_decl_make_all:
     
    291302                stackvariablesexogenas.h \
    292303                variableexogenawidget.h \
     304                formexportmatrix.h \
    293305                armadillo \
    294306                armadillo_bits/config.hpp \
     
    725737                accountwidget.H \
    726738                stackvariablesexogenas.h \
    727                 variableexogenawidget.h
     739                variableexogenawidget.h \
     740                formexportmatrix.h
    728741        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.C
    729742
     
    754767        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o variableexogenawidget.o variableexogenawidget.cpp
    755768
     769formexportmatrix.o: formexportmatrix.cpp formexportmatrix.h \
     770                ui_formexportmatrix.h
     771        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formexportmatrix.o formexportmatrix.cpp
     772
    756773moc_mainwindow.o: moc_mainwindow.cpp
    757774        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
     
    778795        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_variableexogenawidget.o moc_variableexogenawidget.cpp
    779796
     797moc_formexportmatrix.o: moc_formexportmatrix.cpp
     798        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formexportmatrix.o moc_formexportmatrix.cpp
     799
    780800####### Install
    781801
Note: See TracChangeset for help on using the changeset viewer.