summaryrefslogtreecommitdiff
path: root/noncore/games/chess/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/chess/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/noncore/games/chess/Makefile.in b/noncore/games/chess/Makefile.in
index 7354d76..a1f2cd7 100644
--- a/noncore/games/chess/Makefile.in
+++ b/noncore/games/chess/Makefile.in
@@ -1,33 +1,33 @@
1############################################################################# 1#############################################################################
2 2
3####### Compiler, tools and options 3####### Compiler, tools and options
4 4
5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT) 5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT)
6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) -DQCONFIG=\"qpe\" 6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
7 CC =$(SYSCONF_CC) $(QT_C_MT) 7 CC =$(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) -DQCONFIG=\"qpe\" 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I$(QPEDIR)/include 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) 11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
12 MOC =$(SYSCONF_MOC) 12 MOC =$(SYSCONF_MOC)
13 UIC =$(SYSCONF_UIC) 13 UIC =$(SYSCONF_UIC)
14 14
15####### Target 15####### Target
16 16
17DESTDIR = ../bin/ 17DESTDIR = ../bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
21 TARGET= chess 21 TARGET= chess
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =chess.h 26 HEADERS =chess.h
27 SOURCES =chess.cpp \ 27 SOURCES =chess.cpp \
28 main.cpp 28 main.cpp
29 OBJECTS =chess.o \ 29 OBJECTS =chess.o \
30 main.o \ 30 main.o \
31 mainwindow.o 31 mainwindow.o
32INTERFACES = mainwindow.ui 32INTERFACES = mainwindow.ui
33UICDECLS = mainwindow.h 33UICDECLS = mainwindow.h
@@ -46,89 +46,89 @@ OBJMOC = moc_chess.o \
46 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 46 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
47 47
48.cxx.o: 48.cxx.o:
49 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 49 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
50 50
51.cc.o: 51.cc.o:
52 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 52 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
53 53
54.C.o: 54.C.o:
55 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 55 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
56 56
57.c.o: 57.c.o:
58 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< 58 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
59 59
60####### Build rules 60####### Build rules
61 61
62 62
63all: $(DESTDIR)$(TARGET) 63all: $(DESTDIR)$(TARGET)
64 64
65$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) 65$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
66 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) 66 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
67 67
68moc: $(SRCMOC) 68moc: $(SRCMOC)
69 69
70tmake: 70tmake: Makefile.in
71 tmake chess.pro 71
72Makefile.in: chess.pro
73 tmake chess.pro -o Makefile.in
72 74
73clean: 75clean:
74 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 76 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
75 -rm -f *~ core 77 -rm -f *~ core
76 -rm -f allmoc.cpp 78 -rm -f allmoc.cpp
77 79
78####### Extension Modules 80####### Extension Modules
79 81
80listpromodules: 82listpromodules:
81 @echo 83 @echo
82 84
83listallmodules: 85listallmodules:
84 @echo 86 @echo
85 87
86listaddonpromodules: 88listaddonpromodules:
87 @echo 89 @echo
88 90
89listaddonentmodules: 91listaddonentmodules:
90 @echo 92 @echo
91 93
92 94
93REQUIRES= 95REQUIRES=
94 96
95####### Sub-libraries 97####### Sub-libraries
96 98
97 99
98###### Combined headers 100###### Combined headers
99 101
100 102
101 103
102####### Compile 104####### Compile
103 105
104chess.o: chess.cpp \ 106chess.o: chess.cpp \
105 $(QPEDIR)/include/qpe/config.h \
106 $(QPEDIR)/include/qpe/resource.h \
107 chess.h 107 chess.h
108 108
109main.o: main.cpp \ 109main.o: main.cpp \
110 mainwindow.h 110 chess.h
111 111
112mainwindow.h: mainwindow.ui 112mainwindow.h: mainwindow.ui
113 $(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h 113 $(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h
114 114
115mainwindow.cpp: mainwindow.ui 115mainwindow.cpp: mainwindow.ui
116 $(UIC) mainwindow.ui -i mainwindow.h -o mainwindow.cpp 116 $(UIC) mainwindow.ui -i mainwindow.h -o mainwindow.cpp
117 117
118mainwindow.o: mainwindow.cpp \ 118mainwindow.o: mainwindow.cpp \
119 mainwindow.h \ 119 mainwindow.h \
120 mainwindow.ui 120 mainwindow.ui
121 121
122moc_chess.o: moc_chess.cpp \ 122moc_chess.o: moc_chess.cpp \
123 chess.h 123 chess.h
124 124
125moc_mainwindow.o: moc_mainwindow.cpp \ 125moc_mainwindow.o: moc_mainwindow.cpp \
126 mainwindow.h 126 mainwindow.h
127 127
128moc_chess.cpp: chess.h 128moc_chess.cpp: chess.h
129 $(MOC) chess.h -o moc_chess.cpp 129 $(MOC) chess.h -o moc_chess.cpp
130 130
131moc_mainwindow.cpp: mainwindow.h 131moc_mainwindow.cpp: mainwindow.h
132 $(MOC) mainwindow.h -o moc_mainwindow.cpp 132 $(MOC) mainwindow.h -o moc_mainwindow.cpp
133 133
134 134