author | llornkcor <llornkcor> | 2002-02-24 17:09:38 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 17:09:38 (UTC) |
commit | 8b61e69b52e8bb046f23d8dea734edcdc90e805e (patch) (unidiff) | |
tree | 9dc5ae304cebf0c8b3f303480d5749465e3c680e /noncore | |
parent | f39b6cfe0cccca9dac39b4b15cfe076426d5a4c5 (diff) | |
download | opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.zip opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.gz opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.bz2 |
updated Makefile.in
-rw-r--r-- | noncore/unsupported/filebrowser/Makefile.in | 48 |
1 files changed, 33 insertions, 15 deletions
diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in index d1f80b7..d964f79 100644 --- a/noncore/unsupported/filebrowser/Makefile.in +++ b/noncore/unsupported/filebrowser/Makefile.in | |||
@@ -24,20 +24,25 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ) | |||
24 | ####### Files | 24 | ####### Files |
25 | 25 | ||
26 | HEADERS =inlineedit.h \ | 26 | HEADERS =inlineedit.h \ |
27 | filebrowser.h | 27 | filebrowser.h \ |
28 | filePermissions.h | ||
28 | SOURCES =filebrowser.cpp \ | 29 | SOURCES =filebrowser.cpp \ |
29 | inlineedit.cpp \ | 30 | inlineedit.cpp \ |
31 | filePermissions.cpp \ | ||
30 | main.cpp | 32 | main.cpp |
31 | OBJECTS =filebrowser.o \ | 33 | OBJECTS =filebrowser.o \ |
32 | inlineedit.o \ | 34 | inlineedit.o \ |
35 | filePermissions.o \ | ||
33 | main.o | 36 | main.o |
34 | INTERFACES = | 37 | INTERFACES = |
35 | UICDECLS = | 38 | UICDECLS = |
36 | UICIMPLS = | 39 | UICIMPLS = |
37 | SRCMOC =moc_inlineedit.cpp \ | 40 | SRCMOC =moc_inlineedit.cpp \ |
38 | moc_filebrowser.cpp | 41 | moc_filebrowser.cpp \ |
42 | moc_filePermissions.cpp | ||
39 | OBJMOC =moc_inlineedit.o \ | 43 | OBJMOC =moc_inlineedit.o \ |
40 | moc_filebrowser.o | 44 | moc_filebrowser.o \ |
45 | moc_filePermissions.o | ||
41 | 46 | ||
42 | 47 | ||
43 | ####### Implicit rules | 48 | ####### Implicit rules |
@@ -69,8 +74,10 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | |||
69 | 74 | ||
70 | moc: $(SRCMOC) | 75 | moc: $(SRCMOC) |
71 | 76 | ||
72 | tmake: | 77 | tmake: Makefile.in |
73 | tmake filebrowser.pro | 78 | |
79 | Makefile.in: filebrowser.pro | ||
80 | tmake filebrowser.pro -o Makefile.in | ||
74 | 81 | ||
75 | clean: | 82 | clean: |
76 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) | 83 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) |
@@ -106,22 +113,27 @@ REQUIRES= | |||
106 | filebrowser.o: filebrowser.cpp \ | 113 | filebrowser.o: filebrowser.cpp \ |
107 | inlineedit.h \ | 114 | inlineedit.h \ |
108 | filebrowser.h \ | 115 | filebrowser.h \ |
109 | $(OPIEDIR)/include/qpe/resource.h \ | 116 | filePermissions.h \ |
110 | $(OPIEDIR)/include/qpe/global.h \ | 117 | /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \ |
111 | $(OPIEDIR)/include/qpe/mimetype.h \ | 118 | /usr/src/oldsrc/Opie/opie/include/qpe/global.h \ |
112 | $(OPIEDIR)/include/qpe/applnk.h \ | 119 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h \ |
113 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ | 120 | /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \ |
114 | $(OPIEDIR)/include/qpe/qpemenubar.h | 121 | /usr/src/oldsrc/Opie/opie/include/qcopenvelope_qws.h \ |
122 | /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h \ | ||
123 | /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h | ||
115 | 124 | ||
116 | inlineedit.o: inlineedit.cpp \ | 125 | inlineedit.o: inlineedit.cpp \ |
117 | inlineedit.h | 126 | inlineedit.h |
118 | 127 | ||
128 | filePermissions.o: filePermissions.cpp \ | ||
129 | filePermissions.h | ||
130 | |||
119 | main.o: main.cpp \ | 131 | main.o: main.cpp \ |
120 | filebrowser.h \ | 132 | filebrowser.h \ |
121 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 133 | /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \ |
122 | $(OPIEDIR)/include/qpedecoration_qws.h \ | 134 | /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \ |
123 | $(OPIEDIR)/include/timestring.h \ | 135 | /usr/src/oldsrc/Opie/opie/include/timestring.h \ |
124 | $(OPIEDIR)/include/qpe/mimetype.h | 136 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h |
125 | 137 | ||
126 | moc_inlineedit.o: moc_inlineedit.cpp \ | 138 | moc_inlineedit.o: moc_inlineedit.cpp \ |
127 | inlineedit.h | 139 | inlineedit.h |
@@ -129,10 +141,16 @@ moc_inlineedit.o: moc_inlineedit.cpp \ | |||
129 | moc_filebrowser.o: moc_filebrowser.cpp \ | 141 | moc_filebrowser.o: moc_filebrowser.cpp \ |
130 | filebrowser.h | 142 | filebrowser.h |
131 | 143 | ||
144 | moc_filePermissions.o: moc_filePermissions.cpp \ | ||
145 | filePermissions.h | ||
146 | |||
132 | moc_inlineedit.cpp: inlineedit.h | 147 | moc_inlineedit.cpp: inlineedit.h |
133 | $(MOC) inlineedit.h -o moc_inlineedit.cpp | 148 | $(MOC) inlineedit.h -o moc_inlineedit.cpp |
134 | 149 | ||
135 | moc_filebrowser.cpp: filebrowser.h | 150 | moc_filebrowser.cpp: filebrowser.h |
136 | $(MOC) filebrowser.h -o moc_filebrowser.cpp | 151 | $(MOC) filebrowser.h -o moc_filebrowser.cpp |
137 | 152 | ||
153 | moc_filePermissions.cpp: filePermissions.h | ||
154 | $(MOC) filePermissions.h -o moc_filePermissions.cpp | ||
155 | |||
138 | 156 | ||