please use spaces between variable names and values

This commit is contained in:
Frédéric Péters 2004-09-08 15:50:02 +00:00
parent 070e552257
commit db8d9f930f
9 changed files with 29 additions and 48 deletions

View File

@ -1,34 +1,25 @@
TOP=$(top_srcdir)
DOC_MAIN_SGML_FILE=lasso.sgml
SOURCE_DIR=$(TOP)/lasso
INCLUDE_DIR=$(TOP)/lasso
EXTRA_DIST = \
lasso-sections.txt \
lasso.sgml \
lasso.types
# Extra options to pass to gtkdoc-scangobj.
SCANOBJ_OPTIONS=
#
# We need to pre-process original source files
# because gtkdoc does not understand some C features
#
DOC_SOURCE_DIR=./code
DOC_SOURCE_FILES=\
$(shell find $(SOURCE_DIR) -name '*.c' -print ) \
$(shell find $(INCLUDE_DIR) -name '*.h' -print )
DOC_SOURCE_DIR = ./code
DOC_SOURCE_FILES = \
$(shell find $(top_srcdir)/lasso -name '*.c' -print ) \
$(shell find $(top_srcdir)/lasso -name '*.h' -print )
# do nothing for all
all: docs
docs: sgml html clean-sources
html: sgml $(DOC_MAIN_SGML_FILE) lasso-index
html: sgml lasso.sgml lasso-index
@echo '*** Building HTML ***'
test -d html || mkdir html
cd html && gtkdoc-mkhtml lasso ../build/$(DOC_MAIN_SGML_FILE)
cd html && gtkdoc-mkhtml lasso ../build/lasso.sgml
SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisites lasso.args
@ -41,7 +32,7 @@ SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisit
sgml: templates
@echo '*** Building SGML ***'
cd build && gtkdoc-mkdb --module=lasso \
--main-sgml-file=$(DOC_MAIN_SGML_FILE) \
--main-sgml-file=lasso.sgml \
--tmpl-dir=../tmpl/ \
--source-dir=../$(DOC_SOURCE_DIR)/lasso \
--output-dir=../sgml/
@ -69,8 +60,8 @@ GTKDOC_LIBS = \
$(LASSO_LIBS) \
$(top_builddir)/lasso/liblasso.la
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC)
scan: doc_sources
test -d build || mkdir build
@ -94,7 +85,7 @@ scan: doc_sources
doc_sources: $(DOC_SOURCE_FILES)
@echo '*** Prepare sources ***'
(for i in $(DOC_SOURCE_FILES) ; do \
folder_name=`echo $$i | sed 's#$(TOP)/##' | sed 's#/[^/]*$$##'`; \
folder_name=`echo $$i | sed 's#$(top_srcdir)/##' | sed 's#/[^/]*$$##'`; \
file_name=`echo $$i | sed 's#.*/##'`; \
test -d $(DOC_SOURCE_DIR)/$$folder_name || mkdir -p $(DOC_SOURCE_DIR)/$$folder_name; \
cat $$i | \

View File

@ -2,10 +2,7 @@ SUBDIRS = xml protocols environs
liblassoincludedir = $(includedir)/lasso
INCLUDES = \
-I$(top_srcdir) \
$(LASSO_DEFINES) \
$(LASSO_CFLAGS)
INCLUDES = -I$(top_srcdir) $(LASSO_DEFINES) $(LASSO_CFLAGS)
## Added to activate libtool 1.5.6 windows resources partial support
LTRCCOMPILE = $(LIBTOOL) --tag=RC --mode=compile $(RC) \

View File

@ -1,5 +1,3 @@
SUBDIRS =
liblassoincludedir = $(includedir)/lasso/environs
INCLUDES = \

View File

@ -1 +1 @@
SUBDIRS=sample-sp sample-idp
SUBDIRS = sample-sp sample-idp

View File

@ -1,11 +1,5 @@
EXTRA_DIST= admin_user.php\
create_metadata.php \
defederate.php \
federate.php \
index.php \
login.php \
logout.php \
setup.php \
singleSignOn.php \
soapEndpoint.php \
user_add.php
EXTRA_DIST = admin_user.php create_metadata.php defederate.php \
federate.php index.php login.php \
logout.php setup.php singleSignOn.php \
soapEndpoint.php user_add.php

View File

@ -1,9 +1,4 @@
EXTRA_DIST= admin_user.php \
index.php \
logout.php \
setup.php \
README \
assertionConsumer.php \
login.php \
register.php
EXTRA_DIST = admin_user.php index.php logout.php \
setup.php README assertionConsumer.php \
login.php register.php

View File

@ -14,6 +14,6 @@ lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i
test-php: lasso.la lasso.php
$(PHP) -d extension_dir=.libs $(srcdir)/lasso.php
MAINTAINERCLEANFILES=$(SWIG_OUTPUTS)
EXTRA_DIST=$(SWIG_OUTPUTS)
SUBDIRS=examples
MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
EXTRA_DIST = $(SWIG_OUTPUTS)
SUBDIRS = examples

3
python/doc/.cvsignore Normal file
View File

@ -0,0 +1,3 @@
Makefile
Makefile.in

View File

@ -0,0 +1,3 @@
Makefile
Makefile.in