aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 14:22:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 14:22:16 +0000
commite88b3e983dd3231e7a6c526040030126df785fd9 (patch)
tree8663ac358b6b245607975fea983083bf603cbf39
parent96f9be4defa5c96b436e9c3a78d8f3d6bdc3ed3d (diff)
downloadipacct-e88b3e983dd3231e7a6c526040030126df785fd9.tar.gz
ipacct-e88b3e983dd3231e7a6c526040030126df785fd9.tar.bz2
*** empty log message ***release_0_1
-rw-r--r--.cvsignore11
-rw-r--r--Makefile.in373
-rw-r--r--libpcap/.cvsignore2
-rw-r--r--libpcap/Makefile.in381
-rw-r--r--src/.cvsignore2
-rw-r--r--src/Makefile.in337
6 files changed, 15 insertions, 1091 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..83c04e0
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,11 @@
1Makefile.in
2Makefile
3aclocal.m4
4config.guess
5missing
6config.h.in
7mkinstalldirs
8config.sub
9stamp-h.in
10configure
11install-sh
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 9a8a6fc..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,373 +0,0 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66CC = @CC@
67INCLUDES = @INCLUDES@
68LEX = @LEX@
69LN_S = @LN_S@
70MAKEINFO = @MAKEINFO@
71PACKAGE = @PACKAGE@
72RANLIB = @RANLIB@
73VERSION = @VERSION@
74V_PCAP = @V_PCAP@
75YACC = @YACC@
76
77SUBDIRS = libpcap src
78EXTRA_DIST = ipacct.conf.example
79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = config.h
82CONFIG_CLEAN_FILES =
83DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
84Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
85config.h.in config.sub configure configure.in install-sh missing \
86mkinstalldirs ylwrap
87
88
89DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90
91TAR = tar
92GZIP_ENV = --best
93all: all-redirect
94.SUFFIXES:
95$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
97
98Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
99 cd $(top_builddir) \
100 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
101
102$(ACLOCAL_M4): configure.in
103 cd $(srcdir) && $(ACLOCAL)
104
105config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
106 $(SHELL) ./config.status --recheck
107$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
108 cd $(srcdir) && $(AUTOCONF)
109
110config.h: stamp-h
111 @if test ! -f $@; then \
112 rm -f stamp-h; \
113 $(MAKE) stamp-h; \
114 else :; fi
115stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
116 cd $(top_builddir) \
117 && CONFIG_FILES= CONFIG_HEADERS=config.h \
118 $(SHELL) ./config.status
119 @echo timestamp > stamp-h 2> /dev/null
120$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
121 @if test ! -f $@; then \
122 rm -f $(srcdir)/stamp-h.in; \
123 $(MAKE) $(srcdir)/stamp-h.in; \
124 else :; fi
125$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
126 cd $(top_srcdir) && $(AUTOHEADER)
127 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
128
129mostlyclean-hdr:
130
131clean-hdr:
132
133distclean-hdr:
134 -rm -f config.h
135
136maintainer-clean-hdr:
137
138# This directory's subdirectories are mostly independent; you can cd
139# into them and run `make' without going through this Makefile.
140# To change the values of `make' variables: instead of editing Makefiles,
141# (1) if the variable is set in `config.status', edit `config.status'
142# (which will cause the Makefiles to be regenerated when you run `make');
143# (2) otherwise, pass the desired values on the `make' command line.
144
145@SET_MAKE@
146
147all-recursive install-data-recursive install-exec-recursive \
148installdirs-recursive install-recursive uninstall-recursive \
149check-recursive installcheck-recursive info-recursive dvi-recursive:
150 @set fnord $(MAKEFLAGS); amf=$$2; \
151 dot_seen=no; \
152 target=`echo $@ | sed s/-recursive//`; \
153 list='$(SUBDIRS)'; for subdir in $$list; do \
154 echo "Making $$target in $$subdir"; \
155 if test "$$subdir" = "."; then \
156 dot_seen=yes; \
157 local_target="$$target-am"; \
158 else \
159 local_target="$$target"; \
160 fi; \
161 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163 done; \
164 if test "$$dot_seen" = "no"; then \
165 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
166 fi; test -z "$$fail"
167
168mostlyclean-recursive clean-recursive distclean-recursive \
169maintainer-clean-recursive:
170 @set fnord $(MAKEFLAGS); amf=$$2; \
171 dot_seen=no; \
172 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
173 rev="$$subdir $$rev"; \
174 test "$$subdir" = "." && dot_seen=yes; \
175 done; \
176 test "$$dot_seen" = "no" && rev=". $$rev"; \
177 target=`echo $@ | sed s/-recursive//`; \
178 for subdir in $$rev; do \
179 echo "Making $$target in $$subdir"; \
180 if test "$$subdir" = "."; then \
181 local_target="$$target-am"; \
182 else \
183 local_target="$$target"; \
184 fi; \
185 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187 done && test -z "$$fail"
188tags-recursive:
189 list='$(SUBDIRS)'; for subdir in $$list; do \
190 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
191 done
192
193tags: TAGS
194
195ID: $(HEADERS) $(SOURCES) $(LISP)
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 here=`pwd` && cd $(srcdir) \
201 && mkid -f$$here/ID $$unique $(LISP)
202
203TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
204 tags=; \
205 here=`pwd`; \
206 list='$(SUBDIRS)'; for subdir in $$list; do \
207 if test "$$subdir" = .; then :; else \
208 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
209 fi; \
210 done; \
211 list='$(SOURCES) $(HEADERS)'; \
212 unique=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
216 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
217
218mostlyclean-tags:
219
220clean-tags:
221
222distclean-tags:
223 -rm -f TAGS ID
224 </