• R/O
  • HTTP
  • SSH
  • HTTPS

zombie: Commit

zombieプロジェクトのレポジトリ


Commit MetaInfo

Revision0d59824eec3131a986080b3045b35b7612de6797 (tree)
Time2008-11-26 11:17:32
AuthorTaizo ITO <taizo.ito@hde....>
CommiterTaizo ITO

Log Message

commited.

Change Summary

Incremental Difference

--- a/configure.in
+++ b/configure.in
@@ -10,6 +10,7 @@ AM_CONFIG_HEADER(config.h)
1010 # Checks for programs.
1111 AC_PROG_CXX
1212 AC_PROG_CC
13+AC_PROG_LIBTOOL
1314
1415 # Checks for libraries.
1516
@@ -24,4 +25,7 @@ AC_FUNC_FORK
2425
2526 AC_CONFIG_FILES([Makefile
2627 src/Makefile])
27-AC_OUTPUT
28+AC_OUTPUT([
29+zombie.spec
30+])
31+
--- a/src/Makefile.in
+++ /dev/null
@@ -1,309 +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-
14-SHELL = @SHELL@
15-
16-srcdir = @srcdir@
17-top_srcdir = @top_srcdir@
18-VPATH = @srcdir@
19-prefix = @prefix@
20-exec_prefix = @exec_prefix@
21-
22-bindir = @bindir@
23-sbindir = @sbindir@
24-libexecdir = @libexecdir@
25-datadir = @datadir@
26-sysconfdir = @sysconfdir@
27-sharedstatedir = @sharedstatedir@
28-localstatedir = @localstatedir@
29-libdir = @libdir@
30-infodir = @infodir@
31-mandir = @mandir@
32-includedir = @includedir@
33-oldincludedir = /usr/include
34-
35-DESTDIR =
36-
37-pkgdatadir = $(datadir)/@PACKAGE@
38-pkglibdir = $(libdir)/@PACKAGE@
39-pkgincludedir = $(includedir)/@PACKAGE@
40-
41-top_builddir = ..
42-
43-ACLOCAL = @ACLOCAL@
44-AUTOCONF = @AUTOCONF@
45-AUTOMAKE = @AUTOMAKE@
46-AUTOHEADER = @AUTOHEADER@
47-
48-INSTALL = @INSTALL@
49-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50-INSTALL_DATA = @INSTALL_DATA@
51-INSTALL_SCRIPT = @INSTALL_SCRIPT@
52-transform = @program_transform_name@
53-
54-NORMAL_INSTALL = :
55-PRE_INSTALL = :
56-POST_INSTALL = :
57-NORMAL_UNINSTALL = :
58-PRE_UNINSTALL = :
59-POST_UNINSTALL = :
60-CC = @CC@
61-CXX = @CXX@
62-MAKEINFO = @MAKEINFO@
63-PACKAGE = @PACKAGE@
64-VERSION = @VERSION@
65-
66-bin_PROGRAMS = zombie
67-zombie_SOURCES = zombie.c
68-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69-CONFIG_HEADER = ../config.h
70-CONFIG_CLEAN_FILES =
71-PROGRAMS = $(bin_PROGRAMS)
72-
73-
74-DEFS = @DEFS@ -I. -I$(srcdir) -I..
75-CPPFLAGS = @CPPFLAGS@
76-LDFLAGS = @LDFLAGS@
77-LIBS = @LIBS@
78-zombie_OBJECTS = zombie.o
79-zombie_LDADD = $(LDADD)
80-zombie_DEPENDENCIES =
81-zombie_LDFLAGS =
82-CFLAGS = @CFLAGS@
83-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84-CCLD = $(CC)
85-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
86-DIST_COMMON = Makefile.am Makefile.in
87-
88-
89-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90-
91-TAR = gtar
92-GZIP_ENV = --best
93-DEP_FILES = .deps/zombie.P
94-SOURCES = $(zombie_SOURCES)
95-OBJECTS = $(zombie_OBJECTS)
96-
97-all: all-redirect
98-.SUFFIXES:
99-.SUFFIXES: .S .c .o .s
100-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101- cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
102-
103-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
104- cd $(top_builddir) \
105- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
106-
107-
108-mostlyclean-binPROGRAMS:
109-
110-clean-binPROGRAMS:
111- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
112-
113-distclean-binPROGRAMS:
114-
115-maintainer-clean-binPROGRAMS:
116-
117-install-binPROGRAMS: $(bin_PROGRAMS)
118- @$(NORMAL_INSTALL)
119- $(mkinstalldirs) $(DESTDIR)$(bindir)
120- @list='$(bin_PROGRAMS)'; for p in $$list; do \
121- if test -f $$p; then \
122- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
123- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
124- else :; fi; \
125- done
126-
127-uninstall-binPROGRAMS:
128- @$(NORMAL_UNINSTALL)
129- list='$(bin_PROGRAMS)'; for p in $$list; do \
130- rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
131- done
132-
133-.s.o:
134- $(COMPILE) -c $<
135-
136-.S.o:
137- $(COMPILE) -c $<
138-
139-mostlyclean-compile:
140- -rm -f *.o core *.core
141-
142-clean-compile:
143-
144-distclean-compile:
145- -rm -f *.tab.c
146-
147-maintainer-clean-compile:
148-
149-zombie: $(zombie_OBJECTS) $(zombie_DEPENDENCIES)
150- @rm -f zombie
151- $(LINK) $(zombie_LDFLAGS) $(zombie_OBJECTS) $(zombie_LDADD) $(LIBS)
152-
153-tags: TAGS
154-
155-ID: $(HEADERS) $(SOURCES) $(LISP)
156- list='$(SOURCES) $(HEADERS)'; \
157- unique=`for i in $$list; do echo $$i; done | \
158- awk ' { files[$$0] = 1; } \
159- END { for (i in files) print i; }'`; \
160- here=`pwd` && cd $(srcdir) \
161- && mkid -f$$here/ID $$unique $(LISP)
162-
163-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
164- tags=; \
165- here=`pwd`; \
166- list='$(SOURCES) $(HEADERS)'; \
167- unique=`for i in $$list; do echo $$i; done | \
168- awk ' { files[$$0] = 1; } \
169- END { for (i in files) print i; }'`; \
170- test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
171- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
172-
173-mostlyclean-tags:
174-
175-clean-tags:
176-
177-distclean-tags:
178- -rm -f TAGS ID
179-
180-maintainer-clean-tags:
181-
182-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
183-
184-subdir = src
185-
186-distdir: $(DISTFILES)
187- here=`cd $(top_builddir) && pwd`; \
188- top_distdir=`cd $(top_distdir) && pwd`; \
189- distdir=`cd $(distdir) && pwd`; \
190- cd $(top_srcdir) \
191- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
192- @for file in $(DISTFILES); do \
193- d=$(srcdir); \
194- if test -d $$d/$$file; then \
195- cp -pr $$d/$$file $(distdir)/$$file; \
196- else \
197- test -f $(distdir)/$$file \
198- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
199- || cp -p $$d/$$file $(distdir)/$$file || :; \
200- fi; \
201- done
202-
203-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
204-
205--include $(DEP_FILES)
206-
207-mostlyclean-depend:
208-
209-clean-depend:
210-
211-distclean-depend:
212- -rm -rf .deps
213-
214-maintainer-clean-depend:
215-
216-%.o: %.c
217- @echo '$(COMPILE) -c $<'; \
218- $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
219- @-cp .deps/$(*F).pp .deps/$(*F).P; \
220- tr ' ' '\012' < .deps/$(*F).pp \
221- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
222- >> .deps/$(*F).P; \
223- rm .deps/$(*F).pp
224-
225-%.lo: %.c
226- @echo '$(LTCOMPILE) -c $<'; \
227- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
228- @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
229- < .deps/$(*F).pp > .deps/$(*F).P; \
230- tr ' ' '\012' < .deps/$(*F).pp \
231- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
232- >> .deps/$(*F).P; \
233- rm -f .deps/$(*F).pp
234-info-am:
235-info: info-am
236-dvi-am:
237-dvi: dvi-am
238-check-am: all-am
239-check: check-am
240-installcheck-am:
241-installcheck: installcheck-am
242-install-exec-am: install-binPROGRAMS
243-install-exec: install-exec-am
244-
245-install-data-am:
246-install-data: install-data-am
247-
248-install-am: all-am
249- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
250-install: install-am
251-uninstall-am: uninstall-binPROGRAMS
252-uninstall: uninstall-am
253-all-am: Makefile $(PROGRAMS)
254-all-redirect: all-am
255-install-strip:
256- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
257-installdirs:
258- $(mkinstalldirs) $(DESTDIR)$(bindir)
259-
260-
261-mostlyclean-generic:
262-
263-clean-generic:
264-
265-distclean-generic:
266- -rm -f Makefile $(CONFIG_CLEAN_FILES)
267- -rm -f config.cache config.log stamp-h stamp-h[0-9]*
268-
269-maintainer-clean-generic:
270-mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
271- mostlyclean-tags mostlyclean-depend mostlyclean-generic
272-
273-mostlyclean: mostlyclean-am
274-
275-clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
276- clean-generic mostlyclean-am
277-
278-clean: clean-am
279-
280-distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
281- distclean-depend distclean-generic clean-am
282-
283-distclean: distclean-am
284-
285-maintainer-clean-am: maintainer-clean-binPROGRAMS \
286- maintainer-clean-compile maintainer-clean-tags \
287- maintainer-clean-depend maintainer-clean-generic \
288- distclean-am
289- @echo "This command is intended for maintainers to use;"
290- @echo "it deletes files that may require special tools to rebuild."
291-
292-maintainer-clean: maintainer-clean-am
293-
294-.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
295-maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
296-mostlyclean-compile distclean-compile clean-compile \
297-maintainer-clean-compile tags mostlyclean-tags distclean-tags \
298-clean-tags maintainer-clean-tags distdir mostlyclean-depend \
299-distclean-depend clean-depend maintainer-clean-depend info-am info \
300-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
301-install-exec install-data-am install-data install-am install \
302-uninstall-am uninstall all-redirect all-am all installdirs \
303-mostlyclean-generic distclean-generic clean-generic \
304-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
305-
306-
307-# Tell versions [3.59,3.63) of GNU make to not export all variables.
308-# Otherwise a system limit (for SysV at least) may be exceeded.
309-.NOEXPORT:
Show on old repository browser