-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 @@ -1,185 +1,185 @@ ############################################################################# ####### Compiler, tools and options 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) UIC = $(SYSCONF_UIC) ####### Target -DESTDIR = ./ +DESTDIR = $(OPIEDIR)/bin/ VER_MAJ = 1 VER_MIN = 0 VER_PATCH = 0 TARGET = today TARGET1 = lib$(TARGET).so.$(VER_MAJ) ####### Files HEADERS = today.h \ TodoItem.h \ minidom.h \ todaybase.h \ todayconfig.h SOURCES = main.cpp \ today.cpp \ todaybase.cpp \ todayconfig.cpp \ minidom.c \ TodoItem.cpp OBJECTS = main.o \ today.o \ todaybase.o \ todayconfig.o \ minidom.o \ TodoItem.o INTERFACES = UICDECLS = UICIMPLS = SRCMOC = moc_today.cpp \ moc_todaybase.cpp \ moc_todayconfig.cpp OBJMOC = moc_today.o \ moc_todaybase.o \ moc_todayconfig.o ####### Implicit rules .SUFFIXES: .cpp .cxx .cc .C .c .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .C.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< ####### Build rules all: $(DESTDIR)$(TARGET) $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) moc: $(SRCMOC) tmake: Makefile.in Makefile.in: today.pro tmake today.pro -o Makefile.in clean: -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) -rm -f *~ core -rm -f allmoc.cpp ####### Extension Modules listpromodules: @echo listallmodules: @echo listaddonpromodules: @echo listaddonentmodules: @echo REQUIRES= ####### Sub-libraries ###### Combined headers ####### Compile 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 minidom.o: minidom.c \ minidom.h TodoItem.o: TodoItem.cpp \ TodoItem.h 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 moc_todaybase.o: moc_todaybase.cpp \ todaybase.h moc_todayconfig.o: moc_todayconfig.cpp \ todayconfig.h moc_today.cpp: today.h $(MOC) today.h -o moc_today.cpp moc_todaybase.cpp: todaybase.h $(MOC) todaybase.h -o moc_todaybase.cpp moc_todayconfig.cpp: todayconfig.h $(MOC) todayconfig.h -o moc_todayconfig.cpp |