author | kergoth <kergoth> | 2002-11-01 16:19:45 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 16:19:45 (UTC) |
commit | ebd6adcd2f72935f0ee7af7485c75c34ac3389a3 (patch) (side-by-side diff) | |
tree | 493006e9041f8323956cab2cd59539d06aa1b9be | |
parent | f351da898f4dce9ad3fd8ee76d84912365dcb5ac (diff) | |
download | opie-ebd6adcd2f72935f0ee7af7485c75c34ac3389a3.zip opie-ebd6adcd2f72935f0ee7af7485c75c34ac3389a3.tar.gz opie-ebd6adcd2f72935f0ee7af7485c75c34ac3389a3.tar.bz2 |
Further path corrections
-rw-r--r-- | qmake/Makefile | 107 |
1 files changed, 53 insertions, 54 deletions
diff --git a/qmake/Makefile b/qmake/Makefile index faaeafe..86dd77d 100644 --- a/qmake/Makefile +++ b/qmake/Makefile @@ -1,145 +1,144 @@ -TOPDIR=$(shell pwd) QMAKESPECSDIR=$(OPIEDIR)/mkspecs ######################################################################## ## This file was autogenerated by configure, all changes will be lost ## ######################################################################## CC = gcc CXX = g++ #qmake code OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \ msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o \ projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o #qt code QOBJS=qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o \ qdatastream.o qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o \ qfile_unix.o qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o \ qfileinfo_unix.o qdir_unix.o qfileinfo.o qdatetime.o qstringlist.o qmap.o \ qconfig.o CFLAGS= \ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ - -I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \ - -I$(TOPDIR)/include/private \ + -I$(OPIEDIR)/qmake/include -I$(OPIEDIR)/qmake/include/qmake -I$(QMAKESPECSDIR)/default \ + -I$(OPIEDIR)/qmake/include/private \ -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECSDIR)/qws/linux-x86-g++ CXXFLAGS= $(CFLAGS) LFLAGS= qmake: $(OBJS) $(QOBJS) $(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS) $(if $(OPIEDIR),rm -f $(OPIEDIR)/bin/$@) $(if $(OPIEDIR),ln -s ../qmake/$@ $(OPIEDIR)/bin/$@) install: qmake [ -d $(INSTALL_ROOT)$(QTDIR)/bin ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)/bin -cp -f $(QTDIR)/bin/qmake $(INSTALL_ROOT)$(QTDIR)/bin [ -d $(INSTALL_ROOT)$(QTDIR) ] || mkdir -p $(INSTALL_ROOT)$(QTDIR) - -cp -r -f $(QMAKESPECDIR) $(INSTALL_ROOT)$(QTDIR) + -cp -r -f $(QMAKESPECSDIR) $(INSTALL_ROOT)$(QTDIR) clean:: rm -f $(OBJS) $(QOBJS) distclean:: clean rm -rf qmake .deps # don't use optimization for these -qtextstream.o: $(TOPDIR)/tools/qtextstream.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qtextstream.cpp +qtextstream.o: $(OPIEDIR)/qmake/tools/qtextstream.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qtextstream.cpp -qiodevice.o: $(TOPDIR)/tools/qiodevice.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qiodevice.cpp +qiodevice.o: $(OPIEDIR)/qmake/tools/qiodevice.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qiodevice.cpp -qglobal.o: $(TOPDIR)/tools/qglobal.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qglobal.cpp +qglobal.o: $(OPIEDIR)/qmake/tools/qglobal.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qglobal.cpp -qgdict.o: $(TOPDIR)/tools/qgdict.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgdict.cpp +qgdict.o: $(OPIEDIR)/qmake/tools/qgdict.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qgdict.cpp -qcstring.o: $(TOPDIR)/tools/qcstring.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qcstring.cpp +qcstring.o: $(OPIEDIR)/qmake/tools/qcstring.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qcstring.cpp -qstring.o: $(TOPDIR)/tools/qstring.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qstring.cpp +qstring.o: $(OPIEDIR)/qmake/tools/qstring.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qstring.cpp -qdatastream.o: $(TOPDIR)/tools/qdatastream.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdatastream.cpp +qdatastream.o: $(OPIEDIR)/qmake/tools/qdatastream.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qdatastream.cpp -qgarray.o: $(TOPDIR)/tools/qgarray.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgarray.cpp +qgarray.o: $(OPIEDIR)/qmake/tools/qgarray.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qgarray.cpp -qbuffer.o: $(TOPDIR)/tools/qbuffer.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qbuffer.cpp +qbuffer.o: $(OPIEDIR)/qmake/tools/qbuffer.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qbuffer.cpp -qglist.o: $(TOPDIR)/tools/qglist.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qglist.cpp +qglist.o: $(OPIEDIR)/qmake/tools/qglist.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qglist.cpp -qptrcollection.o: $(TOPDIR)/tools/qptrcollection.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qptrcollection.cpp +qptrcollection.o: $(OPIEDIR)/qmake/tools/qptrcollection.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qptrcollection.cpp -qfile.o: $(TOPDIR)/tools/qfile.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qfile.cpp +qfile.o: $(OPIEDIR)/qmake/tools/qfile.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qfile.cpp -qfile_unix.o: $(TOPDIR)/tools/qfile_unix.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qfile_unix.cpp +qfile_unix.o: $(OPIEDIR)/qmake/tools/qfile_unix.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qfile_unix.cpp -qregexp.o: $(TOPDIR)/tools/qregexp.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qregexp.cpp +qregexp.o: $(OPIEDIR)/qmake/tools/qregexp.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qregexp.cpp -qgvector.o: $(TOPDIR)/tools/qgvector.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgvector.cpp +qgvector.o: $(OPIEDIR)/qmake/tools/qgvector.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qgvector.cpp -qgcache.o: $(TOPDIR)/tools/qgcache.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qgcache.cpp +qgcache.o: $(OPIEDIR)/qmake/tools/qgcache.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qgcache.cpp -qbitarray.o: $(TOPDIR)/tools/qbitarray.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qbitarray.cpp +qbitarray.o: $(OPIEDIR)/qmake/tools/qbitarray.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qbitarray.cpp -qdir.o: $(TOPDIR)/tools/qdir.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdir.cpp +qdir.o: $(OPIEDIR)/qmake/tools/qdir.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qdir.cpp -qfileinfo_unix.o: $(TOPDIR)/tools/qfileinfo_unix.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qfileinfo_unix.cpp +qfileinfo_unix.o: $(OPIEDIR)/qmake/tools/qfileinfo_unix.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qfileinfo_unix.cpp -qdir_unix.o: $(TOPDIR)/tools/qdir_unix.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdir_unix.cpp +qdir_unix.o: $(OPIEDIR)/qmake/tools/qdir_unix.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qdir_unix.cpp -qfileinfo.o: $(TOPDIR)/tools/qfileinfo.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qfileinfo.cpp +qfileinfo.o: $(OPIEDIR)/qmake/tools/qfileinfo.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qfileinfo.cpp -qdatetime.o: $(TOPDIR)/tools/qdatetime.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qdatetime.cpp +qdatetime.o: $(OPIEDIR)/qmake/tools/qdatetime.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qdatetime.cpp -qstringlist.o: $(TOPDIR)/tools/qstringlist.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qstringlist.cpp +qstringlist.o: $(OPIEDIR)/qmake/tools/qstringlist.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qstringlist.cpp -qmap.o: $(TOPDIR)/tools/qmap.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qmap.cpp +qmap.o: $(OPIEDIR)/qmake/tools/qmap.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qmap.cpp -qconfig.o: $(TOPDIR)/tools/qconfig.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(TOPDIR)/tools/qconfig.cpp +qconfig.o: $(OPIEDIR)/qmake/tools/qconfig.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $(OPIEDIR)/qmake/tools/qconfig.cpp winmakefile.o: generators/win32/winmakefile.cpp $(CXX) -c -o $@ $(CXXFLAGS) generators/win32/winmakefile.cpp project.o: project.cpp project.h option.h $(CXX) -c -o $@ $(CXXFLAGS) project.cpp main.o: main.cpp project.h $(CXX) -c -o $@ $(CXXFLAGS) main.cpp option.o: option.cpp option.h $(CXX) -c -o $@ $(CXXFLAGS) option.cpp makefile.o: generators/makefile.cpp $(CXX) -c -o $@ $(CXXFLAGS) generators/makefile.cpp unixmake.o: generators/unix/unixmake.cpp $(CXX) -c -o $@ $(CXXFLAGS) generators/unix/unixmake.cpp unixmake2.o: generators/unix/unixmake2.cpp $(CXX) -c -o $@ $(CXXFLAGS) generators/unix/unixmake2.cpp borland_bmake.o: generators/win32/borland_bmake.cpp $(CXX) -c -o $@ $(CXXFLAGS) generators/win32/borland_bmake.cpp |