summaryrefslogtreecommitdiff
path: root/.depend
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
commitd26ab5f2338aaf07289dd57c7770f85a79cf7b2b (patch)
tree763147d5f178d7db09910b5ab2fe8fe6d75afa9b /.depend
parentdacd393fefeabafd1306533dd6c5a56e0ab347cc (diff)
Removed ./configure stuff, created simple makefile
Diffstat (limited to '.depend')
-rw-r--r--.depend21
1 files changed, 21 insertions, 0 deletions
diff --git a/.depend b/.depend
new file mode 100644
index 0000000..ce5924d
--- /dev/null
+++ b/.depend
@@ -0,0 +1,21 @@
+main.o: main.cpp myfuncs.h TUserList.h mytypes.h TConfigReadOnly.h \
+ TPlugin.h TSession.h TPluginParent.h TPluginParentLight.h \
+ TConnectionInterface.h TConnection.h TChannel.h TConfig.h main.h
+TChannel.o: TChannel.cpp TChannel.h mytypes.h TConfigReadOnly.h myfuncs.h \
+ TPluginParent.h TPlugin.h TPluginParentLight.h TConnectionInterface.h \
+ TUserList.h TConnection.h TSession.h
+TConnection.o: TConnection.cpp TConnection.h mytypes.h TConfigReadOnly.h \
+ myfuncs.h TConnectionInterface.h TUserList.h TPluginParent.h TPlugin.h \
+ TPluginParentLight.h TSession.h TChannel.h
+TPluginParent.o: TPluginParent.cpp TPluginParent.h mytypes.h \
+ TConfigReadOnly.h myfuncs.h TPlugin.h TPluginParentLight.h \
+ TConnectionInterface.h TUserList.h TConnection.h TSession.h TChannel.h
+TUserList.o: TUserList.cpp TUserList.h mytypes.h TConfigReadOnly.h \
+ myfuncs.h
+myfuncs.o: myfuncs.cpp myfuncs.h
+TConfig.o: TConfig.cpp TConfig.h TConfigReadOnly.h myfuncs.h
+TPlugin.o: TPlugin.cpp TPlugin.h mytypes.h TConfigReadOnly.h myfuncs.h \
+ main.h TConfig.h
+TSession.o: TSession.cpp TSession.h mytypes.h TConfigReadOnly.h myfuncs.h \
+ TPluginParent.h TPlugin.h TPluginParentLight.h TConnectionInterface.h \
+ TUserList.h TConnection.h TChannel.h