summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/Makefile.in
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/Makefile.in325
1 files changed, 325 insertions, 0 deletions
diff --git a/noncore/tools/remote/Makefile.in b/noncore/tools/remote/Makefile.in
new file mode 100644
index 0000000..631c999
--- a/dev/null
+++ b/noncore/tools/remote/Makefile.in
@@ -0,0 +1,325 @@
+#############################################################################
+
+####### 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$(OPIEDIR)/include
+LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
+LIBS = $(SUBLIBS) -lqpe -lopie $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
+MOC = $(SYSCONF_MOC)
+UIC = $(SYSCONF_UIC)
+
+####### Target
+
+DESTDIR = $(OPIEDIR)/bin/
+VER_MAJ = 1
+VER_MIN = 0
+VER_PATCH = 0
+TARGET = remote
+TARGET1 = lib$(TARGET).so.$(VER_MAJ)
+
+####### Files
+
+HEADERS = remotetab.h \
+ learntab.h \
+ configtab.h \
+ topgroup.h \
+ dvdgroup.h \
+ channelgroup.h \
+ vcrgroup.h \
+ buttondialog.h \
+ topgroupconf.h \
+ dvdgroupconf.h \
+ channelgroupconf.h \
+ vcrgroupconf.h \
+ mainview.h \
+ recorddialog.h \
+ helptab.h
+SOURCES = remote.cpp \
+ remotetab.cpp \
+ learntab.cpp \
+ configtab.cpp \
+ topgroup.cpp \
+ dvdgroup.cpp \
+ channelgroup.cpp \
+ vcrgroup.cpp \
+ buttondialog.cpp \
+ topgroupconf.cpp \
+ dvdgroupconf.cpp \
+ channelgroupconf.cpp \
+ vcrgroupconf.cpp \
+ mainview.cpp \
+ recorddialog.cpp \
+ helptab.cpp
+OBJECTS = remote.o \
+ remotetab.o \
+ learntab.o \
+ configtab.o \
+ topgroup.o \
+ dvdgroup.o \
+ channelgroup.o \
+ vcrgroup.o \
+ buttondialog.o \
+ topgroupconf.o \
+ dvdgroupconf.o \
+ channelgroupconf.o \
+ vcrgroupconf.o \
+ mainview.o \
+ recorddialog.o \
+ helptab.o
+INTERFACES =
+UICDECLS =
+UICIMPLS =
+SRCMOC = moc_remotetab.cpp \
+ moc_learntab.cpp \
+ moc_configtab.cpp \
+ moc_buttondialog.cpp \
+ moc_mainview.cpp \
+ moc_recorddialog.cpp
+OBJMOC = moc_remotetab.o \
+ moc_learntab.o \
+ moc_configtab.o \
+ moc_buttondialog.o \
+ moc_mainview.o \
+ moc_recorddialog.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:
+ tmake remote.pro
+
+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
+
+remote.o: remote.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ mainview.h \
+ remotetab.h \
+ topgroup.h \
+ dvdgroup.h \
+ channelgroup.h \
+ vcrgroup.h \
+ learntab.h \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h \
+ configtab.h \
+ buttondialog.h \
+ channelgroupconf.h \
+ dvdgroupconf.h \
+ topgroupconf.h \
+ vcrgroupconf.h \
+ helptab.h
+
+remotetab.o: remotetab.cpp \
+ remotetab.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ topgroup.h \
+ dvdgroup.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ channelgroup.h \
+ vcrgroup.h
+
+learntab.o: learntab.cpp \
+ learntab.h \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h
+
+configtab.o: configtab.cpp \
+ configtab.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ buttondialog.h \
+ channelgroupconf.h \
+ dvdgroupconf.h \
+ topgroupconf.h \
+ vcrgroupconf.h
+
+topgroup.o: topgroup.cpp \
+ topgroup.h \
+ $(OPIEDIR)/include/qpe/config.h
+
+dvdgroup.o: dvdgroup.cpp \
+ dvdgroup.h \
+ $(OPIEDIR)/include/qpe/resource.h
+
+channelgroup.o: channelgroup.cpp \
+ channelgroup.h
+
+vcrgroup.o: vcrgroup.cpp \
+ vcrgroup.h \
+ $(OPIEDIR)/include/qpe/resource.h
+
+buttondialog.o: buttondialog.cpp \
+ buttondialog.h
+
+topgroupconf.o: topgroupconf.cpp \
+ topgroupconf.h \
+ $(OPIEDIR)/include/qpe/config.h
+
+dvdgroupconf.o: dvdgroupconf.cpp \
+ dvdgroupconf.h
+
+channelgroupconf.o: channelgroupconf.cpp \
+ channelgroupconf.h
+
+vcrgroupconf.o: vcrgroupconf.cpp \
+ vcrgroupconf.h
+
+mainview.o: mainview.cpp \
+ mainview.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ remotetab.h \
+ topgroup.h \
+ dvdgroup.h \
+ channelgroup.h \
+ vcrgroup.h \
+ learntab.h \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h \
+ configtab.h \
+ buttondialog.h \
+ channelgroupconf.h \
+ dvdgroupconf.h \
+ topgroupconf.h \
+ vcrgroupconf.h \
+ helptab.h
+
+recorddialog.o: recorddialog.cpp \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h
+
+helptab.o: helptab.cpp \
+ helptab.h
+
+moc_remotetab.o: moc_remotetab.cpp \
+ remotetab.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ topgroup.h \
+ dvdgroup.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ channelgroup.h \
+ vcrgroup.h
+
+moc_learntab.o: moc_learntab.cpp \
+ learntab.h \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h
+
+moc_configtab.o: moc_configtab.cpp \
+ configtab.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ buttondialog.h \
+ channelgroupconf.h \
+ dvdgroupconf.h \
+ topgroupconf.h \
+ vcrgroupconf.h
+
+moc_buttondialog.o: moc_buttondialog.cpp \
+ buttondialog.h
+
+moc_mainview.o: moc_mainview.cpp \
+ mainview.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ remotetab.h \
+ topgroup.h \
+ dvdgroup.h \
+ channelgroup.h \
+ vcrgroup.h \
+ learntab.h \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h \
+ configtab.h \
+ buttondialog.h \
+ channelgroupconf.h \
+ dvdgroupconf.h \
+ topgroupconf.h \
+ vcrgroupconf.h \
+ helptab.h
+
+moc_recorddialog.o: moc_recorddialog.cpp \
+ recorddialog.h \
+ $(OPIEDIR)/include/opie/oprocess.h
+
+moc_remotetab.cpp: remotetab.h
+ $(MOC) remotetab.h -o moc_remotetab.cpp
+
+moc_learntab.cpp: learntab.h
+ $(MOC) learntab.h -o moc_learntab.cpp
+
+moc_configtab.cpp: configtab.h
+ $(MOC) configtab.h -o moc_configtab.cpp
+
+moc_buttondialog.cpp: buttondialog.h
+ $(MOC) buttondialog.h -o moc_buttondialog.cpp
+
+moc_mainview.cpp: mainview.h
+ $(MOC) mainview.h -o moc_mainview.cpp
+
+moc_recorddialog.cpp: recorddialog.h
+ $(MOC) recorddialog.h -o moc_recorddialog.cpp
+
+