summaryrefslogtreecommitdiff
path: root/qmake/Makefile
authorkergoth <kergoth>2002-11-01 05:26:47 (UTC)
committer kergoth <kergoth>2002-11-01 05:26:47 (UTC)
commitc1bebfec181211aacbe9e9b85bcccfe4aef98a67 (patch) (unidiff)
tree98b1302174fb6294bf83298c4cc37341646194bf /qmake/Makefile
parent8f506dbc2b70df5ea0dd6c61014d20b433b1372f (diff)
downloadopie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.zip
opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.gz
opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.bz2
typo
Diffstat (limited to 'qmake/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile b/qmake/Makefile
index 104cc44..7ad05d9 100644
--- a/qmake/Makefile
+++ b/qmake/Makefile
@@ -1,74 +1,74 @@
1TOPDIR=$(shell pwd) 1TOPDIR=$(shell pwd)
2QMAKESPECSDIR=$(OPIEDIR) 2QMAKESPECSDIR=$(OPIEDIR)
3 3
4######################################################################## 4########################################################################
5## This file was autogenerated by configure, all changes will be lost ## 5## This file was autogenerated by configure, all changes will be lost ##
6######################################################################## 6########################################################################
7 CC = gcc 7 CC = gcc
8 CXX = g++ 8 CXX = g++
9 9
10#qmake code 10#qmake code
11OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \ 11OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \
12 msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o \ 12 msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o \
13 projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o 13 projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o
14 14
15#qt code 15#qt code
16QOBJS=qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o \ 16QOBJS=qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o \
17 qdatastream.o qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o \ 17 qdatastream.o qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o \
18 qfile_unix.o qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o \ 18 qfile_unix.o qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o \
19 qfileinfo_unix.o qdir_unix.o qfileinfo.o qdatetime.o qstringlist.o qmap.o \ 19 qfileinfo_unix.o qdir_unix.o qfileinfo.o qdatetime.o qstringlist.o qmap.o \
20 qconfig.o 20 qconfig.o
21 21
22CFLAGS= \ 22CFLAGS= \
23 -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ 23 -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \
24 -I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \ 24 -I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \
25 -I$(TOPDIR)/include/private \ 25 -I$(TOPDIR)/include/private \
26 -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECDIR)/qws/linux-x86-g++ 26 -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECSDIR)/qws/linux-x86-g++
27CXXFLAGS= $(CFLAGS) 27CXXFLAGS= $(CFLAGS)
28LFLAGS= 28LFLAGS=
29 29
30qmake: $(OBJS) $(QOBJS) 30qmake: $(OBJS) $(QOBJS)
31 $(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS) 31 $(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS)
32 $(if $(OPIEDIR),rm -f $(OPIEDIR)/bin/$@) 32 $(if $(OPIEDIR),rm -f $(OPIEDIR)/bin/$@)
33 $(if $(OPIEDIR),ln -s ../qmake/$@ $(OPIEDIR)/bin/$@) 33 $(if $(OPIEDIR),ln -s ../qmake/$@ $(OPIEDIR)/bin/$@)
34 34
35install: qmake 35install: qmake
36 [ -d $(INSTALL_ROOT)$(QTDIR)/bin ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)/bin 36 [ -d $(INSTALL_ROOT)$(QTDIR)/bin ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)/bin
37 -cp -f $(QTDIR)/bin/qmake $(INSTALL_ROOT)$(QTDIR)/bin 37 -cp -f $(QTDIR)/bin/qmake $(INSTALL_ROOT)$(QTDIR)/bin
38 [ -d $(INSTALL_ROOT)$(QTDIR) ] || mkdir -p $(INSTALL_ROOT)$(QTDIR) 38 [ -d $(INSTALL_ROOT)$(QTDIR) ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)
39 -cp -r -f $(QMAKESPECDIR) $(INSTALL_ROOT)$(QTDIR) 39 -cp -r -f $(QMAKESPECDIR) $(INSTALL_ROOT)$(QTDIR)
40 40
41clean:: 41clean::
42 rm -f $(OBJS) $(QOBJS) 42 rm -f $(OBJS) $(QOBJS)
43 43
44distclean:: clean 44distclean:: clean
45 rm -rf qmake .deps 45 rm -rf qmake .deps
46 46
47# don't use optimization for these 47# don't use optimization for these
48qtextstream.o: $(TOPDIR)/tools/qtextstream.cpp 48qtextstream.o: $(TOPDIR)/tools/qtextstream.cpp
49 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qtextstream.cpp 49 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qtextstream.cpp
50 50
51qiodevice.o: $(TOPDIR)/tools/qiodevice.cpp 51qiodevice.o: $(TOPDIR)/tools/qiodevice.cpp
52 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qiodevice.cpp 52 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qiodevice.cpp
53 53
54qglobal.o: $(TOPDIR)/tools/qglobal.cpp 54qglobal.o: $(TOPDIR)/tools/qglobal.cpp
55 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qglobal.cpp 55 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qglobal.cpp
56 56
57qgdict.o: $(TOPDIR)/tools/qgdict.cpp 57qgdict.o: $(TOPDIR)/tools/qgdict.cpp
58 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgdict.cpp 58 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgdict.cpp
59 59
60qcstring.o: $(TOPDIR)/tools/qcstring.cpp 60qcstring.o: $(TOPDIR)/tools/qcstring.cpp
61 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qcstring.cpp 61 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qcstring.cpp
62 62
63qstring.o: $(TOPDIR)/tools/qstring.cpp 63qstring.o: $(TOPDIR)/tools/qstring.cpp
64 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qstring.cpp 64 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qstring.cpp
65 65
66qdatastream.o: $(TOPDIR)/tools/qdatastream.cpp 66qdatastream.o: $(TOPDIR)/tools/qdatastream.cpp
67 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdatastream.cpp 67 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdatastream.cpp
68 68
69qgarray.o: $(TOPDIR)/tools/qgarray.cpp 69qgarray.o: $(TOPDIR)/tools/qgarray.cpp
70 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgarray.cpp 70 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgarray.cpp
71 71
72qbuffer.o: $(TOPDIR)/tools/qbuffer.cpp 72qbuffer.o: $(TOPDIR)/tools/qbuffer.cpp
73 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qbuffer.cpp 73 $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qbuffer.cpp
74 74