source: mmcs/Makefile @ 8ad4484

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

Avance del proyecto 60%

  • Property mode set to 100644
File size: 28.4 KB
Line 
1#############################################################################
2# Makefile for building: SMSAM
3# Generated by qmake (2.01a) (Qt 4.8.2) on: Tue Jul 14 09:39:11 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 -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.
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 moc_mainwindow.cpp \
55                moc_formloadmatrix.cpp \
56                moc_formviewmatrix.cpp \
57                moc_stackwidget.cpp \
58                moc_accountwidget.cpp \
59                moc_formvariablesexogenas.cpp \
60                moc_stackvariablesexogenas.cpp \
61                moc_variableexogenawidget.cpp
62OBJECTS       = mainwindow.o \
63                main.o \
64                formloadmatrix.o \
65                formviewmatrix.o \
66                stackwidget.o \
67                accountwidget.o \
68                formvariablesexogenas.o \
69                stackvariablesexogenas.o \
70                variableexogenawidget.o \
71                moc_mainwindow.o \
72                moc_formloadmatrix.o \
73                moc_formviewmatrix.o \
74                moc_stackwidget.o \
75                moc_accountwidget.o \
76                moc_formvariablesexogenas.o \
77                moc_stackvariablesexogenas.o \
78                moc_variableexogenawidget.o
79DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
80                /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 \
85                /usr/share/qt4/mkspecs/qconfig.pri \
86                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
87                /usr/share/qt4/mkspecs/features/qt_functions.prf \
88                /usr/share/qt4/mkspecs/features/qt_config.prf \
89                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
90                /usr/share/qt4/mkspecs/features/default_pre.prf \
91                /usr/share/qt4/mkspecs/features/release.prf \
92                /usr/share/qt4/mkspecs/features/default_post.prf \
93                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
94                /usr/share/qt4/mkspecs/features/warn_on.prf \
95                /usr/share/qt4/mkspecs/features/qt.prf \
96                /usr/share/qt4/mkspecs/features/unix/thread.prf \
97                /usr/share/qt4/mkspecs/features/moc.prf \
98                /usr/share/qt4/mkspecs/features/resources.prf \
99                /usr/share/qt4/mkspecs/features/uic.prf \
100                /usr/share/qt4/mkspecs/features/yacc.prf \
101                /usr/share/qt4/mkspecs/features/lex.prf \
102                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
103                SMSAM.pro
104QMAKE_TARGET  = SMSAM
105DESTDIR       = 
106TARGET        = SMSAM
107
108first: all
109####### Implicit rules
110
111.SUFFIXES: .o .c .cpp .cc .cxx .C
112
113.cpp.o:
114        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
115
116.cc.o:
117        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
118
119.cxx.o:
120        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
121
122.C.o:
123        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
124
125.c.o:
126        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
127
128####### Build rules
129
130all: Makefile $(TARGET)
131
132$(TARGET): ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h $(OBJECTS) 
133        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
134
135Makefile: SMSAM.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
136                /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 \
141                /usr/share/qt4/mkspecs/qconfig.pri \
142                /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
143                /usr/share/qt4/mkspecs/features/qt_functions.prf \
144                /usr/share/qt4/mkspecs/features/qt_config.prf \
145                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
146                /usr/share/qt4/mkspecs/features/default_pre.prf \
147                /usr/share/qt4/mkspecs/features/release.prf \
148                /usr/share/qt4/mkspecs/features/default_post.prf \
149                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
150                /usr/share/qt4/mkspecs/features/warn_on.prf \
151                /usr/share/qt4/mkspecs/features/qt.prf \
152                /usr/share/qt4/mkspecs/features/unix/thread.prf \
153                /usr/share/qt4/mkspecs/features/moc.prf \
154                /usr/share/qt4/mkspecs/features/resources.prf \
155                /usr/share/qt4/mkspecs/features/uic.prf \
156                /usr/share/qt4/mkspecs/features/yacc.prf \
157                /usr/share/qt4/mkspecs/features/lex.prf \
158                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
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
162/usr/share/qt4/mkspecs/common/unix.conf:
163/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:
168/usr/share/qt4/mkspecs/qconfig.pri:
169/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
170/usr/share/qt4/mkspecs/features/qt_functions.prf:
171/usr/share/qt4/mkspecs/features/qt_config.prf:
172/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
173/usr/share/qt4/mkspecs/features/default_pre.prf:
174/usr/share/qt4/mkspecs/features/release.prf:
175/usr/share/qt4/mkspecs/features/default_post.prf:
176/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
177/usr/share/qt4/mkspecs/features/warn_on.prf:
178/usr/share/qt4/mkspecs/features/qt.prf:
179/usr/share/qt4/mkspecs/features/unix/thread.prf:
180/usr/share/qt4/mkspecs/features/moc.prf:
181/usr/share/qt4/mkspecs/features/resources.prf:
182/usr/share/qt4/mkspecs/features/uic.prf:
183/usr/share/qt4/mkspecs/features/yacc.prf:
184/usr/share/qt4/mkspecs/features/lex.prf:
185/usr/share/qt4/mkspecs/features/include_source_dir.prf:
186/usr/lib/x86_64-linux-gnu/libQtGui.prl:
187/usr/lib/x86_64-linux-gnu/libQtCore.prl:
188qmake:  FORCE
189        @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile SMSAM.pro
190
191dist: 
192        @$(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
194
195
196clean:compiler_clean
197        -$(DEL_FILE) $(OBJECTS)
198        -$(DEL_FILE) *~ core *.core
199
200
201####### Sub-libraries
202
203distclean: clean
204        -$(DEL_FILE) $(TARGET) 
205        -$(DEL_FILE) Makefile
206
207
208check: first
209
210mocclean: compiler_moc_header_clean compiler_moc_source_clean
211
212mocables: compiler_moc_header_make_all compiler_moc_source_make_all
213
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
215compiler_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
217moc_mainwindow.cpp: formloadmatrix.H \
218                ui_formLoadMatrix.h \
219                formviewmatrix.H \
220                ui_formMatrixView.h \
221                formvariablesexogenas.h \
222                stackwidget.H \
223                accountwidget.H \
224                stackvariablesexogenas.h \
225                variableexogenawidget.h \
226                mainwindow.H
227        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) mainwindow.H -o moc_mainwindow.cpp
228
229moc_formloadmatrix.cpp: ui_formLoadMatrix.h \
230                formloadmatrix.H
231        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formloadmatrix.H -o moc_formloadmatrix.cpp
232
233moc_formviewmatrix.cpp: ui_formMatrixView.h \
234                formviewmatrix.H
235        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) formviewmatrix.H -o moc_formviewmatrix.cpp
236
237moc_stackwidget.cpp: accountwidget.H \
238                stackwidget.H
239        /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) stackwidget.H -o moc_stackwidget.cpp
240
241moc_accountwidget.cpp: accountwidget.H
242        /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
253
254compiler_rcc_make_all:
255compiler_rcc_clean:
256compiler_image_collection_make_all: qmake_image_collection.cpp
257compiler_image_collection_clean:
258        -$(DEL_FILE) qmake_image_collection.cpp
259compiler_moc_source_make_all:
260compiler_moc_source_clean:
261compiler_uic_make_all: ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
262compiler_uic_clean:
263        -$(DEL_FILE) ui_formLoadMatrix.h ui_formMatrixView.h ui_formvariablesexogenas.h
264ui_formLoadMatrix.h: formLoadMatrix.ui
265        /usr/bin/uic-qt4 formLoadMatrix.ui -o ui_formLoadMatrix.h
266
267ui_formMatrixView.h: formMatrixView.ui
268        /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
272
273compiler_yacc_decl_make_all:
274compiler_yacc_decl_clean:
275compiler_yacc_impl_make_all:
276compiler_yacc_impl_clean:
277compiler_lex_make_all:
278compiler_lex_clean:
279compiler_clean: compiler_moc_header_clean compiler_uic_clean
280
281####### Compile
282
283mainwindow.o: mainwindow.C mainwindow.H \
284                formloadmatrix.H \
285                ui_formLoadMatrix.h \
286                formviewmatrix.H \
287                ui_formMatrixView.h \
288                formvariablesexogenas.h \
289                stackwidget.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
716        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.C
717
718main.o: main.C mainwindow.H \
719                formloadmatrix.H \
720                ui_formLoadMatrix.h \
721                formviewmatrix.H \
722                ui_formMatrixView.h \
723                formvariablesexogenas.h \
724                stackwidget.H \
725                accountwidget.H \
726                stackvariablesexogenas.h \
727                variableexogenawidget.h
728        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.C
729
730formloadmatrix.o: formloadmatrix.C formloadmatrix.H \
731                ui_formLoadMatrix.h
732        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formloadmatrix.o formloadmatrix.C
733
734formviewmatrix.o: formviewmatrix.C formviewmatrix.H \
735                ui_formMatrixView.h
736        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o formviewmatrix.o formviewmatrix.C
737
738stackwidget.o: stackwidget.C stackwidget.H \
739                accountwidget.H
740        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o stackwidget.o stackwidget.C
741
742accountwidget.o: accountwidget.C accountwidget.H
743        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o accountwidget.o accountwidget.C
744
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
756moc_mainwindow.o: moc_mainwindow.cpp
757        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
758
759moc_formloadmatrix.o: moc_formloadmatrix.cpp
760        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formloadmatrix.o moc_formloadmatrix.cpp
761
762moc_formviewmatrix.o: moc_formviewmatrix.cpp
763        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_formviewmatrix.o moc_formviewmatrix.cpp
764
765moc_stackwidget.o: moc_stackwidget.cpp
766        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stackwidget.o moc_stackwidget.cpp
767
768moc_accountwidget.o: moc_accountwidget.cpp
769        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_accountwidget.o moc_accountwidget.cpp
770
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
780####### Install
781
782install:   FORCE
783
784uninstall:   FORCE
785
786FORCE:
787
Note: See TracBrowser for help on using the repository browser.