author | kergoth <kergoth> | 2002-02-15 17:22:31 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-02-15 17:22:31 (UTC) |
commit | 5a122653a4d347f29cf8772635920ea6fdf14eb5 (patch) (side-by-side diff) | |
tree | 3a44436b1dee92b558c17f52f394cd09a6574d7c /core/pim/today | |
parent | 7ce9289103dc8594b7bd797be73a80bdfdf9ca35 (diff) | |
download | opie-5a122653a4d347f29cf8772635920ea6fdf14eb5.zip opie-5a122653a4d347f29cf8772635920ea6fdf14eb5.tar.gz opie-5a122653a4d347f29cf8772635920ea6fdf14eb5.tar.bz2 |
updated Makefile.in
-rw-r--r-- | core/pim/today/Makefile.in | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/core/pim/today/Makefile.in b/core/pim/today/Makefile.in index 423a540..85f162a 100644 --- a/core/pim/today/Makefile.in +++ b/core/pim/today/Makefile.in @@ -6,7 +6,7 @@ CXX = $(SYSCONF_CXX) $(QT_CXX_MT) CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) CC = $(SYSCONF_CC) $(QT_C_MT) CFLAGS = $(SYSCONF_CFLAGS) -INCPATH = -I$(QPEDIR)/include +INCPATH = -I$(OPIEDIR)/include LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) LIBS = $(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) MOC = $(SYSCONF_MOC) @@ -14,7 +14,7 @@ UIC = $(SYSCONF_UIC) ####### Target -DESTDIR = ./ +DESTDIR = $(OPIEDIR)/bin/ VER_MAJ = 1 VER_MIN = 0 VER_PATCH = 0 @@ -119,33 +119,33 @@ REQUIRES= main.o: main.cpp \ today.h \ todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ TodoItem.h \ todayconfig.h \ - /home/max/qtopia/opie/include/qpe/qpeapplication.h + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpeapplication.h today.o: today.cpp \ today.h \ todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ TodoItem.h \ todayconfig.h \ minidom.h \ - /home/max/qtopia/opie/include/qpe/timestring.h \ - /home/max/qtopia/opie/include/qpe/config.h \ - /home/max/qtopia/opie/include/qpe/qprocess.h + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timestring.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/config.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qprocess.h todaybase.o: todaybase.cpp \ todaybase.h \ - /home/max/qtopia/opie/include/qpe/resource.h + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/resource.h todayconfig.o: todayconfig.cpp \ todayconfig.h @@ -159,11 +159,11 @@ TodoItem.o: TodoItem.cpp \ moc_today.o: moc_today.cpp \ today.h \ todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ + /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ TodoItem.h \ todayconfig.h |