| Line -... |
Line 1... |
| - |
|
1 |
#############################################################################
|
| 1 |
SRC = ages.c check.c config.c dcheck.c disqual.c legtime.c \
|
2 |
# Makefile for building: MaraQt3
|
| 2 |
mara.c menudrv.c print.c report.c teamupd.c times.c \
|
3 |
# Generated by qmake (2.01a) (Qt 4.6.3) on: Tue 15. Jun 17:53:38 2010
|
| - |
|
4 |
# Project: MaraQt3.pro
|
| 3 |
upload.c vduW32.c
|
5 |
# Template: app
|
| - |
|
6 |
# Command: c:\qt\2010.03\qt\bin\qmake.exe -spec ..\..\Qt\2010.03\qt\mkspecs\win32-g++ -win32 -o Makefile MaraQt3.pro
|
| - |
|
7 |
#############################################################################
|
| 4 |
|
8 |
|
| - |
|
9 |
first: debug
|
| - |
|
10 |
install: debug-install
|
| 5 |
HDRS = consts.h proto.h structs.h
|
11 |
uninstall: debug-uninstall
|
| 6 |
|
- |
|
| 7 |
OBJS = $(SRC:.c=.o)
|
12 |
MAKEFILE = Makefile
|
| 8 |
|
- |
|
| - |
|
13 |
QMAKE = c:\qt\2010.03\qt\bin\qmake.exe
|
| 9 |
EXE = mara.exe
|
14 |
DEL_FILE = del
|
| - |
|
15 |
CHK_DIR_EXISTS= if not exist
|
| - |
|
16 |
MKDIR = mkdir
|
| - |
|
17 |
COPY = copy /y
|
| - |
|
18 |
COPY_FILE = $(COPY)
|
| - |
|
19 |
COPY_DIR = xcopy /s /q /y /i
|
| - |
|
20 |
INSTALL_FILE = $(COPY_FILE)
|
| - |
|
21 |
INSTALL_PROGRAM = $(COPY_FILE)
|
| - |
|
22 |
INSTALL_DIR = $(COPY_DIR)
|
| 10 |
GETTIME = gettime.exe
|
23 |
DEL_FILE = del
|
| 11 |
|
- |
|
| 12 |
DEBUG =
|
24 |
SYMLINK =
|
| 13 |
DEBUG += -g
|
25 |
DEL_DIR = rmdir
|
| - |
|
26 |
MOVE = move
|
| 14 |
CFLAGS += -mno-cygwin -Wall $(DEBUG)
|
27 |
CHK_DIR_EXISTS= if not exist
|
| - |
|
28 |
MKDIR = mkdir
|
| - |
|
29 |
SUBTARGETS = \
|
| - |
|
30 |
debug \
|
| - |
|
31 |
release
|
| 15 |
|
32 |
|
| - |
|
33 |
debug: $(MAKEFILE).Debug FORCE
|
| - |
|
34 |
$(MAKE) -f $(MAKEFILE).Debug
|
| - |
|
35 |
debug-make_default: $(MAKEFILE).Debug FORCE
|
| - |
|
36 |
$(MAKE) -f $(MAKEFILE).Debug
|
| - |
|
37 |
debug-make_first: $(MAKEFILE).Debug FORCE
|
| - |
|
38 |
$(MAKE) -f $(MAKEFILE).Debug first
|
| - |
|
39 |
debug-all: $(MAKEFILE).Debug FORCE
|
| - |
|
40 |
$(MAKE) -f $(MAKEFILE).Debug all
|
| - |
|
41 |
debug-clean: $(MAKEFILE).Debug FORCE
|
| - |
|
42 |
$(MAKE) -f $(MAKEFILE).Debug clean
|
| - |
|
43 |
debug-distclean: $(MAKEFILE).Debug FORCE
|
| 16 |
ISCC = /c/Program\ Files/Inno\ Setup\ 4/iscc.exe
|
44 |
$(MAKE) -f $(MAKEFILE).Debug distclean
|
| 17 |
|
- |
|
| - |
|
45 |
debug-install: $(MAKEFILE).Debug FORCE
|
| - |
|
46 |
$(MAKE) -f $(MAKEFILE).Debug install
|
| - |
|
47 |
debug-uninstall: $(MAKEFILE).Debug FORCE
|
| - |
|
48 |
$(MAKE) -f $(MAKEFILE).Debug uninstall
|
| - |
|
49 |
release: $(MAKEFILE).Release FORCE
|
| 18 |
$(EXE) : $(OBJS)
|
50 |
$(MAKE) -f $(MAKEFILE).Release
|
| - |
|
51 |
release-make_default: $(MAKEFILE).Release FORCE
|
| - |
|
52 |
$(MAKE) -f $(MAKEFILE).Release
|
| - |
|
53 |
release-make_first: $(MAKEFILE).Release FORCE
|
| - |
|
54 |
$(MAKE) -f $(MAKEFILE).Release first
|
| - |
|
55 |
release-all: $(MAKEFILE).Release FORCE
|
| 19 |
gcc -mno-cygwin -o $(EXE) $(OBJS)
|
56 |
$(MAKE) -f $(MAKEFILE).Release all
|
| - |
|
57 |
release-clean: $(MAKEFILE).Release FORCE
|
| - |
|
58 |
$(MAKE) -f $(MAKEFILE).Release clean
|
| - |
|
59 |
release-distclean: $(MAKEFILE).Release FORCE
|
| - |
|
60 |
$(MAKE) -f $(MAKEFILE).Release distclean
|
| - |
|
61 |
release-install: $(MAKEFILE).Release FORCE
|
| - |
|
62 |
$(MAKE) -f $(MAKEFILE).Release install
|
| - |
|
63 |
release-uninstall: $(MAKEFILE).Release FORCE
|
| - |
|
64 |
$(MAKE) -f $(MAKEFILE).Release uninstall
|
| 20 |
|
65 |
|
| - |
|
66 |
Makefile: MaraQt3.pro ../../Qt/2010.03/qt/mkspecs/win32-g++/qmake.conf ../../Qt/2010.03/qt/mkspecs/qconfig.pri \
|
| - |
|
67 |
../../Qt/2010.03/qt/mkspecs/features/qt_functions.prf \
|
| - |
|
68 |
../../Qt/2010.03/qt/mkspecs/features/qt_config.prf \
|
| - |
|
69 |
../../Qt/2010.03/qt/mkspecs/features/exclusive_builds.prf \
|
| - |
|
70 |
../../Qt/2010.03/qt/mkspecs/features/default_pre.prf \
|
| - |
|
71 |
../../Qt/2010.03/qt/mkspecs/features/win32/default_pre.prf \
|
| - |
|
72 |
../../Qt/2010.03/qt/mkspecs/features/debug.prf \
|
| - |
|
73 |
../../Qt/2010.03/qt/mkspecs/features/debug_and_release.prf \
|
| - |
|
74 |
../../Qt/2010.03/qt/mkspecs/features/default_post.prf \
|
| - |
|
75 |
../../Qt/2010.03/qt/mkspecs/features/win32/default_post.prf \
|
| - |
|
76 |
../../Qt/2010.03/qt/mkspecs/features/win32/rtti.prf \
|
| - |
|
77 |
../../Qt/2010.03/qt/mkspecs/features/win32/exceptions.prf \
|
| - |
|
78 |
../../Qt/2010.03/qt/mkspecs/features/win32/stl.prf \
|
| - |
|
79 |
../../Qt/2010.03/qt/mkspecs/features/shared.prf \
|
| - |
|
80 |
../../Qt/2010.03/qt/mkspecs/features/warn_on.prf \
|
| - |
|
81 |
../../Qt/2010.03/qt/mkspecs/features/qt.prf \
|
| - |
|
82 |
../../Qt/2010.03/qt/mkspecs/features/win32/thread.prf \
|
| - |
|
83 |
../../Qt/2010.03/qt/mkspecs/features/moc.prf \
|
| - |
|
84 |
../../Qt/2010.03/qt/mkspecs/features/win32/windows.prf \
|
| - |
|
85 |
../../Qt/2010.03/qt/mkspecs/features/resources.prf \
|
| - |
|
86 |
../../Qt/2010.03/qt/mkspecs/features/uic.prf \
|
| - |
|
87 |
../../Qt/2010.03/qt/mkspecs/features/yacc.prf \
|
| - |
|
88 |
../../Qt/2010.03/qt/mkspecs/features/lex.prf \
|
| - |
|
89 |
../../Qt/2010.03/qt/mkspecs/features/include_source_dir.prf \
|
| - |
|
90 |
c:/Qt/2010.03/qt/lib/qtmaind.prl
|
| - |
|
91 |
$(QMAKE) -spec ..\..\Qt\2010.03\qt\mkspecs\win32-g++ -win32 -o Makefile MaraQt3.pro
|
| - |
|
92 |
..\..\Qt\2010.03\qt\mkspecs\qconfig.pri:
|
| - |
|
93 |
..\..\Qt\2010.03\qt\mkspecs\features\qt_functions.prf:
|
| - |
|
94 |
..\..\Qt\2010.03\qt\mkspecs\features\qt_config.prf:
|
| - |
|
95 |
..\..\Qt\2010.03\qt\mkspecs\features\exclusive_builds.prf:
|
| - |
|
96 |
..\..\Qt\2010.03\qt\mkspecs\features\default_pre.prf:
|
| - |
|
97 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\default_pre.prf:
|
| - |
|
98 |
..\..\Qt\2010.03\qt\mkspecs\features\debug.prf:
|
| - |
|
99 |
..\..\Qt\2010.03\qt\mkspecs\features\debug_and_release.prf:
|
| - |
|
100 |
..\..\Qt\2010.03\qt\mkspecs\features\default_post.prf:
|
| - |
|
101 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\default_post.prf:
|
| - |
|
102 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\rtti.prf:
|
| - |
|
103 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\exceptions.prf:
|
| - |
|
104 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\stl.prf:
|
| - |
|
105 |
..\..\Qt\2010.03\qt\mkspecs\features\shared.prf:
|
| - |
|
106 |
..\..\Qt\2010.03\qt\mkspecs\features\warn_on.prf:
|
| - |
|
107 |
..\..\Qt\2010.03\qt\mkspecs\features\qt.prf:
|
| - |
|
108 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\thread.prf:
|
| - |
|
109 |
..\..\Qt\2010.03\qt\mkspecs\features\moc.prf:
|
| - |
|
110 |
..\..\Qt\2010.03\qt\mkspecs\features\win32\windows.prf:
|
| - |
|
111 |
..\..\Qt\2010.03\qt\mkspecs\features\resources.prf:
|
| - |
|
112 |
..\..\Qt\2010.03\qt\mkspecs\features\uic.prf:
|
| - |
|
113 |
..\..\Qt\2010.03\qt\mkspecs\features\yacc.prf:
|
| - |
|
114 |
..\..\Qt\2010.03\qt\mkspecs\features\lex.prf:
|
| - |
|
115 |
..\..\Qt\2010.03\qt\mkspecs\features\include_source_dir.prf:
|
| - |
|
116 |
c:\Qt\2010.03\qt\lib\qtmaind.prl:
|
| 21 |
$(OBJS) : $(HDRS) makefile
|
117 |
qmake: qmake_all FORCE
|
| - |
|
118 |
@$(QMAKE) -spec ..\..\Qt\2010.03\qt\mkspecs\win32-g++ -win32 -o Makefile MaraQt3.pro
|
| 22 |
|
119 |
|
| 23 |
$(GETTIME) : gettime.c
|
120 |
qmake_all: FORCE
|
| 24 |
gcc -o $(GETTIME) gettime.c
|
- |
|
| 25 |
|
121 |
|
| - |
|
122 |
make_default: debug-make_default release-make_default FORCE
|
| - |
|
123 |
make_first: debug-make_first release-make_first FORCE
|
| 26 |
.PHONY : clean
|
124 |
all: debug-all release-all FORCE
|
| 27 |
clean :
|
125 |
clean: debug-clean release-clean FORCE
|
| 28 |
rm -f $(OBJS)
|
126 |
distclean: debug-distclean release-distclean FORCE
|
| 29 |
rm -f _Mara.iss
|
127 |
-$(DEL_FILE) Makefile
|
| 30 |
|
128 |
|
| 31 |
.PHONY : all
|
129 |
check: first
|
| 32 |
all : clean $(EXE) release
|
- |
|
| 33 |
|
130 |
|
| - |
|
131 |
debug-mocclean: $(MAKEFILE).Debug
|
| 34 |
.PHONY : very_clean
|
132 |
$(MAKE) -f $(MAKEFILE).Debug mocclean
|
| 35 |
very_clean:
|
133 |
release-mocclean: $(MAKEFILE).Release
|
| 36 |
-rm -f *.o *.OBJ BRMR.?? BRMR.FIN BRMR.NAM BRMR*.HTM
|
134 |
$(MAKE) -f $(MAKEFILE).Release mocclean
|
| 37 |
-rm -f brmr_* *.err Errs.* *.stackdump leg[12345] Sleg[12345]
|
135 |
mocclean: debug-mocclean release-mocclean
|
| 38 |
|
136 |
|
| 39 |
.PHONY : release
|
137 |
debug-mocables: $(MAKEFILE).Debug
|
| - |
|
138 |
$(MAKE) -f $(MAKEFILE).Debug mocables
|
| 40 |
release: setup.exe
|
139 |
release-mocables: $(MAKEFILE).Release
|
| - |
|
140 |
$(MAKE) -f $(MAKEFILE).Release mocables
|
| - |
|
141 |
mocables: debug-mocables release-mocables
|
| - |
|
142 |
FORCE:
|
| 41 |
|
143 |
|
| 42 |
setup.exe: Mara.iss $(EXE)
|
- |
|
| 43 |
cp Mara.iss _Mara.iss
|
144 |
$(MAKEFILE).Debug: Makefile
|
| 44 |
$(ISCC) _Mara.iss
|
145 |
$(MAKEFILE).Release: Makefile
|
| 45 |
rm -f _Mara.iss
|
- |
|