Skip to content

Commit

Permalink
doc in makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
jjako committed Jul 7, 2003
1 parent c13c9df commit a9639f3
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 209 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = gtp ggsn sgsnemu
SUBDIRS = gtp ggsn sgsnemu doc
13 changes: 7 additions & 6 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ CXX = @CXX@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
ECHO = @ECHO@
EXEC_LDFLAGS = @EXEC_LDFLAGS@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
Expand All @@ -90,8 +91,8 @@ subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = doc/Makefile intl/Makefile po/Makefile src/Makefile \
tests/Makefile
CONFIG_CLEAN_FILES = intl/Makefile po/Makefile src/Makefile \
tests/Makefile openggsn.spec
DIST_SOURCES =

RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
Expand All @@ -101,7 +102,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub \
configure configure.in depcomp install-sh ltmain.sh missing \
mkinstalldirs
mkinstalldirs openggsn.spec.in
DIST_SUBDIRS = $(SUBDIRS)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
Expand Down Expand Up @@ -140,8 +141,6 @@ $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)

distclean-hdr:
-rm -f config.h stamp-h1
doc/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
po/Makefile: $(top_builddir)/config.status $(top_srcdir)/po/Makefile.in
Expand All @@ -150,6 +149,8 @@ src/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
tests/Makefile: $(top_builddir)/config.status $(top_srcdir)/tests/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
openggsn.spec: $(top_builddir)/config.status openggsn.spec.in
cd $(top_builddir) && $(SHELL) ./config.status $@

mostlyclean-libtool:
-rm -f *.lo
Expand Down Expand Up @@ -272,7 +273,7 @@ distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
$(mkinstalldirs) $(distdir)/doc $(distdir)/intl $(distdir)/po $(distdir)/src $(distdir)/tests
$(mkinstalldirs) $(distdir)/. $(distdir)/intl $(distdir)/po $(distdir)/src $(distdir)/tests
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
Expand Down
9 changes: 0 additions & 9 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `e' library (-le). */
#undef HAVE_LIBE

/* Define to 1 if you have the `gtp' library (-lgtp). */
#undef HAVE_LIBGTP

/* Define to 1 if you have the `inks' library (-links). */
#undef HAVE_LIBINKS

/* Define to 1 if your system has a working `malloc' function. */
#undef HAVE_MALLOC

Expand Down
Loading

0 comments on commit a9639f3

Please sign in to comment.