aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text')
-rw-r--r--cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.135
-rw-r--r--cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.437
-rw-r--r--cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.635
-rw-r--r--cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=log55
-rw-r--r--cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=rev55
5 files changed, 217 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.1 b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.1
new file mode 100644
index 00000000..5702e861
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.1
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/Makefile.am - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="Makefile.am"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="Makefile.am">Makefile.am</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/Makefile.am">Makefile.am</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.1" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Wed Apr 18 13:54:25 2001 UTC</i> (14 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<PRE>
+RENAMED code/server to code/nelns.
+</PRE>
+</td></tr></table><HR noshade><PRE>#
+# $Id: Makefile.am,v 1.1 2001/04/18 13:54:25 valignat Exp $
+#
+
+MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; config.sub ltconfig aclocal.m4 config.h.in \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install-sh mkinstalldirs
+
+SUBDIRS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= login_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; log_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; agent_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service
+
+
+dist-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;cp -pr $(srcdir)/bootstrap $(distdir)
+
+
+# End of Makefile.am
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.4 b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.4
new file mode 100644
index 00000000..89943367
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.4
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/Makefile.am - view - 1.4</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="Makefile.am"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="Makefile.am">Makefile.am</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/Makefile.am">Makefile.am</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.4" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.4','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.4</B>, <i>Mon Jun 18 14:04:46 2001 UTC</i> (12 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.3: +2 -3
+ lines</b><PRE>
+REMOVED the agnet_service from NELNS compilatiom/install process.
+</PRE>
+</td></tr></table><HR noshade><PRE>#
+# $Id: Makefile.am,v 1.4 2001/06/18 14:04:46 valignat Exp $
+#
+
+MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; config.sub ltconfig aclocal.m4 config.h.in \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install-sh mkinstalldirs
+
+SUBDIRS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= login_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; log_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service
+
+
+dist-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;cp -pr $(srcdir)/bootstrap $(distdir)
+
+
+# End of Makefile.am
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.6 b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.6
new file mode 100644
index 00000000..086bbf00
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.6
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/Makefile.am - view - 1.6</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="Makefile.am"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="Makefile.am">Makefile.am</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/Makefile.am">Makefile.am</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.6" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.6','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.6</B>, <i>Tue Mar 19 17:42:48 2002 UTC</i> (3 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.5: +5 -5
+ lines</b><PRE>
+Applied patches which help to have a clen install on GNU/Linux and to make a Debian package (changes on the management of config and log files, bugfixes, etc ...)
+</PRE>
+</td></tr></table><HR noshade><PRE>#
+# $Id: Makefile.am,v 1.6 2002/03/19 17:42:48 valignat Exp $
+#
+
+MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; config.sub ltconfig aclocal.m4 config.h.in \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install-sh mkinstalldirs
+
+EXTRA_DIST &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = acconfig.h services.dsw bootstrap doc
+
+SUBDIRS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= login_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service
+
+dist-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;find $(distdir) -name CVS -print | xargs rm -fr
+
+# End of Makefile.am
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=log b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=log
new file mode 100644
index 00000000..cefa82d0
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=log
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/Makefile.am - view - 1.8</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="Makefile.am?sortby=log"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="Makefile.am?sortby=log">Makefile.am</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=log">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=log">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/Makefile.am?sortby=log">Makefile.am</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.8&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.8','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.8</B>, <i>Fri May 3 08:11:14 2002 UTC</i> (8 weeks ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><BR>Changes since <b>1.7: +4 -1
+ lines</b><PRE>
+CHANGED: added common.cfg in the distrib
+</PRE>
+</td></tr></table><HR noshade><PRE>#
+# $Id: Makefile.am,v 1.8 2002/05/03 08:11:14 lecroart Exp $
+#
+
+MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; config.sub ltconfig aclocal.m4 config.h.in \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install-sh mkinstalldirs
+
+EXTRA_DIST &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = acconfig.h services.dsw bootstrap doc
+
+SUBDIRS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= login_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service
+
+dist-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;find $(distdir) -name CVS -print | xargs rm -fr
+
+install-data-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${pkglocalstatedir}
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${logdir}
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${pkgsysconfdir}
+#
+# Do not override existing config files
+#
+ &nbsp; &nbsp; &nbsp; &nbsp;for service in admin admin_executor login naming welcome ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;do \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;test -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg || cp ${srcdir}/$${service}_service/$${service}_service.cfg ${DESTDIR}${pkgsysconfdir} ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;done
+ &nbsp; &nbsp; &nbsp; &nbsp;test -f ${DESTDIR}${pkgsysconfdir}/common.cfg || cp ${srcdir}/admin_service/common.cfg ${DESTDIR}${pkgsysconfdir}
+
+
+uninstall-local:
+ &nbsp; &nbsp; &nbsp; &nbsp;for service in admin admin_executor login naming welcome ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;do \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rm -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;done
+ &nbsp; &nbsp; &nbsp; &nbsp;rm -f ${DESTDIR}${pkgsysconfdir}/common.cfg
+
+# End of Makefile.am
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=rev b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=rev
new file mode 100644
index 00000000..c4482b50
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/Makefile.am?content-type=text/x-cvsweb-markup&rev=1.8&sortby=rev
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/Makefile.am - view - 1.8</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="Makefile.am?sortby=rev"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="Makefile.am?sortby=rev">Makefile.am</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=rev">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=rev">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=rev">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=rev">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=rev">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=rev">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/Makefile.am?sortby=rev">Makefile.am</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.8&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.8','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.8</B>, <i>Fri May 3 08:11:14 2002 UTC</i> (7 weeks, 2 days ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><BR>Changes since <b>1.7: +4 -1
+ lines</b><PRE>
+CHANGED: added common.cfg in the distrib
+</PRE>
+</td></tr></table><HR noshade><PRE>#
+# $Id: Makefile.am,v 1.8 2002/05/03 08:11:14 lecroart Exp $
+#
+
+MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; config.sub ltconfig aclocal.m4 config.h.in \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install-sh mkinstalldirs
+
+EXTRA_DIST &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = acconfig.h services.dsw bootstrap doc
+
+SUBDIRS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= login_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service
+
+dist-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;find $(distdir) -name CVS -print | xargs rm -fr
+
+install-data-hook:
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${pkglocalstatedir}
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${logdir}
+ &nbsp; &nbsp; &nbsp; &nbsp;mkdir -p ${DESTDIR}${pkgsysconfdir}
+#
+# Do not override existing config files
+#
+ &nbsp; &nbsp; &nbsp; &nbsp;for service in admin admin_executor login naming welcome ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;do \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;test -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg || cp ${srcdir}/$${service}_service/$${service}_service.cfg ${DESTDIR}${pkgsysconfdir} ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;done
+ &nbsp; &nbsp; &nbsp; &nbsp;test -f ${DESTDIR}${pkgsysconfdir}/common.cfg || cp ${srcdir}/admin_service/common.cfg ${DESTDIR}${pkgsysconfdir}
+
+
+uninstall-local:
+ &nbsp; &nbsp; &nbsp; &nbsp;for service in admin admin_executor login naming welcome ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;do \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rm -f ${DESTDIR}${pkgsysconfdir}/$${service}_service.cfg ; \
+ &nbsp; &nbsp; &nbsp; &nbsp;done
+ &nbsp; &nbsp; &nbsp; &nbsp;rm -f ${DESTDIR}${pkgsysconfdir}/common.cfg
+
+# End of Makefile.am
+</PRE> \ No newline at end of file