summaryrefslogtreecommitdiff
path: root/noncore/unsupported/filebrowser
authorzecke <zecke>2002-03-01 18:29:41 (UTC)
committer zecke <zecke>2002-03-01 18:29:41 (UTC)
commitb4d04f29978bbd01a499710860545b233362e748 (patch) (side-by-side diff)
tree2d46b909560eb9f47983242ca52f7136df26b6d2 /noncore/unsupported/filebrowser
parente992a79494ea03005223aef1200338760553aa7d (diff)
downloadopie-b4d04f29978bbd01a499710860545b233362e748.zip
opie-b4d04f29978bbd01a499710860545b233362e748.tar.gz
opie-b4d04f29978bbd01a499710860545b233362e748.tar.bz2
remove all Makefile.in
You need to set the TMAKEPATH now
Diffstat (limited to 'noncore/unsupported/filebrowser') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/Makefile.in156
1 files changed, 0 insertions, 156 deletions
diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in
deleted file mode 100644
index c3336cf..0000000
--- a/noncore/unsupported/filebrowser/Makefile.in
+++ b/dev/null
@@ -1,156 +0,0 @@
-#############################################################################
-
-####### 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 $(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 = filebrowser
-TARGET1 = lib$(TARGET).so.$(VER_MAJ)
-
-####### Files
-
-HEADERS = inlineedit.h \
- filebrowser.h \
- filePermissions.h
-SOURCES = filebrowser.cpp \
- inlineedit.cpp \
- filePermissions.cpp \
- main.cpp
-OBJECTS = filebrowser.o \
- inlineedit.o \
- filePermissions.o \
- main.o
-INTERFACES =
-UICDECLS =
-UICIMPLS =
-SRCMOC = moc_inlineedit.cpp \
- moc_filebrowser.cpp \
- moc_filePermissions.cpp
-OBJMOC = moc_inlineedit.o \
- moc_filebrowser.o \
- moc_filePermissions.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: filebrowser.pro
- tmake filebrowser.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
-
-filebrowser.o: filebrowser.cpp \
- inlineedit.h \
- filebrowser.h \
- filePermissions.h \
- $(OPIEDIR)/include/qpe/resource.h \
- $(OPIEDIR)/include/qpe/global.h \
- $(OPIEDIR)/include/qpe/mimetype.h \
- $(OPIEDIR)/include/qpe/applnk.h \
- $(OPIEDIR)/include/qcopenvelope_qws.h \
- $(OPIEDIR)/include/qpe/qpetoolbar.h \
- $(OPIEDIR)/include/qpe/qpemenubar.h
-
-inlineedit.o: inlineedit.cpp \
- inlineedit.h
-
-filePermissions.o: filePermissions.cpp \
- filePermissions.h
-
-main.o: main.cpp \
- filebrowser.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h \
- $(OPIEDIR)/include/qpedecoration_qws.h \
- $(OPIEDIR)/include/timestring.h \
- $(OPIEDIR)/include/qpe/mimetype.h
-
-moc_inlineedit.o: moc_inlineedit.cpp \
- inlineedit.h
-
-moc_filebrowser.o: moc_filebrowser.cpp \
- filebrowser.h
-
-moc_filePermissions.o: moc_filePermissions.cpp \
- filePermissions.h
-
-moc_inlineedit.cpp: inlineedit.h
- $(MOC) inlineedit.h -o moc_inlineedit.cpp
-
-moc_filebrowser.cpp: filebrowser.h
- $(MOC) filebrowser.h -o moc_filebrowser.cpp
-
-moc_filePermissions.cpp: filePermissions.h
- $(MOC) filePermissions.h -o moc_filePermissions.cpp
-
-