source: mmcs/Makefile @ aa628c3

matrices
Last change on this file since aa628c3 was aa628c3, checked in by rboet <rboet@…>, 9 years ago

Modificacion de pestaña endogena-exogena, ct horizontal y vertical, color en columnas de totales

  • Property mode set to 100644
File size: 29.2 KB
Line 
1#############################################################################
2# Makefile for building: SMSAM
3# Generated by qmake (2.01a) (Qt 4.8.2) on: Tue Aug 11 15:29:20 2015
4# Project:  SMSAM.pro
5# Template: app
6# Command: /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC            = gcc
12CXX           = g++
13DEFINES       = -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
14CFLAGS        = -pipe -O2 -w -D_REENTRANT $(DEFINES)
15CXXFLAGS      = -pipe -O2 -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.
17LINK          = g++
18LFLAGS        = -Wl,-O1
19LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L -larmadillo -llapack -lQtGui -lQtCore -lpthread
20AR            = ar cqs
21RANLIB        = 
22QMAKE         = /usr/bin/qmake-qt4
23TAR           = tar -cf
24COMPRESS      = gzip -9f
25COPY          = cp -f
26SED           = sed
27COPY_FILE     = $(COPY)
28COPY_DIR      = $(COPY) -r
29STRIP         = strip
30INSTALL_FILE  = install -m 644 -p
31INSTALL_DIR   = $(COPY_DIR)
32INSTALL_PROGRAM = install -m 755 -p
33DEL_FILE      = rm -f
34SYMLINK       = ln -f -s
35DEL_DIR       = rmdir
36MOVE          = mv -f
37CHK_DIR_EXISTS= test -d
38MKDIR         = mkdir -p
39
40####### Output directory
41
42OBJECTS_DIR   = ./
43
44####### Files
45
46SOURCES       = mainwindow.C \
47                main.C \
48                formloadmatrix.C \
49                formviewmatrix.C \
50                stackwidget.C \
51                accountwidget.C \
52                formvariablesexogenas.cpp \
53                stackvariablesexogenas.cpp \
54                variableexogenawidget.cpp \
55                formexportmatrix.cpp moc_mainwindow.cpp \
56                moc_formloadmatrix.cpp \
57                moc_formviewmatrix.cpp \
58                moc_stackwidget.cpp \
59                moc_accountwidget.cpp \
60                moc_formvariablesexogenas.cpp \
61                moc_stackvariablesexogenas.cpp \
62                moc_variableexogenawidget.cpp \
63                moc_formexportmatrix.cpp
64OBJECTS       = mainwindow.o \
65                main.o \
66                formloadmatrix.o \
67                formviewmatrix.o \
68                stackwidget.o \
69                accountwidget.o \
70                formvariablesexogenas.o \
71                stackvariablesexogenas.o \
72                variableexogenawidget.o \
73                formexportmatrix.o \
74                moc_mainwindow.o \
75                moc_formloadmatrix.o \
76                moc_formviewmatrix.o \
77                moc_stackwidget.o \
78                moc_accountwidget.o \
79                moc_formvariablesexogenas.o \
80                moc_stackvariablesexogenas.o \
81                moc_variableexogenawidget.o \
82                moc_formexportmatrix.o
83DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
84                /usr/share/qt4/mkspecs/common/linux.conf \
85                /usr/share/qt4/mkspecs/common/gcc-base.conf \
86                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
87                /usr/share/qt4/mkspecs/common/g++-base.conf \
88                /usr/share/qt4/mkspecs/common/g++-unix.conf \
89                /usr/share/qt4/mkspecs/qconfig.pri \
90                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
91                /usr/share/qt4/mkspecs/features/qt_functions.prf \
92                /usr/share/qt4/mkspecs/features/qt_config.prf \
93                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
94                /usr/share/qt4/mkspecs/features/default_pre.prf \
95                /usr/share/qt4/mkspecs/features/release.prf \
96                /usr/share/qt4/mkspecs/features/default_post.prf \
97                /usr/share/qt4/mkspecs/features/warn_off.prf \
98                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
99                /usr/share/qt4/mkspecs/features/qt.prf \
100                /usr/share/qt4/mkspecs/features/unix/thread.prf \
101                /usr/share/qt4/mkspecs/features/moc.prf \
102                /usr/share/qt4/mkspecs/features/resources.prf \
103                /usr/share/qt4/mkspecs/features/uic.prf \
104                /usr/share/qt4/mkspecs/features/yacc.prf \
105                /usr/share/qt4/mkspecs/features/lex.prf \
106                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
107                SMSAM.pro
108QMAKE_TARGET  = SMSAM
109DESTDIR       = 
110TARGET        = SMSAM
111
112first: all
113####### Implicit rules
114
115.SUFFIXES: .o .c .cpp .cc .cxx .C
116
117.cpp.o:
118        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
119
120.cc.o:
121        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
122
123.cxx.o:
124        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
125
126.C.o:
127        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
128
129.c.o:
130        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
131
132####### Build rules
133
134all: Makefile $(TARGET)
135
136$(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h $(OBJECTS) 
137        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
138
139Makefile: SMSAM.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
140                /usr/share/qt4/mkspecs/common/linux.conf \
141                /usr/share/qt4/mkspecs/common/gcc-base.conf \
142                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
143                /usr/share/qt4/mkspecs/common/g++-base.conf \
144                /usr/share/qt4/mkspecs/common/g++-unix.conf \
145                /usr/share/qt4/mkspecs/qconfig.pri \
146                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
147                /usr/share/qt4/mkspecs/features/qt_functions.prf \
148                /usr/share/qt4/mkspecs/features/qt_config.prf \
149                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
150                /usr/share/qt4/mkspecs/features/default_pre.prf \
151                /usr/share/qt4/mkspecs/features/release.prf \
152                /usr/share/qt4/mkspecs/features/default_post.prf \
153                /usr/share/qt4/mkspecs/features/warn_off.prf \
154                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
155                /usr/share/qt4/mkspecs/features/qt.prf \
156                /usr/share/qt4/mkspecs/features/unix/thread.prf \
157                /usr/share/qt4/mkspecs/features/moc.prf \
158                /usr/share/qt4/mkspecs/features/resources.prf \
159                /usr/share/qt4/mkspecs/features/uic.prf \
160                /usr/share/qt4/mkspecs/features/yacc.prf \
161                /usr/share/qt4/mkspecs/features/lex.prf \
162                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
163                /usr/lib/x86_64-linux-gnu/libQtGui.prl \
164                /usr/lib/x86_64-linux-gnu/libQtCore.prl
165        $(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
166/usr/share/qt4/mkspecs/common/unix.conf:
167/usr/share/qt4/mkspecs/common/linux.conf:
168/usr/share/qt4/mkspecs/common/gcc-base.conf:
169/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
170/usr/share/qt4/mkspecs/common/g++-base.conf:
171/usr/share/qt4/mkspecs/common/g++-unix.conf:
172/usr/share/qt4/mkspecs/qconfig.pri:
173/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
174/usr/share/qt4/mkspecs/features/qt_functions.prf:
175/usr/share/qt4/mkspecs/features/qt_config.prf:
176/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
177/usr/share/qt4/mkspecs/features/default_pre.prf:
178/usr/share/qt4/mkspecs/features/release.prf:
179/usr/share/qt4/mkspecs/features/default_post.prf:
180/usr/share/qt4/mkspecs/features/warn_off.prf:
181/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
182/usr/share/qt4/mkspecs/features/qt.prf:
183/usr/share/qt4/mkspecs/features/unix/thread.prf:
184/usr/share/qt4/mkspecs/features/moc.prf:
185/usr/share/qt4/mkspecs/features/resources.prf:
186/usr/share/qt4/mkspecs/features/uic.prf:
187/usr/share/qt4/mkspecs/features/yacc.prf:
188/usr/share/qt4/mkspecs/features/lex.prf:
189/usr/share/qt4/mkspecs/features/include_source_dir.prf:
190/usr/lib/x86_64-linux-gnu/libQtGui.prl:
191/usr/lib/x86_64-linux-gnu/libQtCore.prl:
192qmake:  FORCE
193        @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
194
195dist: 
196        @$(CHK_DIR_EXISTS) .tmp/SMSAM1.0.0 || $(MKDIR) .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
198
199
200clean:compiler_clean
201        -$(DEL_FILE) $(OBJECTS)
202        -$(DEL_FILE) *~ core *.core
203
204
205####### Sub-libraries
206
207distclean: clean
208        -$(DEL_FILE) $(TARGET) 
209        -$(DEL_FILE) Makefile
210
211
212check: first
213
214mocclean: compiler_moc_header_clean compiler_moc_source_clean
215
216mocables: compiler_moc_header_make_all compiler_moc_source_make_all
217
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
219compiler_moc_header_clean:
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
221moc_mainwindow.cpp: formloadmatrix.H \
222                ui_formLoadMatrix.h \
223                formviewmatrix.H \
224                ui_formMatrixView.h \
225                formvariablesexogenas.h \
226                stackwidget.H \
227                accountwidget.H \
228                stackvariablesexogenas.h \
229                variableexogenawidget.h \
230                formexportmatrix.h \
231                mainwindow.H
232        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) mainwindow.H -o moc_mainwindow.cpp
233
234moc_formloadmatrix.cpp: ui_formLoadMatrix.h \
235                formloadmatrix.H
236        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formloadmatrix.H -o moc_formloadmatrix.cpp
237
238moc_formviewmatrix.cpp: ui_formMatrixView.h \
239                formviewmatrix.H
240        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formviewmatrix.H -o moc_formviewmatrix.cpp
241
242moc_stackwidget.cpp: accountwidget.H \
243                stackwidget.H
244        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) stackwidget.H -o moc_stackwidget.cpp
245
246moc_accountwidget.cpp: accountwidget.H
247        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) accountwidget.H -o moc_accountwidget.cpp
248
249moc_formvariablesexogenas.cpp: formvariablesexogenas.h
250        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formvariablesexogenas.h -o moc_formvariablesexogenas.cpp
251
252moc_stackvariablesexogenas.cpp: variableexogenawidget.h \
253                stackvariablesexogenas.h
254        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) stackvariablesexogenas.h -o moc_stackvariablesexogenas.cpp
255
256moc_variableexogenawidget.cpp: variableexogenawidget.h
257        /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
261
262compiler_rcc_make_all:
263compiler_rcc_clean:
264compiler_image_collection_make_all: qmake_image_collection.cpp
265compiler_image_collection_clean:
266        -$(DEL_FILE) qmake_image_collection.cpp
267compiler_moc_source_make_all:
268compiler_moc_source_clean:
269compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h
270compiler_uic_clean:
271        -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h ui_formexportmatrix.h
272ui_formLoadMatrix.h: formLoadMatrix.ui
273        /usr/bin/uic-qt4 formLoadMatrix.ui -o ui_formLoadMatrix.h
274
275ui_formMatrixView.h: formMatrixView.ui
276        /usr/bin/uic-qt4 formMatrixView.ui -o ui_formMatrixView.h
277
278ui_formvariablesexogenas.h: formvariablesexogenas.ui
279        /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
283
284compiler_yacc_decl_make_all:
285compiler_yacc_decl_clean:
286compiler_yacc_impl_make_all:
287compiler_yacc_impl_clean:
288compiler_lex_make_all:
289compiler_lex_clean:
290compiler_clean: compiler_moc_header_clean compiler_uic_clean
291
292####### Compile
293
294mainwindow.o: mainwindow.C mainwindow.H \
295                formloadmatrix.H \
296                ui_formLoadMatrix.h \
297                formviewmatrix.H \
298                ui_formMatrixView.h \
299                formvariablesexogenas.h \
300                stackwidget.H \
301                accountwidget.H \
302                stackvariablesexogenas.h \
303                variableexogenawidget.h \
304                formexportmatrix.h \
305                armadillo \
306                armadillo_bits/config.hpp \
307                armadillo_bits/compiler_setup.hpp \
308                armadillo_bits/include_atlas.hpp \
309                armadillo_bits/include_hdf5.hpp \
310                armadillo_bits/include_superlu.hpp \
311                armadillo_bits/forward_bones.hpp \
312                armadillo_bits/arma_static_check.hpp \
313                armadillo_bits/typedef_elem.hpp \
314                armadillo_bits/typedef_elem_check.hpp \
315                armadillo_bits/typedef_mat.hpp \
316                armadillo_bits/arma_boost.hpp \
317                armadillo_bits/arma_version.hpp \
318                armadillo_bits/arma_config.hpp \
319                armadillo_bits/traits.hpp \
320                armadillo_bits/promote_type.hpp \
321                armadillo_bits/upgrade_val.hpp \
322                armadillo_bits/restrictors.hpp \
323                armadillo_bits/access.hpp \
324                armadillo_bits/span.hpp \
325                armadillo_bits/distr_param.hpp \
326                armadillo_bits/constants.hpp \
327                armadillo_bits/constants_compat.hpp \
328                armadillo_bits/arma_rng_cxx98.hpp \
329                armadillo_bits/arma_rng_cxx11.hpp \
330                armadillo_bits/arma_rng.hpp \
331                armadillo_bits/Base_bones.hpp \
332                armadillo_bits/BaseCube_bones.hpp \
333                armadillo_bits/SpBase_bones.hpp \
334                armadillo_bits/blas_bones.hpp \
335                armadillo_bits/lapack_bones.hpp \
336                armadillo_bits/atlas_bones.hpp \
337                armadillo_bits/arpack_bones.hpp \
338                armadillo_bits/superlu_bones.hpp \
339                armadillo_bits/hdf5_bones.hpp \
340                armadillo_bits/blas_wrapper.hpp \
341                armadillo_bits/lapack_wrapper.hpp \
342                armadillo_bits/atlas_wrapper.hpp \
343                armadillo_bits/arpack_wrapper.hpp \
344                armadillo_bits/superlu_wrapper.hpp \
345                armadillo_bits/cond_rel_bones.hpp \
346                armadillo_bits/arrayops_bones.hpp \
347                armadillo_bits/podarray_bones.hpp \
348                armadillo_bits/auxlib_bones.hpp \
349                armadillo_bits/sp_auxlib_bones.hpp \
350                armadillo_bits/injector_bones.hpp \
351                armadillo_bits/Mat_bones.hpp \
352                armadillo_bits/Col_bones.hpp \
353                armadillo_bits/Row_bones.hpp \
354                armadillo_bits/Cube_bones.hpp \
355                armadillo_bits/xvec_htrans_bones.hpp \
356                armadillo_bits/xtrans_mat_bones.hpp \
357                armadillo_bits/SizeMat_bones.hpp \
358                armadillo_bits/SizeCube_bones.hpp \
359                armadillo_bits/SpValProxy_bones.hpp \
360                armadillo_bits/SpMat_bones.hpp \
361                armadillo_bits/SpCol_bones.hpp \
362                armadillo_bits/SpRow_bones.hpp \
363                armadillo_bits/SpSubview_bones.hpp \
364                armadillo_bits/spdiagview_bones.hpp \
365                armadillo_bits/typedef_mat_fixed.hpp \
366                armadillo_bits/field_bones.hpp \
367                armadillo_bits/subview_bones.hpp \
368                armadillo_bits/subview_elem1_bones.hpp \
369                armadillo_bits/subview_elem2_bones.hpp \
370                armadillo_bits/subview_field_bones.hpp \
371                armadillo_bits/subview_cube_bones.hpp \
372                armadillo_bits/diagview_bones.hpp \
373                armadillo_bits/subview_each_bones.hpp \
374                armadillo_bits/diskio_bones.hpp \
375                armadillo_bits/wall_clock_bones.hpp \
376                armadillo_bits/running_stat_bones.hpp \
377                armadillo_bits/running_stat_vec_bones.hpp \
378                armadillo_bits/Op_bones.hpp \
379                armadillo_bits/OpCube_bones.hpp \
380                armadillo_bits/SpOp_bones.hpp \
381                armadillo_bits/eOp_bones.hpp \
382                armadillo_bits/eOpCube_bones.hpp \
383                armadillo_bits/mtOp_bones.hpp \
384                armadillo_bits/mtOpCube_bones.hpp \
385                armadillo_bits/mtSpOp_bones.hpp \
386                armadillo_bits/Glue_bones.hpp \
387                armadillo_bits/eGlue_bones.hpp \
388                armadillo_bits/mtGlue_bones.hpp \
389                armadillo_bits/SpGlue_bones.hpp \
390                armadillo_bits/GlueCube_bones.hpp \
391                armadillo_bits/eGlueCube_bones.hpp \
392                armadillo_bits/mtGlueCube_bones.hpp \
393                armadillo_bits/eop_core_bones.hpp \
394                armadillo_bits/eglue_core_bones.hpp \
395                armadillo_bits/Gen_bones.hpp \
396                armadillo_bits/GenCube_bones.hpp \
397                armadillo_bits/op_diagmat_bones.hpp \
398                armadillo_bits/op_diagvec_bones.hpp \
399                armadillo_bits/op_dot_bones.hpp \
400                armadillo_bits/op_inv_bones.hpp \
401                armadillo_bits/op_htrans_bones.hpp \
402                armadillo_bits/op_max_bones.hpp \
403                armadillo_bits/op_min_bones.hpp \
404                armadillo_bits/op_mean_bones.hpp \
405                armadillo_bits/op_median_bones.hpp \
406                armadillo_bits/op_sort_bones.hpp \
407                armadillo_bits/op_sort_index_bones.hpp \
408                armadillo_bits/op_sum_bones.hpp \
409                armadillo_bits/op_stddev_bones.hpp \
410                armadillo_bits/op_strans_bones.hpp \
411                armadillo_bits/op_var_bones.hpp \
412                armadillo_bits/op_repmat_bones.hpp \
413                armadillo_bits/op_reshape_bones.hpp \
414                armadillo_bits/op_vectorise_bones.hpp \
415                armadillo_bits/op_resize_bones.hpp \
416                armadillo_bits/op_cov_bones.hpp \
417                armadillo_bits/op_cor_bones.hpp \
418                armadillo_bits/op_shuffle_bones.hpp \
419                armadillo_bits/op_prod_bones.hpp \
420                armadillo_bits/op_pinv_bones.hpp \
421                armadillo_bits/op_dotext_bones.hpp \
422                armadillo_bits/op_flip_bones.hpp \
423                armadillo_bits/op_princomp_bones.hpp \
424                armadillo_bits/op_misc_bones.hpp \
425                armadillo_bits/op_relational_bones.hpp \
426                armadillo_bits/op_find_bones.hpp \
427                armadillo_bits/op_chol_bones.hpp \
428                armadillo_bits/op_cx_scalar_bones.hpp \
429                armadillo_bits/op_trimat_bones.hpp \
430                armadillo_bits/op_cumsum_bones.hpp \
431                armadillo_bits/op_symmat_bones.hpp \
432                armadillo_bits/op_hist_bones.hpp \
433                armadillo_bits/op_unique_bones.hpp \
434                armadillo_bits/op_toeplitz_bones.hpp \
435                armadillo_bits/op_fft_bones.hpp \
436                armadillo_bits/op_any_bones.hpp \
437                armadillo_bits/op_all_bones.hpp \
438                armadillo_bits/op_normalise_bones.hpp \
439                armadillo_bits/op_clamp_bones.hpp \
440                armadillo_bits/op_expmat_bones.hpp \
441                armadillo_bits/op_nonzeros_bones.hpp \
442                armadillo_bits/glue_times_bones.hpp \
443                armadillo_bits/glue_mixed_bones.hpp \
444                armadillo_bits/glue_cov_bones.hpp \
445                armadillo_bits/glue_cor_bones.hpp \
446                armadillo_bits/glue_kron_bones.hpp \
447                armadillo_bits/glue_cross_bones.hpp \
448                armadillo_bits/glue_join_bones.hpp \
449                armadillo_bits/glue_relational_bones.hpp \
450                armadillo_bits/glue_solve_bones.hpp \
451                armadillo_bits/glue_conv_bones.hpp \
452                armadillo_bits/glue_toeplitz_bones.hpp \
453                armadillo_bits/glue_hist_bones.hpp \
454                armadillo_bits/glue_histc_bones.hpp \
455                armadillo_bits/glue_max_bones.hpp \
456                armadillo_bits/glue_min_bones.hpp \
457                armadillo_bits/spop_max_bones.hpp \
458                armadillo_bits/spop_min_bones.hpp \
459                armadillo_bits/spop_sum_bones.hpp \
460                armadillo_bits/spop_strans_bones.hpp \
461                armadillo_bits/spop_htrans_bones.hpp \
462                armadillo_bits/spop_misc_bones.hpp \
463                armadillo_bits/spop_mean_bones.hpp \
464                armadillo_bits/spop_var_bones.hpp \
465                armadillo_bits/spglue_plus_bones.hpp \
466                armadillo_bits/spglue_minus_bones.hpp \
467                armadillo_bits/spglue_times_bones.hpp \
468                armadillo_bits/spglue_join_bones.hpp \
469                armadillo_bits/debug.hpp \
470                armadillo_bits/memory.hpp \
471                armadillo_bits/arma_cmath.hpp \
472                armadillo_bits/unwrap.hpp \
473                armadillo_bits/unwrap_cube.hpp \
474                armadillo_bits/unwrap_spmat.hpp \
475                armadillo_bits/Proxy.hpp \
476                armadillo_bits/ProxyCube.hpp \
477                armadillo_bits/SpProxy.hpp \
478                armadillo_bits/diagmat_proxy.hpp \
479                armadillo_bits/strip.hpp \
480                armadillo_bits/Op_meat.hpp \
481                armadillo_bits/OpCube_meat.hpp \
482                armadillo_bits/SpOp_meat.hpp \
483                armadillo_bits/mtOp_meat.hpp \
484                armadillo_bits/mtOpCube_meat.hpp \
485                armadillo_bits/mtSpOp_meat.hpp \
486                armadillo_bits/Glue_meat.hpp \
487                armadillo_bits/GlueCube_meat.hpp \
488                armadillo_bits/SpGlue_meat.hpp \
489                armadillo_bits/eop_aux.hpp \
490                armadillo_bits/eOp_meat.hpp \
491                armadillo_bits/eOpCube_meat.hpp \
492                armadillo_bits/eGlue_meat.hpp \
493                armadillo_bits/eGlueCube_meat.hpp \
494                armadillo_bits/mtGlue_meat.hpp \
495                armadillo_bits/mtGlueCube_meat.hpp \
496                armadillo_bits/Base_meat.hpp \
497                armadillo_bits/BaseCube_meat.hpp \
498                armadillo_bits/SpBase_meat.hpp \
499                armadillo_bits/Gen_meat.hpp \
500                armadillo_bits/GenCube_meat.hpp \
501                armadillo_bits/arma_ostream_bones.hpp \
502                armadillo_bits/arma_ostream_meat.hpp \
503                armadillo_bits/fn_n_unique.hpp \
504                armadillo_bits/operator_plus.hpp \
505                armadillo_bits/operator_minus.hpp \
506                armadillo_bits/operator_times.hpp \
507                armadillo_bits/operator_schur.hpp \
508                armadillo_bits/operator_div.hpp \
509                armadillo_bits/operator_relational.hpp \
510                armadillo_bits/operator_cube_plus.hpp \
511                armadillo_bits/operator_cube_minus.hpp \
512                armadillo_bits/operator_cube_times.hpp \
513                armadillo_bits/operator_cube_schur.hpp \
514                armadillo_bits/operator_cube_div.hpp \
515                armadillo_bits/operator_cube_relational.hpp \
516                armadillo_bits/operator_ostream.hpp \
517                armadillo_bits/fn_conv_to.hpp \
518                armadillo_bits/fn_min.hpp \
519                armadillo_bits/fn_max.hpp \
520                armadillo_bits/fn_accu.hpp \
521                armadillo_bits/fn_sum.hpp \
522                armadillo_bits/fn_diagmat.hpp \
523                armadillo_bits/fn_diagvec.hpp \
524                armadillo_bits/fn_inv.hpp \
525                armadillo_bits/fn_trace.hpp \
526                armadillo_bits/fn_trans.hpp \
527                armadillo_bits/fn_det.hpp \
528                armadillo_bits/fn_log_det.hpp \
529                armadillo_bits/fn_eig_sym.hpp \
530                armadillo_bits/fn_eig_gen.hpp \
531                armadillo_bits/fn_eig_pair.hpp \
532                armadillo_bits/fn_lu.hpp \
533                armadillo_bits/fn_zeros.hpp \
534                armadillo_bits/fn_ones.hpp \
535                armadillo_bits/fn_eye.hpp \
536                armadillo_bits/fn_misc.hpp \
537                armadillo_bits/fn_find.hpp \
538                armadillo_bits/fn_elem.hpp \
539                armadillo_bits/fn_norm.hpp \
540                armadillo_bits/fn_dot.hpp \
541                armadillo_bits/fn_randu.hpp \
542                armadillo_bits/fn_randn.hpp \
543                armadillo_bits/fn_trig.hpp \
544                armadillo_bits/fn_mean.hpp \
545                armadillo_bits/fn_median.hpp \
546                armadillo_bits/fn_stddev.hpp \
547                armadillo_bits/fn_var.hpp \
548                armadillo_bits/fn_sort.hpp \
549                armadillo_bits/fn_sort_index.hpp \
550                armadillo_bits/fn_strans.hpp \
551                armadillo_bits/fn_chol.hpp \
552                armadillo_bits/fn_qr.hpp \
553                armadillo_bits/fn_svd.hpp \
554                armadillo_bits/fn_solve.hpp \
555                armadillo_bits/fn_repmat.hpp \
556                armadillo_bits/fn_reshape.hpp \
557                armadillo_bits/fn_vectorise.hpp \
558                armadillo_bits/fn_resize.hpp \
559                armadillo_bits/fn_cov.hpp \
560                armadillo_bits/fn_cor.hpp \
561                armadillo_bits/fn_shuffle.hpp \
562                armadillo_bits/fn_prod.hpp \
563                armadillo_bits/fn_eps.hpp \
564                armadillo_bits/fn_pinv.hpp \
565                armadillo_bits/fn_rank.hpp \
566                armadillo_bits/fn_kron.hpp \
567                armadillo_bits/fn_flip.hpp \
568                armadillo_bits/fn_as_scalar.hpp \
569                armadillo_bits/fn_princomp.hpp \
570                armadillo_bits/fn_cross.hpp \
571                armadillo_bits/fn_join.hpp \
572                armadillo_bits/fn_conv.hpp \
573                armadillo_bits/fn_trunc_exp.hpp \
574                armadillo_bits/fn_trunc_log.hpp \
575                armadillo_bits/fn_toeplitz.hpp \
576                armadillo_bits/fn_trimat.hpp \
577                armadillo_bits/fn_cumsum.hpp \
578                armadillo_bits/fn_symmat.hpp \
579                armadillo_bits/fn_syl_lyap.hpp \
580                armadillo_bits/fn_hist.hpp \
581                armadillo_bits/fn_histc.hpp \
582                armadillo_bits/fn_unique.hpp \
583                armadillo_bits/fn_fft.hpp \
584                armadillo_bits/fn_fft2.hpp \
585                armadillo_bits/fn_any.hpp \
586                armadillo_bits/fn_all.hpp \
587                armadillo_bits/fn_size.hpp \
588                armadillo_bits/fn_numel.hpp \
589                armadillo_bits/fn_inplace_strans.hpp \
590                armadillo_bits/fn_inplace_trans.hpp \
591                armadillo_bits/fn_randi.hpp \
592                armadillo_bits/fn_randg.hpp \
593                armadillo_bits/fn_cond.hpp \
594                armadillo_bits/fn_normalise.hpp \
595                armadillo_bits/fn_clamp.hpp \
596                armadillo_bits/fn_expmat.hpp \
597                armadillo_bits/fn_nonzeros.hpp \
598                armadillo_bits/fn_interp1.hpp \
599                armadillo_bits/fn_speye.hpp \
600                armadillo_bits/fn_spones.hpp \
601                armadillo_bits/fn_sprandn.hpp \
602                armadillo_bits/fn_sprandu.hpp \
603                armadillo_bits/fn_eigs_sym.hpp \
604                armadillo_bits/fn_eigs_gen.hpp \
605                armadillo_bits/fn_norm_sparse.hpp \
606                armadillo_bits/fn_spsolve.hpp \
607                armadillo_bits/fn_svds.hpp \
608                armadillo_bits/hdf5_misc.hpp \
609                armadillo_bits/fft_engine.hpp \
610                armadillo_bits/gmm_misc_bones.hpp \
611                armadillo_bits/gmm_misc_meat.hpp \
612                armadillo_bits/gmm_diag_bones.hpp \
613                armadillo_bits/gmm_diag_meat.hpp \
614                armadillo_bits/mul_gemv.hpp \
615                armadillo_bits/mul_gemm.hpp \
616                armadillo_bits/mul_gemm_mixed.hpp \
617                armadillo_bits/mul_syrk.hpp \
618                armadillo_bits/mul_herk.hpp \
619                armadillo_bits/eop_core_meat.hpp \
620                armadillo_bits/eglue_core_meat.hpp \
621                armadillo_bits/cond_rel_meat.hpp \
622                armadillo_bits/arrayops_meat.hpp \
623                armadillo_bits/podarray_meat.hpp \
624                armadillo_bits/auxlib_meat.hpp \
625                armadillo_bits/sp_auxlib_meat.hpp \
626                armadillo_bits/injector_meat.hpp \
627                armadillo_bits/Mat_meat.hpp \
628                armadillo_bits/Col_meat.hpp \
629                armadillo_bits/Row_meat.hpp \
630                armadillo_bits/Cube_meat.hpp \
631                armadillo_bits/xvec_htrans_meat.hpp \
632                armadillo_bits/xtrans_mat_meat.hpp \
633                armadillo_bits/SizeMat_meat.hpp \
634                armadillo_bits/SizeCube_meat.hpp \
635                armadillo_bits/field_meat.hpp \
636                armadillo_bits/subview_meat.hpp \
637                armadillo_bits/subview_elem1_meat.hpp \
638                armadillo_bits/subview_elem2_meat.hpp \
639                armadillo_bits/subview_field_meat.hpp \
640                armadillo_bits/subview_cube_meat.hpp \
641                armadillo_bits/diagview_meat.hpp \
642                armadillo_bits/subview_each_meat.hpp \
643                armadillo_bits/SpValProxy_meat.hpp \
644                armadillo_bits/SpMat_meat.hpp \
645                armadillo_bits/SpMat_iterators_meat.hpp \
646                armadillo_bits/SpCol_meat.hpp \
647                armadillo_bits/SpRow_meat.hpp \
648                armadillo_bits/SpSubview_meat.hpp \
649                armadillo_bits/SpSubview_iterators_meat.hpp \
650                armadillo_bits/spdiagview_meat.hpp \
651                armadillo_bits/diskio_meat.hpp \
652                armadillo_bits/wall_clock_meat.hpp \
653                armadillo_bits/running_stat_meat.hpp \
654                armadillo_bits/running_stat_vec_meat.hpp \
655                armadillo_bits/op_diagmat_meat.hpp \
656                armadillo_bits/op_diagvec_meat.hpp \
657                armadillo_bits/op_dot_meat.hpp \
658                armadillo_bits/op_inv_meat.hpp \
659                armadillo_bits/op_htrans_meat.hpp \
660                armadillo_bits/op_max_meat.hpp \
661                armadillo_bits/op_min_meat.hpp \
662                armadillo_bits/op_mean_meat.hpp \
663                armadillo_bits/op_median_meat.hpp \
664                armadillo_bits/op_sort_meat.hpp \
665                armadillo_bits/op_sort_index_meat.hpp \
666                armadillo_bits/op_sum_meat.hpp \
667                armadillo_bits/op_stddev_meat.hpp \
668                armadillo_bits/op_strans_meat.hpp \
669                armadillo_bits/op_var_meat.hpp \
670                armadillo_bits/op_repmat_meat.hpp \
671                armadillo_bits/op_reshape_meat.hpp \
672                armadillo_bits/op_vectorise_meat.hpp \
673                armadillo_bits/op_resize_meat.hpp \
674                armadillo_bits/op_cov_meat.hpp \
675                armadillo_bits/op_cor_meat.hpp \
676                armadillo_bits/op_shuffle_meat.hpp \
677                armadillo_bits/op_prod_meat.hpp \
678                armadillo_bits/op_pinv_meat.hpp \
679                armadillo_bits/op_dotext_meat.hpp \
680                armadillo_bits/op_flip_meat.hpp \
681                armadillo_bits/op_princomp_meat.hpp \
682                armadillo_bits/op_misc_meat.hpp \
683                armadillo_bits/op_relational_meat.hpp \
684                armadillo_bits/op_find_meat.hpp \
685                armadillo_bits/op_chol_meat.hpp \
686                armadillo_bits/op_cx_scalar_meat.hpp \
687                armadillo_bits/op_trimat_meat.hpp \
688                armadillo_bits/op_cumsum_meat.hpp \
689                armadillo_bits/op_symmat_meat.hpp \
690                armadillo_bits/op_hist_meat.hpp \
691                armadillo_bits/op_unique_meat.hpp \
692                armadillo_bits/op_toeplitz_meat.hpp \
693                armadillo_bits/op_fft_meat.hpp \
694                armadillo_bits/op_any_meat.hpp \
695                armadillo_bits/op_all_meat.hpp \
696                armadillo_bits/op_normalise_meat.hpp \
697                armadillo_bits/op_clamp_meat.hpp \
698                armadillo_bits/op_expmat_meat.hpp \
699                armadillo_bits/op_nonzeros_meat.hpp \
700                armadillo_bits/glue_times_meat.hpp \
701                armadillo_bits/glue_mixed_meat.hpp \
702                armadillo_bits/glue_cov_meat.hpp \
703                armadillo_bits/glue_cor_meat.hpp \
704                armadillo_bits/glue_kron_meat.hpp \
705                armadillo_bits/glue_cross_meat.hpp \
706                armadillo_bits/glue_join_meat.hpp \
707                armadillo_bits/glue_relational_meat.hpp \
708                armadillo_bits/glue_solve_meat.hpp \
709                armadillo_bits/glue_conv_meat.hpp \
710                armadillo_bits/glue_toeplitz_meat.hpp \
711                armadillo_bits/glue_hist_meat.hpp \
712                armadillo_bits/glue_histc_meat.hpp \
713                armadillo_bits/glue_max_meat.hpp \
714                armadillo_bits/glue_min_meat.hpp \
715                armadillo_bits/spop_max_meat.hpp \
716                armadillo_bits/spop_min_meat.hpp \
717                armadillo_bits/spop_sum_meat.hpp \
718                armadillo_bits/spop_strans_meat.hpp \
719                armadillo_bits/spop_htrans_meat.hpp \
720                armadillo_bits/spop_misc_meat.hpp \
721                armadillo_bits/spop_mean_meat.hpp \
722                armadillo_bits/spop_var_meat.hpp \
723                armadillo_bits/spglue_plus_meat.hpp \
724                armadillo_bits/spglue_minus_meat.hpp \
725                armadillo_bits/spglue_times_meat.hpp \
726                armadillo_bits/spglue_join_meat.hpp \
727                armadillo_bits/compiler_setup_post.hpp
728        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.C
729
730main.o: main.C mainwindow.H \
731                formloadmatrix.H \
732                ui_formLoadMatrix.h \
733                formviewmatrix.H \
734                ui_formMatrixView.h \
735                formvariablesexogenas.h \
736                stackwidget.H \
737                accountwidget.H \
738                stackvariablesexogenas.h \
739                variableexogenawidget.h \
740                formexportmatrix.h
741        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.C
742
743formloadmatrix.o: formloadmatrix.C formloadmatrix.H \
744                ui_formLoadMatrix.h
745        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formloadmatrix.o formloadmatrix.C
746
747formviewmatrix.o: formviewmatrix.C formviewmatrix.H \
748                ui_formMatrixView.h
749        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formviewmatrix.o formviewmatrix.C
750
751stackwidget.o: stackwidget.C stackwidget.H \
752                accountwidget.H
753        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o stackwidget.o stackwidget.C
754
755accountwidget.o: accountwidget.C accountwidget.H
756        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o accountwidget.o accountwidget.C
757
758formvariablesexogenas.o: formvariablesexogenas.cpp formvariablesexogenas.h \
759                ui_formvariablesexogenas.h
760        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formvariablesexogenas.o formvariablesexogenas.cpp
761
762stackvariablesexogenas.o: stackvariablesexogenas.cpp stackvariablesexogenas.h \
763                variableexogenawidget.h
764        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o stackvariablesexogenas.o stackvariablesexogenas.cpp
765
766variableexogenawidget.o: variableexogenawidget.cpp variableexogenawidget.h
767        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o variableexogenawidget.o variableexogenawidget.cpp
768
769formexportmatrix.o: formexportmatrix.cpp formexportmatrix.h \
770                ui_formexportmatrix.h
771        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formexportmatrix.o formexportmatrix.cpp
772
773moc_mainwindow.o: moc_mainwindow.cpp
774        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
775
776moc_formloadmatrix.o: moc_formloadmatrix.cpp
777        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formloadmatrix.o moc_formloadmatrix.cpp
778
779moc_formviewmatrix.o: moc_formviewmatrix.cpp
780        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formviewmatrix.o moc_formviewmatrix.cpp
781
782moc_stackwidget.o: moc_stackwidget.cpp
783        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stackwidget.o moc_stackwidget.cpp
784
785moc_accountwidget.o: moc_accountwidget.cpp
786        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_accountwidget.o moc_accountwidget.cpp
787
788moc_formvariablesexogenas.o: moc_formvariablesexogenas.cpp
789        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formvariablesexogenas.o moc_formvariablesexogenas.cpp
790
791moc_stackvariablesexogenas.o: moc_stackvariablesexogenas.cpp
792        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stackvariablesexogenas.o moc_stackvariablesexogenas.cpp
793
794moc_variableexogenawidget.o: moc_variableexogenawidget.cpp
795        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_variableexogenawidget.o moc_variableexogenawidget.cpp
796
797moc_formexportmatrix.o: moc_formexportmatrix.cpp
798        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formexportmatrix.o moc_formexportmatrix.cpp
799
800####### Install
801
802install:   FORCE
803
804uninstall:   FORCE
805
806FORCE:
807
Note: See TracBrowser for help on using the repository browser.