[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-02-26 23:04:16
Message-ID: 1267225456.879786.11873.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1096590 by staniek:

do not install headers - the lib is private


 M  +10 -56    CMakeLists.txt  


--- trunk/koffice/kexi/kexidb/CMakeLists.txt #1096589:1096590
@@ -29,9 +29,7 @@
 SET_SOURCE_FILES_PROPERTIES(${CMAKE_SOURCE_DIR}/kexi/kexidb/parser/sqlscanner.h GENERATED)
 SET_SOURCE_FILES_PROPERTIES(${CMAKE_SOURCE_DIR}/kexi/kexidb/parser/sqlscanner.cpp GENERATED)
 
-########### next target ###############
-
-set(kexidbparser_STAT_SRCS 
+set(kexidbparser_STAT_SRCS
    parser/sqlscanner.cpp 
    parser/sqlparser.cpp 
    parser/parser.cpp 
@@ -85,57 +83,13 @@
 
 install(TARGETS kexidb  ${INSTALL_TARGETS_DEFAULT_ARGS})
 
+install(FILES  kexidb_driver.desktop  DESTINATION ${SERVICETYPES_INSTALL_DIR})
 
-########### install files ###############
-
-install( FILES  connection.h connectiondata.h cursor.h 
- driver.h drivermanager.h error.h expression.h field.h fieldlist.h global.h object.h 
- schemadata.h tableschema.h queryschema.h queryschemaparameter.h indexschema.h 
- relationship.h parser/parser.h parser/sqlparser.h transaction.h preparedstatement.h  
- RecordData.h utils.h
- kexidb_export.h kexidb_global.h DESTINATION ${INCLUDE_INSTALL_DIR}/kexidb COMPONENT Devel)
-install( FILES  kexidb_driver.desktop  DESTINATION ${SERVICETYPES_INSTALL_DIR})
-
-
-
-
-
-#original Makefile.am contents follow:
-
-#include $(top_srcdir)/kexi/Makefile.global
-#
-#lib_LTLIBRARIES = libkexidb.la
-#
-#INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
-#
-#SUBDIRS = . parser drivers
-#
-#libkexidb_la_METASOURCES = AUTO
-#
-#libkexidb_la_SOURCES = drivermanager.cpp driver.cpp driver_p.cpp connection.cpp \
-# keywords.cpp object.cpp field.cpp utils.cpp expression.cpp \
-# connectiondata.cpp fieldlist.cpp tableschema.cpp cursor.cpp transaction.cpp  \
-# indexschema.cpp queryschema.cpp schemadata.cpp global.cpp relationship.cpp \
-# roweditbuffer.cpp msghandler.cpp \
-# dbobjectnamevalidator.cpp preparedstatement.cpp \
-# dbproperties.cpp
-#
-#noinst_HEADERS = drivermanager_p.h utils_p.h
-#
-#kexidbincludedir=$(includedir)/kexidb
-#kexidbinclude_HEADERS=connection.h connectiondata.h cursor.h \
-#  driver.h drivermanager.h \
-#  error.h expression.h field.h fieldlist.h global.h object.h \
-#  schemadata.h tableschema.h queryschema.h indexschema.h \
-#  relationship.h parser/parser.h transaction.h preparedstatement.h \
-#  kexidb_export.h
-#
-#libkexidb_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO) \
-#	 $(top_builddir)/kexi/kexiutils/libkexiutils.la
-#libkexidb_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-#
-#kde_servicetypes_DATA = kexidb_driver.desktop
-#
-#
-#KDE_CXXFLAGS += -D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h
-#
+if(FALSE) # TODO: install when we move to independent place
+   install( FILES  connection.h connectiondata.h cursor.h
+    driver.h drivermanager.h error.h expression.h field.h fieldlist.h global.h object.h
+    schemadata.h tableschema.h queryschema.h queryschemaparameter.h indexschema.h
+    relationship.h parser/parser.h parser/sqlparser.h transaction.h preparedstatement.h
+    RecordData.h utils.h
+    kexidb_export.h kexidb_global.h DESTINATION ${INCLUDE_INSTALL_DIR}/kexidb COMPONENT Devel)
+endif(FALSE)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic