summaryrefslogtreecommitdiff
path: root/core/pim/today/Makefile
authorharlekin <harlekin>2002-02-15 16:25:32 (UTC)
committer harlekin <harlekin>2002-02-15 16:25:32 (UTC)
commit9847b3a997f504e82ff391efe6304d3bb110b617 (patch) (unidiff)
tree7b28cb45598cba9f1fb595b75127a0b9b4787d2e /core/pim/today/Makefile
parent453278dfcc3f9c96862cb69aed21df2597718d2d (diff)
downloadopie-9847b3a997f504e82ff391efe6304d3bb110b617.zip
opie-9847b3a997f504e82ff391efe6304d3bb110b617.tar.gz
opie-9847b3a997f504e82ff391efe6304d3bb110b617.tar.bz2
initial import
Diffstat (limited to 'core/pim/today/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/Makefile171
1 files changed, 171 insertions, 0 deletions
diff --git a/core/pim/today/Makefile b/core/pim/today/Makefile
new file mode 100644
index 0000000..a209255
--- a/dev/null
+++ b/core/pim/today/Makefile
@@ -0,0 +1,171 @@
1#############################################################################
2# Makefile for building today
3# Generated by tmake at 02:49, 2002/02/15
4# Project: today
5# Template: app
6#############################################################################
7
8####### Compiler, tools and options
9
10 CC =arm-linux-gcc
11 CXX =arm-linux-g++
12 CFLAGS =-pipe -Wall -W -O2 -DNO_DEBUG
13 CXXFLAGS=-pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG
14 INCPATH =-I$(QPEDIR)/include -I$(QTDIR)/include
15 LINK =arm-linux-gcc
16 LFLAGS =
17 LIBS =$(SUBLIBS) -L$(QTDIR)/lib -lqpe -lqte
18 MOC =$(QTDIR)/bin/moc
19 UIC =$(QTDIR)/bin/uic
20
21 TAR =tar -cf
22 GZIP =gzip -9f
23
24####### Files
25
26 HEADERS =today.h \
27 TodoItem.h \
28 minidom.h \
29 todaybase.h \
30 todayconfig.h
31 SOURCES =main.cpp \
32 today.cpp \
33 todaybase.cpp \
34 todayconfig.cpp \
35 minidom.c \
36 TodoItem.cpp
37 OBJECTS =main.o \
38 today.o \
39 todaybase.o \
40 todayconfig.o \
41 minidom.o \
42 TodoItem.o
43 INTERFACES =
44 UICDECLS =
45 UICIMPLS =
46 SRCMOC =moc_today.cpp \
47 moc_todaybase.cpp \
48 moc_todayconfig.cpp
49 OBJMOC =moc_today.o \
50 moc_todaybase.o \
51 moc_todayconfig.o
52 DIST =
53 TARGET =today
54INTERFACE_DECL_PATH = .
55
56####### Implicit rules
57
58.SUFFIXES: .cpp .cxx .cc .C .c
59
60.cpp.o:
61 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
62
63.cxx.o:
64 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
65
66.cc.o:
67 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
68
69.C.o:
70 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
71
72.c.o:
73 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
74
75####### Build rules
76
77
78all: $(TARGET)
79
80$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
81 $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
82
83moc: $(SRCMOC)
84
85tmake: Makefile
86
87Makefile: today.pro
88 tmake today.pro -o Makefile
89
90dist:
91 $(TAR) today.tar today.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
92 $(GZIP) today.tar
93
94clean:
95 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
96 -rm -f *~ core
97
98####### Sub-libraries
99
100
101###### Combined headers
102
103
104####### Compile
105
106main.o: main.cpp \
107 today.h \
108 todaybase.h \
109 /home/max/qtopia/opie/include/qpe/datebookdb.h \
110 /home/max/qtopia/opie/include/qpe/event.h \
111 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \
112 /home/max/qtopia/opie/include/qpe/timeconversion.h \
113 /home/max/qtopia/opie/include/qpe/qpcglobal.h \
114 TodoItem.h \
115 todayconfig.h \
116 /home/max/qtopia/opie/include/qpe/qpeapplication.h
117
118today.o: today.cpp \
119 today.h \
120 todaybase.h \
121 /home/max/qtopia/opie/include/qpe/datebookdb.h \
122 /home/max/qtopia/opie/include/qpe/event.h \
123 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \
124 /home/max/qtopia/opie/include/qpe/timeconversion.h \
125 /home/max/qtopia/opie/include/qpe/qpcglobal.h \
126 TodoItem.h \
127 todayconfig.h \
128 minidom.h \
129 /home/max/qtopia/opie/include/qpe/timestring.h \
130 /home/max/qtopia/opie/include/qpe/config.h \
131 /home/max/qtopia/opie/include/qpe/qprocess.h
132
133todaybase.o: todaybase.cpp \
134 todaybase.h \
135 /home/max/qtopia/opie/include/qpe/resource.h
136
137todayconfig.o: todayconfig.cpp \
138 todayconfig.h
139
140minidom.o: minidom.c \
141 minidom.h
142
143TodoItem.o: TodoItem.cpp \
144 TodoItem.h
145
146moc_today.o: moc_today.cpp \
147 today.h \
148 todaybase.h \
149 /home/max/qtopia/opie/include/qpe/datebookdb.h \
150 /home/max/qtopia/opie/include/qpe/event.h \
151 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \
152 /home/max/qtopia/opie/include/qpe/timeconversion.h \
153 /home/max/qtopia/opie/include/qpe/qpcglobal.h \
154 TodoItem.h \
155 todayconfig.h
156
157moc_todaybase.o: moc_todaybase.cpp \
158 todaybase.h
159
160moc_todayconfig.o: moc_todayconfig.cpp \
161 todayconfig.h
162
163moc_today.cpp: today.h
164 $(MOC) today.h -o moc_today.cpp
165
166moc_todaybase.cpp: todaybase.h
167 $(MOC) todaybase.h -o moc_todaybase.cpp
168
169moc_todayconfig.cpp: todayconfig.h
170 $(MOC) todayconfig.h -o moc_todayconfig.cpp
171