X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2FMaketop;h=ac3e5cee404984ad6474f3138254150b45a62cde;hb=9adf0cac23ff0639f64a9d510c71e5aab44c27e9;hp=06de83d4b7a213953fdcdf1d325e8f64b3db58c9;hpb=804b539f2f9d9af87ffa7036fd2b181fb12d86f1;p=libucw.git diff --git a/build/Maketop b/build/Maketop index 06de83d4..ac3e5cee 100644 --- a/build/Maketop +++ b/build/Maketop @@ -16,14 +16,17 @@ LDFLAGS=$(LOPT) $(LEXTRA) 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= +DOCS= +DOC_INDICES= +MANPAGES= + # Various files whose type does not fit into PROGS DATAFILES= @@ -40,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 @@ -75,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"`