X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMaketop;h=ac3e5cee404984ad6474f3138254150b45a62cde;hb=9adf0cac23ff0639f64a9d510c71e5aab44c27e9;hp=666d087166575654062b0ae58da6005373452def;hpb=a5c0d4362dfaa392df68f793707ac90328aff1c0;p=libucw.git diff --git a/build/Maketop b/build/Maketop index 666d0871..ac3e5cee 100644 --- a/build/Maketop +++ b/build/Maketop @@ -16,13 +16,17 @@ LDFLAGS=$(LOPT) $(LEXTRA) DIRS= PROGS= CONFIGS= -CONFIG_SRC_DIR=cf +CONFIG_SRC_DIR=$(CONFIG_DIR) 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= @@ -39,10 +43,13 @@ endif ifdef CONFIG_SHARED LS=$(DYNAMIC_LIBRARIES) OS=oo +PKG_CONFIG_OPTS= else LS=a OS=o +PKG_CONFIG_OPTS=--static endif +LV=$(UCW_ABI_SUFFIX) SO_RUNDIR=lib @@ -74,7 +81,7 @@ clean:: dust 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"`