@@ -1,6 +1,6 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: bin/fsw |
|
3 |
# Generated by qmake (2.01a) (Qt 4.8.6) on: Mon May 26 1 |
|
|
3 | # Generated by qmake (2.01a) (Qt 4.8.6) on: Mon May 26 15:36:46 2014 | |
|
4 | 4 | # Project: fsw-qt.pro |
|
5 | 5 | # Template: app |
|
6 | 6 | # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro |
@@ -13,7 +13,7 CXX = sparc-rtems-g++ | |||
|
13 | 13 | DEFINES = -DSW_VERSION_N1=1 -DSW_VERSION_N2=0 -DSW_VERSION_N3=0 -DSW_VERSION_N4=7 -DPRINT_MESSAGES_ON_CONSOLE |
|
14 | 14 | CFLAGS = -pipe -O3 -Wall $(DEFINES) |
|
15 | 15 | CXXFLAGS = -pipe -O3 -Wall $(DEFINES) |
|
16 |
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header -I../header/processing -I../src/ |
|
|
16 | INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header -I../header/processing -I../src/LFR_basic-parameters | |
|
17 | 17 | LINK = sparc-rtems-g++ |
|
18 | 18 | LFLAGS = |
|
19 | 19 | LIBS = $(SUBLIBS) |
@@ -52,12 +52,12 SOURCES = ../src/wf_handler.c \ | |||
|
52 | 52 | ../src/tc_load_dump_parameters.c \ |
|
53 | 53 | ../src/tm_lfr_tc_exe.c \ |
|
54 | 54 | ../src/tc_acceptance.c \ |
|
55 | ../src/basic_parameters/basic_parameters.c \ | |
|
56 | 55 | ../src/processing/fsw_processing.c \ |
|
57 | 56 | ../src/processing/avf0_prc0.c \ |
|
58 | 57 | ../src/processing/avf1_prc1.c \ |
|
59 | 58 | ../src/processing/avf2_prc2.c \ |
|
60 | ../src/lfr_cpu_usage_report.c | |
|
59 | ../src/lfr_cpu_usage_report.c \ | |
|
60 | ../src/LFR_basic-parameters/basic_parameters.c | |
|
61 | 61 | OBJECTS = obj/wf_handler.o \ |
|
62 | 62 | obj/tc_handler.o \ |
|
63 | 63 | obj/fsw_misc.o \ |
@@ -67,12 +67,12 OBJECTS = obj/wf_handler.o \ | |||
|
67 | 67 | obj/tc_load_dump_parameters.o \ |
|
68 | 68 | obj/tm_lfr_tc_exe.o \ |
|
69 | 69 | obj/tc_acceptance.o \ |
|
70 | obj/basic_parameters.o \ | |
|
71 | 70 | obj/fsw_processing.o \ |
|
72 | 71 | obj/avf0_prc0.o \ |
|
73 | 72 | obj/avf1_prc1.o \ |
|
74 | 73 | obj/avf2_prc2.o \ |
|
75 | obj/lfr_cpu_usage_report.o | |
|
74 | obj/lfr_cpu_usage_report.o \ | |
|
75 | obj/basic_parameters.o | |
|
76 | 76 | DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \ |
|
77 | 77 | /usr/lib64/qt4/mkspecs/common/linux.conf \ |
|
78 | 78 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ |
@@ -245,10 +245,6 obj/tm_lfr_tc_exe.o: ../src/tm_lfr_tc_ex | |||
|
245 | 245 | obj/tc_acceptance.o: ../src/tc_acceptance.c |
|
246 | 246 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/tc_acceptance.o ../src/tc_acceptance.c |
|
247 | 247 | |
|
248 | obj/basic_parameters.o: ../src/basic_parameters/basic_parameters.c ../src/basic_parameters/basic_parameters.h \ | |
|
249 | ../src/basic_parameters/basic_parameters_params.h | |
|
250 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/basic_parameters.o ../src/basic_parameters/basic_parameters.c | |
|
251 | ||
|
252 | 248 | obj/fsw_processing.o: ../src/processing/fsw_processing.c |
|
253 | 249 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/fsw_processing.o ../src/processing/fsw_processing.c |
|
254 | 250 | |
@@ -264,6 +260,9 obj/avf2_prc2.o: ../src/processing/avf2_ | |||
|
264 | 260 | obj/lfr_cpu_usage_report.o: ../src/lfr_cpu_usage_report.c |
|
265 | 261 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/lfr_cpu_usage_report.o ../src/lfr_cpu_usage_report.c |
|
266 | 262 | |
|
263 | obj/basic_parameters.o: ../src/LFR_basic-parameters/basic_parameters.c | |
|
264 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/basic_parameters.o ../src/LFR_basic-parameters/basic_parameters.c | |
|
265 | ||
|
267 | 266 | ####### Install |
|
268 | 267 | |
|
269 | 268 | install: FORCE |
@@ -51,7 +51,7 INCLUDEPATH += \ | |||
|
51 | 51 | ../src \ |
|
52 | 52 | ../header \ |
|
53 | 53 | ../header/processing \ |
|
54 |
../src/ |
|
|
54 | ../src/LFR_basic-parameters | |
|
55 | 55 | |
|
56 | 56 | SOURCES += \ |
|
57 | 57 | ../src/wf_handler.c \ |
@@ -63,12 +63,12 SOURCES += \ | |||
|
63 | 63 | ../src/tc_load_dump_parameters.c \ |
|
64 | 64 | ../src/tm_lfr_tc_exe.c \ |
|
65 | 65 | ../src/tc_acceptance.c \ |
|
66 | ../src/basic_parameters/basic_parameters.c \ | |
|
67 | 66 | ../src/processing/fsw_processing.c \ |
|
68 | 67 | ../src/processing/avf0_prc0.c \ |
|
69 | 68 | ../src/processing/avf1_prc1.c \ |
|
70 | 69 | ../src/processing/avf2_prc2.c \ |
|
71 | ../src/lfr_cpu_usage_report.c | |
|
70 | ../src/lfr_cpu_usage_report.c \ | |
|
71 | ../src/LFR_basic-parameters/basic_parameters.c | |
|
72 | 72 | |
|
73 | 73 | HEADERS += \ |
|
74 | 74 | ../header/wf_handler.h \ |
@@ -83,12 +83,13 HEADERS += \ | |||
|
83 | 83 | ../header/tm_lfr_tc_exe.h \ |
|
84 | 84 | ../header/tc_acceptance.h \ |
|
85 | 85 | ../header/fsw_params_nb_bytes.h \ |
|
86 | ../src/basic_parameters/basic_parameters.h \ | |
|
87 | 86 | ../header/fsw_params_processing.h \ |
|
88 | 87 | ../header/processing/fsw_processing.h \ |
|
89 | 88 | ../header/processing/avf0_prc0.h \ |
|
90 | 89 | ../header/processing/avf1_prc1.h \ |
|
91 | 90 | ../header/processing/avf2_prc2.h \ |
|
92 | 91 | ../header/fsw_params_wf_handler.h \ |
|
93 | ../header/lfr_cpu_usage_report.h | |
|
92 | ../header/lfr_cpu_usage_report.h \ | |
|
93 | ../src/LFR_basic-parameters/basic_parameters.h \ | |
|
94 | ../src/LFR_basic-parameters/basic_parameters_params.h | |
|
94 | 95 |
General Comments 0
You need to be logged in to leave comments.
Login now