author | llornkcor <llornkcor> | 2002-02-24 17:43:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 17:43:36 (UTC) |
commit | f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf (patch) (unidiff) | |
tree | 924af60036721711bef26bc969d53f3a54fe87e3 | |
parent | c8c16041847fa96ffc4283fcedf4431917bc7bf5 (diff) | |
download | opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.zip opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.tar.gz opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.tar.bz2 |
fixed hardpath
-rw-r--r-- | noncore/unsupported/filebrowser/Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in index d964f79..c3336cf 100644 --- a/noncore/unsupported/filebrowser/Makefile.in +++ b/noncore/unsupported/filebrowser/Makefile.in | |||
@@ -69,88 +69,88 @@ OBJMOC = moc_inlineedit.o \ | |||
69 | 69 | ||
70 | all: $(DESTDIR)$(TARGET) | 70 | all: $(DESTDIR)$(TARGET) |
71 | 71 | ||
72 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | 72 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) |
73 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) | 73 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) |
74 | 74 | ||
75 | moc: $(SRCMOC) | 75 | moc: $(SRCMOC) |
76 | 76 | ||
77 | tmake: Makefile.in | 77 | tmake: Makefile.in |
78 | 78 | ||
79 | Makefile.in: filebrowser.pro | 79 | Makefile.in: filebrowser.pro |
80 | tmake filebrowser.pro -o Makefile.in | 80 | tmake filebrowser.pro -o Makefile.in |
81 | 81 | ||
82 | clean: | 82 | clean: |
83 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) | 83 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) |
84 | -rm -f *~ core | 84 | -rm -f *~ core |
85 | -rm -f allmoc.cpp | 85 | -rm -f allmoc.cpp |
86 | 86 | ||
87 | ####### Extension Modules | 87 | ####### Extension Modules |
88 | 88 | ||
89 | listpromodules: | 89 | listpromodules: |
90 | @echo | 90 | @echo |
91 | 91 | ||
92 | listallmodules: | 92 | listallmodules: |
93 | @echo | 93 | @echo |
94 | 94 | ||
95 | listaddonpromodules: | 95 | listaddonpromodules: |
96 | @echo | 96 | @echo |
97 | 97 | ||
98 | listaddonentmodules: | 98 | listaddonentmodules: |
99 | @echo | 99 | @echo |
100 | 100 | ||
101 | 101 | ||
102 | REQUIRES= | 102 | REQUIRES= |
103 | 103 | ||
104 | ####### Sub-libraries | 104 | ####### Sub-libraries |
105 | 105 | ||
106 | 106 | ||
107 | ###### Combined headers | 107 | ###### Combined headers |
108 | 108 | ||
109 | 109 | ||
110 | 110 | ||
111 | ####### Compile | 111 | ####### Compile |
112 | 112 | ||
113 | filebrowser.o: filebrowser.cpp \ | 113 | filebrowser.o: filebrowser.cpp \ |
114 | inlineedit.h \ | 114 | inlineedit.h \ |
115 | filebrowser.h \ | 115 | filebrowser.h \ |
116 | filePermissions.h \ | 116 | filePermissions.h \ |
117 | /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \ | 117 | $(OPIEDIR)/include/qpe/resource.h \ |
118 | /usr/src/oldsrc/Opie/opie/include/qpe/global.h \ | 118 | $(OPIEDIR)/include/qpe/global.h \ |
119 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h \ | 119 | $(OPIEDIR)/include/qpe/mimetype.h \ |
120 | /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \ | 120 | $(OPIEDIR)/include/qpe/applnk.h \ |
121 | /usr/src/oldsrc/Opie/opie/include/qcopenvelope_qws.h \ | 121 | $(OPIEDIR)/include/qcopenvelope_qws.h \ |
122 | /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h \ | 122 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ |
123 | /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h | 123 | $(OPIEDIR)/include/qpe/qpemenubar.h |
124 | 124 | ||
125 | inlineedit.o: inlineedit.cpp \ | 125 | inlineedit.o: inlineedit.cpp \ |
126 | inlineedit.h | 126 | inlineedit.h |
127 | 127 | ||
128 | filePermissions.o: filePermissions.cpp \ | 128 | filePermissions.o: filePermissions.cpp \ |
129 | filePermissions.h | 129 | filePermissions.h |
130 | 130 | ||
131 | main.o: main.cpp \ | 131 | main.o: main.cpp \ |
132 | filebrowser.h \ | 132 | filebrowser.h \ |
133 | /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \ | 133 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
134 | /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \ | 134 | $(OPIEDIR)/include/qpedecoration_qws.h \ |
135 | /usr/src/oldsrc/Opie/opie/include/timestring.h \ | 135 | $(OPIEDIR)/include/timestring.h \ |
136 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h | 136 | $(OPIEDIR)/include/qpe/mimetype.h |
137 | 137 | ||
138 | moc_inlineedit.o: moc_inlineedit.cpp \ | 138 | moc_inlineedit.o: moc_inlineedit.cpp \ |
139 | inlineedit.h | 139 | inlineedit.h |
140 | 140 | ||
141 | moc_filebrowser.o: moc_filebrowser.cpp \ | 141 | moc_filebrowser.o: moc_filebrowser.cpp \ |
142 | filebrowser.h | 142 | filebrowser.h |
143 | 143 | ||
144 | moc_filePermissions.o: moc_filePermissions.cpp \ | 144 | moc_filePermissions.o: moc_filePermissions.cpp \ |
145 | filePermissions.h | 145 | filePermissions.h |
146 | 146 | ||
147 | moc_inlineedit.cpp: inlineedit.h | 147 | moc_inlineedit.cpp: inlineedit.h |
148 | $(MOC) inlineedit.h -o moc_inlineedit.cpp | 148 | $(MOC) inlineedit.h -o moc_inlineedit.cpp |
149 | 149 | ||
150 | moc_filebrowser.cpp: filebrowser.h | 150 | moc_filebrowser.cpp: filebrowser.h |
151 | $(MOC) filebrowser.h -o moc_filebrowser.cpp | 151 | $(MOC) filebrowser.h -o moc_filebrowser.cpp |
152 | 152 | ||
153 | moc_filePermissions.cpp: filePermissions.h | 153 | moc_filePermissions.cpp: filePermissions.h |
154 | $(MOC) filePermissions.h -o moc_filePermissions.cpp | 154 | $(MOC) filePermissions.h -o moc_filePermissions.cpp |
155 | 155 | ||
156 | 156 | ||