make depend
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -118,6 +118,7 @@ app.o: ../../../winix/winixd/templates/changepatterns.h
|
||||
app.o: ../../../winix/winixd/templates/htmltextstream.h compress.h
|
||||
app.o: postparser.h httpsimpleparser.h cookieparser.h postmultiparser.h
|
||||
app.o: acceptencodingparser.h acceptbaseparser.h winixrequest.h
|
||||
app.o: ../../../winix/winixd/models/migration.h
|
||||
basethread.o: basethread.h synchro.h winixmodel.h
|
||||
basethread.o: ../../../winix/winixd/core/winixbase.h plugin.h pluginmsg.h
|
||||
basethread.o: plugindata.h winixbase.h ../../../winix/winixd/core/config.h
|
||||
|
@@ -1,5 +1,14 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
group.o: group.h ../../../morm/src/model.h ../../../morm/src/modelconnector.h
|
||||
group.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h
|
||||
group.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h
|
||||
group.o: ../../../morm/src/flatconnector.h ../../../morm/src/dbexpression.h
|
||||
group.o: ../../../morm/src/baseexpression.h ../../../morm/src/morm_types.h
|
||||
group.o: ../../../morm/src/modelenv.h ../../../morm/src/modeldata.h
|
||||
group.o: ../../../morm/src/cursorhelper.h ../../../morm/src/finderhelper.h
|
||||
group.o: ../../../morm/src/fieldvaluehelper.h
|
||||
group.o: ../../../morm/src/flatexpression.h
|
||||
item.o: ../../../winix/winixd/models/item.h ../../../morm/src/model.h
|
||||
item.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
|
||||
item.o: ../../../morm/src/dbconnector.h ../../../morm/src/queryresult.h
|
||||
@@ -47,6 +56,22 @@ itemcontent.o: ../../../winix/winixd/models/user.h
|
||||
itemcontent.o: ../../../winix/winixd/core/misc.h
|
||||
itemcontent.o: ../../../winix/winixd/core/requesttypes.h
|
||||
itemcontent.o: ../../../winix/winixd/core/winix_const.h
|
||||
migration.o: migration.h ../../../morm/src/model.h
|
||||
migration.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
|
||||
migration.o: ../../../morm/src/dbconnector.h ../../../morm/src/queryresult.h
|
||||
migration.o: ../../../morm/src/ft.h ../../../morm/src/flatconnector.h
|
||||
migration.o: ../../../morm/src/dbexpression.h
|
||||
migration.o: ../../../morm/src/baseexpression.h
|
||||
migration.o: ../../../morm/src/morm_types.h ../../../morm/src/modelenv.h
|
||||
migration.o: ../../../morm/src/modeldata.h ../../../morm/src/cursorhelper.h
|
||||
migration.o: ../../../morm/src/finderhelper.h
|
||||
migration.o: ../../../morm/src/fieldvaluehelper.h
|
||||
migration.o: ../../../morm/src/flatexpression.h
|
||||
migration.o: ../../../winix/winixd/core/log.h
|
||||
migration.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
migration.o: ../../../winix/winixd/core/filelog.h
|
||||
migration.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/finder.h
|
||||
migration.o: ../../../morm/src/cursor.h
|
||||
user.o: user.h ../../../morm/src/model.h ../../../morm/src/modelconnector.h
|
||||
user.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h
|
||||
user.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h
|
||||
|
@@ -1 +1 @@
|
||||
o = item.o itemcontent.o user.o
|
||||
o = group.o item.o itemcontent.o migration.o user.o
|
Reference in New Issue
Block a user