Changeset 9dd61b1 in mmcs for Makefile


Ignore:
Timestamp:
Jul 27, 2015, 4:01:23 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
8ad4484, 891b869
Parents:
44d1e60
Message:

Avance del proyecto 60%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r44d1e60 r9dd61b1  
    11#############################################################################
    22# Makefile for building: SMSAM
    3 # Generated by qmake (2.01a) (Qt 4.6.3) on: vie abr 17 11:59:55 2015
     3# Generated by qmake (2.01a) (Qt 4.8.2) on: Tue Jul 14 09:39:11 2015
    44# Project:  SMSAM.pro
    55# Template: app
    6 # Command: /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile SMSAM.pro
     6# Command: /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
    77#############################################################################
    88
     
    1111CC            = gcc
    1212CXX           = g++
    13 DEFINES       = -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
    14 CFLAGS        = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
    15 CXXFLAGS      = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
    16 INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.
     13DEFINES       = -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
     14CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
     15CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
     16INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Iarmadillo_bits -I. -I.
    1717LINK          = g++
    18 LFLAGS        =
    19 LIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui -lQtCore -lpthread
     18LFLAGS        = -Wl,-O1
     19LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L -larmadillo -llapack -lQtGui -lQtCore -lpthread
    2020AR            = ar cqs
    2121RANLIB        =
     
    4949                formviewmatrix.C \
    5050                stackwidget.C \
    51                 accountwidget.C moc_mainwindow.cpp \
     51                accountwidget.C \
     52                formvariablesexogenas.cpp \
     53                stackvariablesexogenas.cpp \
     54                variableexogenawidget.cpp moc_mainwindow.cpp \
    5255                moc_formloadmatrix.cpp \
    5356                moc_formviewmatrix.cpp \
    5457                moc_stackwidget.cpp \
    55                 moc_accountwidget.cpp
     58                moc_accountwidget.cpp \
     59                moc_formvariablesexogenas.cpp \
     60                moc_stackvariablesexogenas.cpp \
     61                moc_variableexogenawidget.cpp
    5662OBJECTS       = mainwindow.o \
    5763                main.o \
     
    6066                stackwidget.o \
    6167                accountwidget.o \
     68                formvariablesexogenas.o \
     69                stackvariablesexogenas.o \
     70                variableexogenawidget.o \
    6271                moc_mainwindow.o \
    6372                moc_formloadmatrix.o \
    6473                moc_formviewmatrix.o \
    6574                moc_stackwidget.o \
    66                 moc_accountwidget.o
    67 DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
    68                 /usr/share/qt4/mkspecs/common/unix.conf \
     75                moc_accountwidget.o \
     76                moc_formvariablesexogenas.o \
     77                moc_stackvariablesexogenas.o \
     78                moc_variableexogenawidget.o
     79DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
    6980                /usr/share/qt4/mkspecs/common/linux.conf \
     81                /usr/share/qt4/mkspecs/common/gcc-base.conf \
     82                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
     83                /usr/share/qt4/mkspecs/common/g++-base.conf \
     84                /usr/share/qt4/mkspecs/common/g++-unix.conf \
    7085                /usr/share/qt4/mkspecs/qconfig.pri \
     86                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
    7187                /usr/share/qt4/mkspecs/features/qt_functions.prf \
    7288                /usr/share/qt4/mkspecs/features/qt_config.prf \
    7389                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
    7490                /usr/share/qt4/mkspecs/features/default_pre.prf \
    75                 /usr/share/qt4/mkspecs/features/debug.prf \
     91                /usr/share/qt4/mkspecs/features/release.prf \
    7692                /usr/share/qt4/mkspecs/features/default_post.prf \
     93                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
    7794                /usr/share/qt4/mkspecs/features/warn_on.prf \
    7895                /usr/share/qt4/mkspecs/features/qt.prf \
     
    113130all: Makefile $(TARGET)
    114131
    115 $(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h $(OBJECTS) 
     132$(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h $(OBJECTS) 
    116133        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
    117134
    118 Makefile: SMSAM.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
    119                 /usr/share/qt4/mkspecs/common/unix.conf \
     135Makefile: SMSAM.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
    120136                /usr/share/qt4/mkspecs/common/linux.conf \
     137                /usr/share/qt4/mkspecs/common/gcc-base.conf \
     138                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
     139                /usr/share/qt4/mkspecs/common/g++-base.conf \
     140                /usr/share/qt4/mkspecs/common/g++-unix.conf \
    121141                /usr/share/qt4/mkspecs/qconfig.pri \
     142                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
    122143                /usr/share/qt4/mkspecs/features/qt_functions.prf \
    123144                /usr/share/qt4/mkspecs/features/qt_config.prf \
    124145                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
    125146                /usr/share/qt4/mkspecs/features/default_pre.prf \
    126                 /usr/share/qt4/mkspecs/features/debug.prf \
     147                /usr/share/qt4/mkspecs/features/release.prf \
    127148                /usr/share/qt4/mkspecs/features/default_post.prf \
     149                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
    128150                /usr/share/qt4/mkspecs/features/warn_on.prf \
    129151                /usr/share/qt4/mkspecs/features/qt.prf \
     
    135157                /usr/share/qt4/mkspecs/features/lex.prf \
    136158                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
    137                 /usr/lib/libQtGui.prl \
    138                 /usr/lib/libQtCore.prl
    139         $(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile SMSAM.pro
    140 /usr/share/qt4/mkspecs/common/g++.conf:
     159                /usr/lib/x86_64-linux-gnu/libQtGui.prl \
     160                /usr/lib/x86_64-linux-gnu/libQtCore.prl
     161        $(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
    141162/usr/share/qt4/mkspecs/common/unix.conf:
    142163/usr/share/qt4/mkspecs/common/linux.conf:
     164/usr/share/qt4/mkspecs/common/gcc-base.conf:
     165/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
     166/usr/share/qt4/mkspecs/common/g++-base.conf:
     167/usr/share/qt4/mkspecs/common/g++-unix.conf:
    143168/usr/share/qt4/mkspecs/qconfig.pri:
     169/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
    144170/usr/share/qt4/mkspecs/features/qt_functions.prf:
    145171/usr/share/qt4/mkspecs/features/qt_config.prf:
    146172/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
    147173/usr/share/qt4/mkspecs/features/default_pre.prf:
    148 /usr/share/qt4/mkspecs/features/debug.prf:
     174/usr/share/qt4/mkspecs/features/release.prf:
    149175/usr/share/qt4/mkspecs/features/default_post.prf:
     176/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
    150177/usr/share/qt4/mkspecs/features/warn_on.prf:
    151178/usr/share/qt4/mkspecs/features/qt.prf:
     
    157184/usr/share/qt4/mkspecs/features/lex.prf:
    158185/usr/share/qt4/mkspecs/features/include_source_dir.prf:
    159 /usr/lib/libQtGui.prl:
    160 /usr/lib/libQtCore.prl:
     186/usr/lib/x86_64-linux-gnu/libQtGui.prl:
     187/usr/lib/x86_64-linux-gnu/libQtCore.prl:
    161188qmake:  FORCE
    162         @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile SMSAM.pro
     189        @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
    163190
    164191dist:
    165192        @$(CHK_DIR_EXISTS) .tmp/SMSAM1.0.0 || $(MKDIR) .tmp/SMSAM1.0.0
    166         $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.H formloadmatrix.H formviewmatrix.H stackwidget.H accountwidget.H .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents mainwindow.C main.C formloadmatrix.C formviewmatrix.C stackwidget.C accountwidget.C .tmp/SMSAM1.0.0/ && $(COPY_FILE) --parents formLoadMatrix.ui formMatrixView.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
     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
    167194
    168195
     
    185212mocables: compiler_moc_header_make_all compiler_moc_source_make_all
    186213
    187 compiler_moc_header_make_all: moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp
     214compiler_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
    188215compiler_moc_header_clean:
    189         -$(DEL_FILE) moc_mainwindow.cpp moc_formloadmatrix.cpp moc_formviewmatrix.cpp moc_stackwidget.cpp moc_accountwidget.cpp
     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
    190217moc_mainwindow.cpp: formloadmatrix.H \
    191218                ui_formLoadMatrix.h \
    192219                formviewmatrix.H \
    193220                ui_formMatrixView.h \
     221                formvariablesexogenas.h \
    194222                stackwidget.H \
    195223                accountwidget.H \
     224                stackvariablesexogenas.h \
     225                variableexogenawidget.h \
    196226                mainwindow.H
    197227        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) mainwindow.H -o moc_mainwindow.cpp
     
    211241moc_accountwidget.cpp: accountwidget.H
    212242        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) accountwidget.H -o moc_accountwidget.cpp
     243
     244moc_formvariablesexogenas.cpp: formvariablesexogenas.h
     245        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formvariablesexogenas.h -o moc_formvariablesexogenas.cpp
     246
     247moc_stackvariablesexogenas.cpp: variableexogenawidget.h \
     248                stackvariablesexogenas.h
     249        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) stackvariablesexogenas.h -o moc_stackvariablesexogenas.cpp
     250
     251moc_variableexogenawidget.cpp: variableexogenawidget.h
     252        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) variableexogenawidget.h -o moc_variableexogenawidget.cpp
    213253
    214254compiler_rcc_make_all:
     
    219259compiler_moc_source_make_all:
    220260compiler_moc_source_clean:
    221 compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h
     261compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
    222262compiler_uic_clean:
    223         -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h
     263        -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
    224264ui_formLoadMatrix.h: formLoadMatrix.ui
    225265        /usr/bin/uic-qt4 formLoadMatrix.ui -o ui_formLoadMatrix.h
     
    227267ui_formMatrixView.h: formMatrixView.ui
    228268        /usr/bin/uic-qt4 formMatrixView.ui -o ui_formMatrixView.h
     269
     270ui_formvariablesexogenas.h: formvariablesexogenas.ui
     271        /usr/bin/uic-qt4 formvariablesexogenas.ui -o ui_formvariablesexogenas.h
    229272
    230273compiler_yacc_decl_make_all:
     
    243286                formviewmatrix.H \
    244287                ui_formMatrixView.h \
     288                formvariablesexogenas.h \
    245289                stackwidget.H \
    246                 accountwidget.H
     290                accountwidget.H \
     291                stackvariablesexogenas.h \
     292                variableexogenawidget.h \
     293                armadillo \
     294                armadillo_bits/config.hpp \
     295                armadillo_bits/compiler_setup.hpp \
     296                armadillo_bits/include_atlas.hpp \
     297                armadillo_bits/include_hdf5.hpp \
     298                armadillo_bits/include_superlu.hpp \
     299                armadillo_bits/forward_bones.hpp \
     300                armadillo_bits/arma_static_check.hpp \
     301                armadillo_bits/typedef_elem.hpp \
     302                armadillo_bits/typedef_elem_check.hpp \
     303                armadillo_bits/typedef_mat.hpp \
     304                armadillo_bits/arma_boost.hpp \
     305                armadillo_bits/arma_version.hpp \
     306                armadillo_bits/arma_config.hpp \
     307                armadillo_bits/traits.hpp \
     308                armadillo_bits/promote_type.hpp \
     309                armadillo_bits/upgrade_val.hpp \
     310                armadillo_bits/restrictors.hpp \
     311                armadillo_bits/access.hpp \
     312                armadillo_bits/span.hpp \
     313                armadillo_bits/distr_param.hpp \
     314                armadillo_bits/constants.hpp \
     315                armadillo_bits/constants_compat.hpp \
     316                armadillo_bits/arma_rng_cxx98.hpp \
     317                armadillo_bits/arma_rng_cxx11.hpp \
     318                armadillo_bits/arma_rng.hpp \
     319                armadillo_bits/Base_bones.hpp \
     320                armadillo_bits/BaseCube_bones.hpp \
     321                armadillo_bits/SpBase_bones.hpp \
     322                armadillo_bits/blas_bones.hpp \
     323                armadillo_bits/lapack_bones.hpp \
     324                armadillo_bits/atlas_bones.hpp \
     325                armadillo_bits/arpack_bones.hpp \
     326                armadillo_bits/superlu_bones.hpp \
     327                armadillo_bits/hdf5_bones.hpp \
     328                armadillo_bits/blas_wrapper.hpp \
     329                armadillo_bits/lapack_wrapper.hpp \
     330                armadillo_bits/atlas_wrapper.hpp \
     331                armadillo_bits/arpack_wrapper.hpp \
     332                armadillo_bits/superlu_wrapper.hpp \
     333                armadillo_bits/cond_rel_bones.hpp \
     334                armadillo_bits/arrayops_bones.hpp \
     335                armadillo_bits/podarray_bones.hpp \
     336                armadillo_bits/auxlib_bones.hpp \
     337                armadillo_bits/sp_auxlib_bones.hpp \
     338                armadillo_bits/injector_bones.hpp \
     339                armadillo_bits/Mat_bones.hpp \
     340                armadillo_bits/Col_bones.hpp \
     341                armadillo_bits/Row_bones.hpp \
     342                armadillo_bits/Cube_bones.hpp \
     343                armadillo_bits/xvec_htrans_bones.hpp \
     344                armadillo_bits/xtrans_mat_bones.hpp \
     345                armadillo_bits/SizeMat_bones.hpp \
     346                armadillo_bits/SizeCube_bones.hpp \
     347                armadillo_bits/SpValProxy_bones.hpp \
     348                armadillo_bits/SpMat_bones.hpp \
     349                armadillo_bits/SpCol_bones.hpp \
     350                armadillo_bits/SpRow_bones.hpp \
     351                armadillo_bits/SpSubview_bones.hpp \
     352                armadillo_bits/spdiagview_bones.hpp \
     353                armadillo_bits/typedef_mat_fixed.hpp \
     354                armadillo_bits/field_bones.hpp \
     355                armadillo_bits/subview_bones.hpp \
     356                armadillo_bits/subview_elem1_bones.hpp \
     357                armadillo_bits/subview_elem2_bones.hpp \
     358                armadillo_bits/subview_field_bones.hpp \
     359                armadillo_bits/subview_cube_bones.hpp \
     360                armadillo_bits/diagview_bones.hpp \
     361                armadillo_bits/subview_each_bones.hpp \
     362                armadillo_bits/diskio_bones.hpp \
     363                armadillo_bits/wall_clock_bones.hpp \
     364                armadillo_bits/running_stat_bones.hpp \
     365                armadillo_bits/running_stat_vec_bones.hpp \
     366                armadillo_bits/Op_bones.hpp \
     367                armadillo_bits/OpCube_bones.hpp \
     368                armadillo_bits/SpOp_bones.hpp \
     369                armadillo_bits/eOp_bones.hpp \
     370                armadillo_bits/eOpCube_bones.hpp \
     371                armadillo_bits/mtOp_bones.hpp \
     372                armadillo_bits/mtOpCube_bones.hpp \
     373                armadillo_bits/mtSpOp_bones.hpp \
     374                armadillo_bits/Glue_bones.hpp \
     375                armadillo_bits/eGlue_bones.hpp \
     376                armadillo_bits/mtGlue_bones.hpp \
     377                armadillo_bits/SpGlue_bones.hpp \
     378                armadillo_bits/GlueCube_bones.hpp \
     379                armadillo_bits/eGlueCube_bones.hpp \
     380                armadillo_bits/mtGlueCube_bones.hpp \
     381                armadillo_bits/eop_core_bones.hpp \
     382                armadillo_bits/eglue_core_bones.hpp \
     383                armadillo_bits/Gen_bones.hpp \
     384                armadillo_bits/GenCube_bones.hpp \
     385                armadillo_bits/op_diagmat_bones.hpp \
     386                armadillo_bits/op_diagvec_bones.hpp \
     387                armadillo_bits/op_dot_bones.hpp \
     388                armadillo_bits/op_inv_bones.hpp \
     389                armadillo_bits/op_htrans_bones.hpp \
     390                armadillo_bits/op_max_bones.hpp \
     391                armadillo_bits/op_min_bones.hpp \
     392                armadillo_bits/op_mean_bones.hpp \
     393                armadillo_bits/op_median_bones.hpp \
     394                armadillo_bits/op_sort_bones.hpp \
     395                armadillo_bits/op_sort_index_bones.hpp \
     396                armadillo_bits/op_sum_bones.hpp \
     397                armadillo_bits/op_stddev_bones.hpp \
     398                armadillo_bits/op_strans_bones.hpp \
     399                armadillo_bits/op_var_bones.hpp \
     400                armadillo_bits/op_repmat_bones.hpp \
     401                armadillo_bits/op_reshape_bones.hpp \
     402                armadillo_bits/op_vectorise_bones.hpp \
     403                armadillo_bits/op_resize_bones.hpp \
     404                armadillo_bits/op_cov_bones.hpp \
     405                armadillo_bits/op_cor_bones.hpp \
     406                armadillo_bits/op_shuffle_bones.hpp \
     407                armadillo_bits/op_prod_bones.hpp \
     408                armadillo_bits/op_pinv_bones.hpp \
     409                armadillo_bits/op_dotext_bones.hpp \
     410                armadillo_bits/op_flip_bones.hpp \
     411                armadillo_bits/op_princomp_bones.hpp \
     412                armadillo_bits/op_misc_bones.hpp \
     413                armadillo_bits/op_relational_bones.hpp \
     414                armadillo_bits/op_find_bones.hpp \
     415                armadillo_bits/op_chol_bones.hpp \
     416                armadillo_bits/op_cx_scalar_bones.hpp \
     417                armadillo_bits/op_trimat_bones.hpp \
     418                armadillo_bits/op_cumsum_bones.hpp \
     419                armadillo_bits/op_symmat_bones.hpp \
     420                armadillo_bits/op_hist_bones.hpp \
     421                armadillo_bits/op_unique_bones.hpp \
     422                armadillo_bits/op_toeplitz_bones.hpp \
     423                armadillo_bits/op_fft_bones.hpp \
     424                armadillo_bits/op_any_bones.hpp \
     425                armadillo_bits/op_all_bones.hpp \
     426                armadillo_bits/op_normalise_bones.hpp \
     427                armadillo_bits/op_clamp_bones.hpp \
     428                armadillo_bits/op_expmat_bones.hpp \
     429                armadillo_bits/op_nonzeros_bones.hpp \
     430                armadillo_bits/glue_times_bones.hpp \
     431                armadillo_bits/glue_mixed_bones.hpp \
     432                armadillo_bits/glue_cov_bones.hpp \
     433                armadillo_bits/glue_cor_bones.hpp \
     434                armadillo_bits/glue_kron_bones.hpp \
     435                armadillo_bits/glue_cross_bones.hpp \
     436                armadillo_bits/glue_join_bones.hpp \
     437                armadillo_bits/glue_relational_bones.hpp \
     438                armadillo_bits/glue_solve_bones.hpp \
     439                armadillo_bits/glue_conv_bones.hpp \
     440                armadillo_bits/glue_toeplitz_bones.hpp \
     441                armadillo_bits/glue_hist_bones.hpp \
     442                armadillo_bits/glue_histc_bones.hpp \
     443                armadillo_bits/glue_max_bones.hpp \
     444                armadillo_bits/glue_min_bones.hpp \
     445                armadillo_bits/spop_max_bones.hpp \
     446                armadillo_bits/spop_min_bones.hpp \
     447                armadillo_bits/spop_sum_bones.hpp \
     448                armadillo_bits/spop_strans_bones.hpp \
     449                armadillo_bits/spop_htrans_bones.hpp \
     450                armadillo_bits/spop_misc_bones.hpp \
     451                armadillo_bits/spop_mean_bones.hpp \
     452                armadillo_bits/spop_var_bones.hpp \
     453                armadillo_bits/spglue_plus_bones.hpp \
     454                armadillo_bits/spglue_minus_bones.hpp \
     455                armadillo_bits/spglue_times_bones.hpp \
     456                armadillo_bits/spglue_join_bones.hpp \
     457                armadillo_bits/debug.hpp \
     458                armadillo_bits/memory.hpp \
     459                armadillo_bits/arma_cmath.hpp \
     460                armadillo_bits/unwrap.hpp \
     461                armadillo_bits/unwrap_cube.hpp \
     462                armadillo_bits/unwrap_spmat.hpp \
     463                armadillo_bits/Proxy.hpp \
     464                armadillo_bits/ProxyCube.hpp \
     465                armadillo_bits/SpProxy.hpp \
     466                armadillo_bits/diagmat_proxy.hpp \
     467                armadillo_bits/strip.hpp \
     468                armadillo_bits/Op_meat.hpp \
     469                armadillo_bits/OpCube_meat.hpp \
     470                armadillo_bits/SpOp_meat.hpp \
     471                armadillo_bits/mtOp_meat.hpp \
     472                armadillo_bits/mtOpCube_meat.hpp \
     473                armadillo_bits/mtSpOp_meat.hpp \
     474                armadillo_bits/Glue_meat.hpp \
     475                armadillo_bits/GlueCube_meat.hpp \
     476                armadillo_bits/SpGlue_meat.hpp \
     477                armadillo_bits/eop_aux.hpp \
     478                armadillo_bits/eOp_meat.hpp \
     479                armadillo_bits/eOpCube_meat.hpp \
     480                armadillo_bits/eGlue_meat.hpp \
     481                armadillo_bits/eGlueCube_meat.hpp \
     482                armadillo_bits/mtGlue_meat.hpp \
     483                armadillo_bits/mtGlueCube_meat.hpp \
     484                armadillo_bits/Base_meat.hpp \
     485                armadillo_bits/BaseCube_meat.hpp \
     486                armadillo_bits/SpBase_meat.hpp \
     487                armadillo_bits/Gen_meat.hpp \
     488                armadillo_bits/GenCube_meat.hpp \
     489                armadillo_bits/arma_ostream_bones.hpp \
     490                armadillo_bits/arma_ostream_meat.hpp \
     491                armadillo_bits/fn_n_unique.hpp \
     492                armadillo_bits/operator_plus.hpp \
     493                armadillo_bits/operator_minus.hpp \
     494                armadillo_bits/operator_times.hpp \
     495                armadillo_bits/operator_schur.hpp \
     496                armadillo_bits/operator_div.hpp \
     497                armadillo_bits/operator_relational.hpp \
     498                armadillo_bits/operator_cube_plus.hpp \
     499                armadillo_bits/operator_cube_minus.hpp \
     500                armadillo_bits/operator_cube_times.hpp \
     501                armadillo_bits/operator_cube_schur.hpp \
     502                armadillo_bits/operator_cube_div.hpp \
     503                armadillo_bits/operator_cube_relational.hpp \
     504                armadillo_bits/operator_ostream.hpp \
     505                armadillo_bits/fn_conv_to.hpp \
     506                armadillo_bits/fn_min.hpp \
     507                armadillo_bits/fn_max.hpp \
     508                armadillo_bits/fn_accu.hpp \
     509                armadillo_bits/fn_sum.hpp \
     510                armadillo_bits/fn_diagmat.hpp \
     511                armadillo_bits/fn_diagvec.hpp \
     512                armadillo_bits/fn_inv.hpp \
     513                armadillo_bits/fn_trace.hpp \
     514                armadillo_bits/fn_trans.hpp \
     515                armadillo_bits/fn_det.hpp \
     516                armadillo_bits/fn_log_det.hpp \
     517                armadillo_bits/fn_eig_sym.hpp \
     518                armadillo_bits/fn_eig_gen.hpp \
     519                armadillo_bits/fn_eig_pair.hpp \
     520                armadillo_bits/fn_lu.hpp \
     521                armadillo_bits/fn_zeros.hpp \
     522                armadillo_bits/fn_ones.hpp \
     523                armadillo_bits/fn_eye.hpp \
     524                armadillo_bits/fn_misc.hpp \
     525                armadillo_bits/fn_find.hpp \
     526                armadillo_bits/fn_elem.hpp \
     527                armadillo_bits/fn_norm.hpp \
     528                armadillo_bits/fn_dot.hpp \
     529                armadillo_bits/fn_randu.hpp \
     530                armadillo_bits/fn_randn.hpp \
     531                armadillo_bits/fn_trig.hpp \
     532                armadillo_bits/fn_mean.hpp \
     533                armadillo_bits/fn_median.hpp \
     534                armadillo_bits/fn_stddev.hpp \
     535                armadillo_bits/fn_var.hpp \
     536                armadillo_bits/fn_sort.hpp \
     537                armadillo_bits/fn_sort_index.hpp \
     538                armadillo_bits/fn_strans.hpp \
     539                armadillo_bits/fn_chol.hpp \
     540                armadillo_bits/fn_qr.hpp \
     541                armadillo_bits/fn_svd.hpp \
     542                armadillo_bits/fn_solve.hpp \
     543                armadillo_bits/fn_repmat.hpp \
     544                armadillo_bits/fn_reshape.hpp \
     545                armadillo_bits/fn_vectorise.hpp \
     546                armadillo_bits/fn_resize.hpp \
     547                armadillo_bits/fn_cov.hpp \
     548                armadillo_bits/fn_cor.hpp \
     549                armadillo_bits/fn_shuffle.hpp \
     550                armadillo_bits/fn_prod.hpp \
     551                armadillo_bits/fn_eps.hpp \
     552                armadillo_bits/fn_pinv.hpp \
     553                armadillo_bits/fn_rank.hpp \
     554                armadillo_bits/fn_kron.hpp \
     555                armadillo_bits/fn_flip.hpp \
     556                armadillo_bits/fn_as_scalar.hpp \
     557                armadillo_bits/fn_princomp.hpp \
     558                armadillo_bits/fn_cross.hpp \
     559                armadillo_bits/fn_join.hpp \
     560                armadillo_bits/fn_conv.hpp \
     561                armadillo_bits/fn_trunc_exp.hpp \
     562                armadillo_bits/fn_trunc_log.hpp \
     563                armadillo_bits/fn_toeplitz.hpp \
     564                armadillo_bits/fn_trimat.hpp \
     565                armadillo_bits/fn_cumsum.hpp \
     566                armadillo_bits/fn_symmat.hpp \
     567                armadillo_bits/fn_syl_lyap.hpp \
     568                armadillo_bits/fn_hist.hpp \
     569                armadillo_bits/fn_histc.hpp \
     570                armadillo_bits/fn_unique.hpp \
     571                armadillo_bits/fn_fft.hpp \
     572                armadillo_bits/fn_fft2.hpp \
     573                armadillo_bits/fn_any.hpp \
     574                armadillo_bits/fn_all.hpp \
     575                armadillo_bits/fn_size.hpp \
     576                armadillo_bits/fn_numel.hpp \
     577                armadillo_bits/fn_inplace_strans.hpp \
     578                armadillo_bits/fn_inplace_trans.hpp \
     579                armadillo_bits/fn_randi.hpp \
     580                armadillo_bits/fn_randg.hpp \
     581                armadillo_bits/fn_cond.hpp \
     582                armadillo_bits/fn_normalise.hpp \
     583                armadillo_bits/fn_clamp.hpp \
     584                armadillo_bits/fn_expmat.hpp \
     585                armadillo_bits/fn_nonzeros.hpp \
     586                armadillo_bits/fn_interp1.hpp \
     587                armadillo_bits/fn_speye.hpp \
     588                armadillo_bits/fn_spones.hpp \
     589                armadillo_bits/fn_sprandn.hpp \
     590                armadillo_bits/fn_sprandu.hpp \
     591                armadillo_bits/fn_eigs_sym.hpp \
     592                armadillo_bits/fn_eigs_gen.hpp \
     593                armadillo_bits/fn_norm_sparse.hpp \
     594                armadillo_bits/fn_spsolve.hpp \
     595                armadillo_bits/fn_svds.hpp \
     596                armadillo_bits/hdf5_misc.hpp \
     597                armadillo_bits/fft_engine.hpp \
     598                armadillo_bits/gmm_misc_bones.hpp \
     599                armadillo_bits/gmm_misc_meat.hpp \
     600                armadillo_bits/gmm_diag_bones.hpp \
     601                armadillo_bits/gmm_diag_meat.hpp \
     602                armadillo_bits/mul_gemv.hpp \
     603                armadillo_bits/mul_gemm.hpp \
     604                armadillo_bits/mul_gemm_mixed.hpp \
     605                armadillo_bits/mul_syrk.hpp \
     606                armadillo_bits/mul_herk.hpp \
     607                armadillo_bits/eop_core_meat.hpp \
     608                armadillo_bits/eglue_core_meat.hpp \
     609                armadillo_bits/cond_rel_meat.hpp \
     610                armadillo_bits/arrayops_meat.hpp \
     611                armadillo_bits/podarray_meat.hpp \
     612                armadillo_bits/auxlib_meat.hpp \
     613                armadillo_bits/sp_auxlib_meat.hpp \
     614                armadillo_bits/injector_meat.hpp \
     615                armadillo_bits/Mat_meat.hpp \
     616                armadillo_bits/Col_meat.hpp \
     617                armadillo_bits/Row_meat.hpp \
     618                armadillo_bits/Cube_meat.hpp \
     619                armadillo_bits/xvec_htrans_meat.hpp \
     620                armadillo_bits/xtrans_mat_meat.hpp \
     621                armadillo_bits/SizeMat_meat.hpp \
     622                armadillo_bits/SizeCube_meat.hpp \
     623                armadillo_bits/field_meat.hpp \
     624                armadillo_bits/subview_meat.hpp \
     625                armadillo_bits/subview_elem1_meat.hpp \
     626                armadillo_bits/subview_elem2_meat.hpp \
     627                armadillo_bits/subview_field_meat.hpp \
     628                armadillo_bits/subview_cube_meat.hpp \
     629                armadillo_bits/diagview_meat.hpp \
     630                armadillo_bits/subview_each_meat.hpp \
     631                armadillo_bits/SpValProxy_meat.hpp \
     632                armadillo_bits/SpMat_meat.hpp \
     633                armadillo_bits/SpMat_iterators_meat.hpp \
     634                armadillo_bits/SpCol_meat.hpp \
     635                armadillo_bits/SpRow_meat.hpp \
     636                armadillo_bits/SpSubview_meat.hpp \
     637                armadillo_bits/SpSubview_iterators_meat.hpp \
     638                armadillo_bits/spdiagview_meat.hpp \
     639                armadillo_bits/diskio_meat.hpp \
     640                armadillo_bits/wall_clock_meat.hpp \
     641                armadillo_bits/running_stat_meat.hpp \
     642                armadillo_bits/running_stat_vec_meat.hpp \
     643                armadillo_bits/op_diagmat_meat.hpp \
     644                armadillo_bits/op_diagvec_meat.hpp \
     645                armadillo_bits/op_dot_meat.hpp \
     646                armadillo_bits/op_inv_meat.hpp \
     647                armadillo_bits/op_htrans_meat.hpp \
     648                armadillo_bits/op_max_meat.hpp \
     649                armadillo_bits/op_min_meat.hpp \
     650                armadillo_bits/op_mean_meat.hpp \
     651                armadillo_bits/op_median_meat.hpp \
     652                armadillo_bits/op_sort_meat.hpp \
     653                armadillo_bits/op_sort_index_meat.hpp \
     654                armadillo_bits/op_sum_meat.hpp \
     655                armadillo_bits/op_stddev_meat.hpp \
     656                armadillo_bits/op_strans_meat.hpp \
     657                armadillo_bits/op_var_meat.hpp \
     658                armadillo_bits/op_repmat_meat.hpp \
     659                armadillo_bits/op_reshape_meat.hpp \
     660                armadillo_bits/op_vectorise_meat.hpp \
     661                armadillo_bits/op_resize_meat.hpp \
     662                armadillo_bits/op_cov_meat.hpp \
     663                armadillo_bits/op_cor_meat.hpp \
     664                armadillo_bits/op_shuffle_meat.hpp \
     665                armadillo_bits/op_prod_meat.hpp \
     666                armadillo_bits/op_pinv_meat.hpp \
     667                armadillo_bits/op_dotext_meat.hpp \
     668                armadillo_bits/op_flip_meat.hpp \
     669                armadillo_bits/op_princomp_meat.hpp \
     670                armadillo_bits/op_misc_meat.hpp \
     671                armadillo_bits/op_relational_meat.hpp \
     672                armadillo_bits/op_find_meat.hpp \
     673                armadillo_bits/op_chol_meat.hpp \
     674                armadillo_bits/op_cx_scalar_meat.hpp \
     675                armadillo_bits/op_trimat_meat.hpp \
     676                armadillo_bits/op_cumsum_meat.hpp \
     677                armadillo_bits/op_symmat_meat.hpp \
     678                armadillo_bits/op_hist_meat.hpp \
     679                armadillo_bits/op_unique_meat.hpp \
     680                armadillo_bits/op_toeplitz_meat.hpp \
     681                armadillo_bits/op_fft_meat.hpp \
     682                armadillo_bits/op_any_meat.hpp \
     683                armadillo_bits/op_all_meat.hpp \
     684                armadillo_bits/op_normalise_meat.hpp \
     685                armadillo_bits/op_clamp_meat.hpp \
     686                armadillo_bits/op_expmat_meat.hpp \
     687                armadillo_bits/op_nonzeros_meat.hpp \
     688                armadillo_bits/glue_times_meat.hpp \
     689                armadillo_bits/glue_mixed_meat.hpp \
     690                armadillo_bits/glue_cov_meat.hpp \
     691                armadillo_bits/glue_cor_meat.hpp \
     692                armadillo_bits/glue_kron_meat.hpp \
     693                armadillo_bits/glue_cross_meat.hpp \
     694                armadillo_bits/glue_join_meat.hpp \
     695                armadillo_bits/glue_relational_meat.hpp \
     696                armadillo_bits/glue_solve_meat.hpp \
     697                armadillo_bits/glue_conv_meat.hpp \
     698                armadillo_bits/glue_toeplitz_meat.hpp \
     699                armadillo_bits/glue_hist_meat.hpp \
     700                armadillo_bits/glue_histc_meat.hpp \
     701                armadillo_bits/glue_max_meat.hpp \
     702                armadillo_bits/glue_min_meat.hpp \
     703                armadillo_bits/spop_max_meat.hpp \
     704                armadillo_bits/spop_min_meat.hpp \
     705                armadillo_bits/spop_sum_meat.hpp \
     706                armadillo_bits/spop_strans_meat.hpp \
     707                armadillo_bits/spop_htrans_meat.hpp \
     708                armadillo_bits/spop_misc_meat.hpp \
     709                armadillo_bits/spop_mean_meat.hpp \
     710                armadillo_bits/spop_var_meat.hpp \
     711                armadillo_bits/spglue_plus_meat.hpp \
     712                armadillo_bits/spglue_minus_meat.hpp \
     713                armadillo_bits/spglue_times_meat.hpp \
     714                armadillo_bits/spglue_join_meat.hpp \
     715                armadillo_bits/compiler_setup_post.hpp
    247716        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.C
    248717
     
    252721                formviewmatrix.H \
    253722                ui_formMatrixView.h \
     723                formvariablesexogenas.h \
    254724                stackwidget.H \
    255                 accountwidget.H
     725                accountwidget.H \
     726                stackvariablesexogenas.h \
     727                variableexogenawidget.h
    256728        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.C
    257729
     
    271743        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o accountwidget.o accountwidget.C
    272744
     745formvariablesexogenas.o: formvariablesexogenas.cpp formvariablesexogenas.h \
     746                ui_formvariablesexogenas.h
     747        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formvariablesexogenas.o formvariablesexogenas.cpp
     748
     749stackvariablesexogenas.o: stackvariablesexogenas.cpp stackvariablesexogenas.h \
     750                variableexogenawidget.h
     751        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o stackvariablesexogenas.o stackvariablesexogenas.cpp
     752
     753variableexogenawidget.o: variableexogenawidget.cpp variableexogenawidget.h
     754        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o variableexogenawidget.o variableexogenawidget.cpp
     755
    273756moc_mainwindow.o: moc_mainwindow.cpp
    274757        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
     
    286769        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_accountwidget.o moc_accountwidget.cpp
    287770
     771moc_formvariablesexogenas.o: moc_formvariablesexogenas.cpp
     772        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formvariablesexogenas.o moc_formvariablesexogenas.cpp
     773
     774moc_stackvariablesexogenas.o: moc_stackvariablesexogenas.cpp
     775        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stackvariablesexogenas.o moc_stackvariablesexogenas.cpp
     776
     777moc_variableexogenawidget.o: moc_variableexogenawidget.cpp
     778        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_variableexogenawidget.o moc_variableexogenawidget.cpp
     779
    288780####### Install
    289781
Note: See TracChangeset for help on using the changeset viewer.