]> mj.ucw.cz Git - libucw.git/blobdiff - build/Maketop
XTypes: Fixed dump of configuration.
[libucw.git] / build / Maketop
index 06de83d4b7a213953fdcdf1d325e8f64b3db58c9..ac3e5cee404984ad6474f3138254150b45a62cde 100644 (file)
@@ -16,14 +16,17 @@ LDFLAGS=$(LOPT) $(LEXTRA)
 DIRS=
 PROGS=
 CONFIGS=
 DIRS=
 PROGS=
 CONFIGS=
-CONFIG_DIR=etc
-CONFIG_SRC_DIR=cf
+CONFIG_SRC_DIR=$(CONFIG_DIR)
 TESTS=
 EXTRA_RUNDIRS=tmp log
 INSTALL_RUNDIRS=bin lib
 API_INCLUDES=
 API_LIBS=
 
 TESTS=
 EXTRA_RUNDIRS=tmp log
 INSTALL_RUNDIRS=bin lib
 API_INCLUDES=
 API_LIBS=
 
+DOCS=
+DOC_INDICES=
+MANPAGES=
+
 # Various files whose type does not fit into PROGS
 DATAFILES=
 
 # Various files whose type does not fit into PROGS
 DATAFILES=
 
@@ -40,10 +43,13 @@ endif
 ifdef CONFIG_SHARED
 LS=$(DYNAMIC_LIBRARIES)
 OS=oo
 ifdef CONFIG_SHARED
 LS=$(DYNAMIC_LIBRARIES)
 OS=oo
+PKG_CONFIG_OPTS=
 else
 LS=a
 OS=o
 else
 LS=a
 OS=o
+PKG_CONFIG_OPTS=--static
 endif
 endif
+LV=$(UCW_ABI_SUFFIX)
 
 SO_RUNDIR=lib
 
 
 SO_RUNDIR=lib
 
@@ -75,7 +81,7 @@ clean:: dust
        rm -rf tests run/{bin,lib,include,.tree-stamp,doc}
 
 distclean:: clean
        rm -rf tests run/{bin,lib,include,.tree-stamp,doc}
 
 distclean:: clean
-       rm -rf obj run
+       rm -rf obj run debian-tmp
 
 testclean::
        rm -f `find obj -name "*.test"`
 
 testclean::
        rm -f `find obj -name "*.test"`