summaryrefslogtreecommitdiffstats
path: root/NAMING
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 17:40:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 17:40:22 +0900
commit581fd4262bbec7f0478957581bbf662ada6a6572 (patch)
treea928f5000b3d4f3af063ed2fc5c795cc5cbae03e /NAMING
parenta5f3aa24b61eee302a0f33e05a1d728198e79358 (diff)
downloadtqtinterface-581fd4262bbec7f0478957581bbf662ada6a6572.tar.gz
tqtinterface-581fd4262bbec7f0478957581bbf662ada6a6572.zip
Drop tqtinterface. Leave a short README for info onlyHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'NAMING')
-rw-r--r--NAMING14
1 files changed, 0 insertions, 14 deletions
diff --git a/NAMING b/NAMING
deleted file mode 100644
index a5e2859..0000000
--- a/NAMING
+++ /dev/null
@@ -1,14 +0,0 @@
-This document describes the naming convention for the various kinds
-of DSOs (Dynamic Shared Objects).
-
-NOTE: Files of the format xxxx.la are libtool files that describe the
-actual DSO. The DSO itself is usually named xxxx.so or libxxxx.so.
-Some platforms require that the name of a DSO starts with "lib". On
-those platforms xxxx.la and libxxxx.la both generate DSOs with the
-same name "libxxxx.so". Since this leads to problems you should never
-use both "xxxx.la" and "libxxxx.la" as names for DSOs!!
-
-*** Since <appname>.la is reserved for KDEInit loadable modules, it is
-*** strongly recommended NEVER to use lib<appname>.la as the name of a
-*** library.
-