|
@@
-1,6
+1,6
|
|
1
|
#############################################################################
|
|
1
|
#############################################################################
|
|
2
|
# Makefile for building: bin/fsw-gsa
|
|
2
|
# Makefile for building: bin/fsw
|
|
3
|
# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jul 5 12:17:39 2013
|
|
3
|
# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jul 5 13:40:45 2013
|
|
4
|
# Project: fsw-qt.pro
|
|
4
|
# Project: fsw-qt.pro
|
|
5
|
# Template: app
|
|
5
|
# Template: app
|
|
6
|
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
|
|
6
|
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
|
|
@@
-10,7
+10,7
|
|
10
|
|
|
10
|
|
|
11
|
CC = sparc-rtems-gcc
|
|
11
|
CC = sparc-rtems-gcc
|
|
12
|
CXX = sparc-rtems-g++
|
|
12
|
CXX = sparc-rtems-g++
|
|
13
|
DEFINES = -DSW_VERSION_N1=0 -DSW_VERSION_N2=0 -DSW_VERSION_N3=0 -DSW_VERSION_N4=6 -DPRINT_MESSAGES_ON_CONSOLE -DGSA
|
|
13
|
DEFINES = -DSW_VERSION_N1=0 -DSW_VERSION_N2=0 -DSW_VERSION_N3=0 -DSW_VERSION_N4=6 -DPRINT_MESSAGES_ON_CONSOLE
|
|
14
|
CFLAGS = -pipe -O3 -Wall $(DEFINES)
|
|
14
|
CFLAGS = -pipe -O3 -Wall $(DEFINES)
|
|
15
|
CXXFLAGS = -pipe -O3 -Wall $(DEFINES)
|
|
15
|
CXXFLAGS = -pipe -O3 -Wall $(DEFINES)
|
|
16
|
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header
|
|
16
|
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header
|
|
@@
-78,9
+78,9
DIST = /usr/lib64/qt4/mkspecs/c
|
|
78
|
/usr/lib64/qt4/mkspecs/features/lex.prf \
|
|
78
|
/usr/lib64/qt4/mkspecs/features/lex.prf \
|
|
79
|
/usr/lib64/qt4/mkspecs/features/include_source_dir.prf \
|
|
79
|
/usr/lib64/qt4/mkspecs/features/include_source_dir.prf \
|
|
80
|
fsw-qt.pro
|
|
80
|
fsw-qt.pro
|
|
81
|
QMAKE_TARGET = fsw-gsa
|
|
81
|
QMAKE_TARGET = fsw
|
|
82
|
DESTDIR = bin/
|
|
82
|
DESTDIR = bin/
|
|
83
|
TARGET = bin/fsw-gsa
|
|
83
|
TARGET = bin/fsw
|
|
84
|
|
|
84
|
|
|
85
|
first: all
|
|
85
|
first: all
|
|
86
|
####### Implicit rules
|
|
86
|
####### Implicit rules
|
|
@@
-159,8
+159,8
qmake: FORCE
|
|
159
|
@$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
|
|
159
|
@$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
|
|
160
|
|
|
160
|
|
|
161
|
dist:
|
|
161
|
dist:
|
|
162
|
@$(CHK_DIR_EXISTS) obj/fsw-gsa1.0.0 || $(MKDIR) obj/fsw-gsa1.0.0
|
|
162
|
@$(CHK_DIR_EXISTS) obj/fsw1.0.0 || $(MKDIR) obj/fsw1.0.0
|
|
163
|
$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/fsw-gsa1.0.0/ && (cd `dirname obj/fsw-gsa1.0.0` && $(TAR) fsw-gsa1.0.0.tar fsw-gsa1.0.0 && $(COMPRESS) fsw-gsa1.0.0.tar) && $(MOVE) `dirname obj/fsw-gsa1.0.0`/fsw-gsa1.0.0.tar.gz . && $(DEL_FILE) -r obj/fsw-gsa1.0.0
|
|
163
|
$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/fsw1.0.0/ && (cd `dirname obj/fsw1.0.0` && $(TAR) fsw1.0.0.tar fsw1.0.0 && $(COMPRESS) fsw1.0.0.tar) && $(MOVE) `dirname obj/fsw1.0.0`/fsw1.0.0.tar.gz . && $(DEL_FILE) -r obj/fsw1.0.0
|
|
164
|
|
|
164
|
|
|
165
|
|
|
165
|
|
|
166
|
clean:compiler_clean
|
|
166
|
clean:compiler_clean
|