diff options
Diffstat (limited to 'xdelta1/djgpp')
-rw-r--r-- | xdelta1/djgpp/Makefile | 190 | ||||
-rwxr-xr-x | xdelta1/djgpp/Makefile.in | 190 |
2 files changed, 0 insertions, 380 deletions
diff --git a/xdelta1/djgpp/Makefile b/xdelta1/djgpp/Makefile deleted file mode 100644 index 23c8ea9..0000000 --- a/xdelta1/djgpp/Makefile +++ /dev/null | |||
@@ -1,190 +0,0 @@ | |||
1 | # Generated automatically from Makefile.in by configure. | ||
2 | # Makefile.in generated automatically by automake 1.4 from Makefile.am | ||
3 | |||
4 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | ||
5 | # This Makefile.in is free software; the Free Software Foundation | ||
6 | # gives unlimited permission to copy and/or distribute it, | ||
7 | # with or without modifications, as long as this notice is preserved. | ||
8 | |||
9 | # This program is distributed in the hope that it will be useful, | ||
10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
12 | # PARTICULAR PURPOSE. | ||
13 | |||
14 | |||
15 | SHELL = /bin/sh | ||
16 | |||
17 | srcdir = . | ||
18 | top_srcdir = .. | ||
19 | prefix = /usr/local | ||
20 | exec_prefix = ${prefix} | ||
21 | |||
22 | bindir = ${exec_prefix}/bin | ||
23 | sbindir = ${exec_prefix}/sbin | ||
24 | libexecdir = ${exec_prefix}/libexec | ||
25 | datadir = ${prefix}/share | ||
26 | sysconfdir = ${prefix}/etc | ||
27 | sharedstatedir = ${prefix}/com | ||
28 | localstatedir = ${prefix}/var | ||
29 | libdir = ${exec_prefix}/lib | ||
30 | infodir = ${prefix}/info | ||
31 | mandir = ${prefix}/man | ||
32 | includedir = ${prefix}/include | ||
33 | oldincludedir = /usr/include | ||
34 | |||
35 | DESTDIR = | ||
36 | |||
37 | pkgdatadir = $(datadir)/xdelta | ||
38 | pkglibdir = $(libdir)/xdelta | ||
39 | pkgincludedir = $(includedir)/xdelta | ||
40 | |||
41 | top_builddir = .. | ||
42 | |||
43 | ACLOCAL = aclocal | ||
44 | AUTOCONF = autoconf | ||
45 | AUTOMAKE = automake | ||
46 | AUTOHEADER = autoheader | ||
47 | |||
48 | INSTALL = /usr/bin/install -c | ||
49 | INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) | ||
50 | INSTALL_DATA = ${INSTALL} -m 644 | ||
51 | INSTALL_SCRIPT = ${INSTALL_PROGRAM} | ||
52 | transform = s,x,x, | ||
53 | |||
54 | NORMAL_INSTALL = : | ||
55 | PRE_INSTALL = : | ||
56 | POST_INSTALL = : | ||
57 | NORMAL_UNINSTALL = : | ||
58 | PRE_UNINSTALL = : | ||
59 | POST_UNINSTALL = : | ||
60 | host_alias = i686-pc-linux-gnu | ||
61 | host_triplet = i686-pc-linux-gnu | ||
62 | AS = @AS@ | ||
63 | CC = gcc | ||
64 | CPP = gcc -E | ||
65 | DLLTOOL = @DLLTOOL@ | ||
66 | EMACS = /usr/bin/xemacs | ||
67 | GLIB_CFLAGS = -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include | ||
68 | GLIB_CONFIG = /usr/local/bin/glib-config | ||
69 | GLIB_LIBS = -L/usr/local/lib -lglib | ||
70 | LD = /usr/i586-pc-linux-gnu/bin/ld | ||
71 | LIBTOOL = $(SHELL) $(top_builddir)/libtool | ||
72 | LN_S = ln | ||
73 | MAINT = # | ||
74 | MAKEINFO = makeinfo | ||
75 | NM = /usr/bin/nm -B | ||
76 | OBJDUMP = @OBJDUMP@ | ||
77 | PACKAGE = xdelta | ||
78 | RANLIB = ranlib | ||
79 | VERSION = 1.1.3 | ||
80 | top_srcdir_absolute = /mnt/polaroid/Polaroid/orbit_linux/home/jmacd/projects/xdelta11 | ||
81 | |||
82 | EXTRA_DIST = readme.djg announce.djg | ||
83 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
84 | CONFIG_HEADER = ../config.h | ||
85 | CONFIG_CLEAN_FILES = | ||
86 | DIST_COMMON = Makefile.am Makefile.in | ||
87 | |||
88 | |||
89 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
90 | |||
91 | TAR = tar | ||
92 | GZIP_ENV = --best | ||
93 | all: all-redirect | ||
94 | .SUFFIXES: | ||
95 | $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
96 | cd $(top_srcdir) && $(AUTOMAKE) --gnu djgpp/Makefile | ||
97 | |||
98 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
99 | cd $(top_builddir) \ | ||
100 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
101 | |||
102 | tags: TAGS | ||
103 | TAGS: | ||
104 | |||
105 | |||
106 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
107 | |||
108 | subdir = djgpp | ||
109 | |||
110 | distdir: $(DISTFILES) | ||
111 | here=`cd $(top_builddir) && pwd`; \ | ||
112 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
113 | distdir=`cd $(distdir) && pwd`; \ | ||
114 | cd $(top_srcdir) \ | ||
115 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu djgpp/Makefile | ||
116 | @for file in $(DISTFILES); do \ | ||
117 | d=$(srcdir); \ | ||
118 | if test -d $$d/$$file; then \ | ||
119 | cp -pr $$d/$$file $(distdir)/$$file; \ | ||
120 | else \ | ||
121 | test -f $(distdir)/$$file \ | ||
122 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
123 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
124 | fi; \ | ||
125 | done | ||
126 | info-am: | ||
127 | info: info-am | ||
128 | dvi-am: | ||
129 | dvi: dvi-am | ||
130 | check-am: all-am | ||
131 | check: check-am | ||
132 | installcheck-am: | ||
133 | installcheck: installcheck-am | ||
134 | install-exec-am: | ||
135 | install-exec: install-exec-am | ||
136 | |||
137 | install-data-am: | ||
138 | install-data: install-data-am | ||
139 | |||
140 | install-am: all-am | ||
141 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
142 | install: install-am | ||
143 | uninstall-am: | ||
144 | uninstall: uninstall-am | ||
145 | all-am: Makefile | ||
146 | all-redirect: all-am | ||
147 | install-strip: | ||
148 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
149 | installdirs: | ||
150 | |||
151 | |||
152 | mostlyclean-generic: | ||
153 | |||
154 | clean-generic: | ||
155 | |||
156 | distclean-generic: | ||
157 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
158 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
159 | |||
160 | maintainer-clean-generic: | ||
161 | mostlyclean-am: mostlyclean-generic | ||
162 | |||
163 | mostlyclean: mostlyclean-am | ||
164 | |||
165 | clean-am: clean-generic mostlyclean-am | ||
166 | |||
167 | clean: clean-am | ||
168 | |||
169 | distclean-am: distclean-generic clean-am | ||
170 | -rm -f libtool | ||
171 | |||
172 | distclean: distclean-am | ||
173 | |||
174 | maintainer-clean-am: maintainer-clean-generic distclean-am | ||
175 | @echo "This command is intended for maintainers to use;" | ||
176 | @echo "it deletes files that may require special tools to rebuild." | ||
177 | |||
178 | maintainer-clean: maintainer-clean-am | ||
179 | |||
180 | .PHONY: tags distdir info-am info dvi-am dvi check check-am \ | ||
181 | installcheck-am installcheck install-exec-am install-exec \ | ||
182 | install-data-am install-data install-am install uninstall-am uninstall \ | ||
183 | all-redirect all-am all installdirs mostlyclean-generic \ | ||
184 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
185 | mostlyclean distclean maintainer-clean | ||
186 | |||
187 | |||
188 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
189 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
190 | .NOEXPORT: | ||
diff --git a/xdelta1/djgpp/Makefile.in b/xdelta1/djgpp/Makefile.in deleted file mode 100755 index 783defb..0000000 --- a/xdelta1/djgpp/Makefile.in +++ /dev/null | |||
@@ -1,190 +0,0 @@ | |||
1 | # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am | ||
2 | |||
3 | # Copyright (C) 1994, 1995-8, 1999, 2001 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 | host_alias = @host_alias@ | ||
61 | host_triplet = @host@ | ||
62 | AS = @AS@ | ||
63 | CC = @CC@ | ||
64 | CPP = @CPP@ | ||
65 | DLLTOOL = @DLLTOOL@ | ||
66 | EMACS = @EMACS@ | ||
67 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
68 | GLIB_CONFIG = @GLIB_CONFIG@ | ||
69 | GLIB_LIBS = @GLIB_LIBS@ | ||
70 | LD = @LD@ | ||
71 | LIBTOOL = @LIBTOOL@ | ||
72 | LN_S = @LN_S@ | ||
73 | MAINT = @MAINT@ | ||
74 | MAKEINFO = @MAKEINFO@ | ||
75 | NM = @NM@ | ||
76 | OBJDUMP = @OBJDUMP@ | ||
77 | PACKAGE = @PACKAGE@ | ||
78 | RANLIB = @RANLIB@ | ||
79 | VERSION = @VERSION@ | ||
80 | top_srcdir_absolute = @top_srcdir_absolute@ | ||
81 | |||
82 | EXTRA_DIST = readme.djg announce.djg | ||
83 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
84 | CONFIG_HEADER = ../config.h | ||
85 | CONFIG_CLEAN_FILES = | ||
86 | DIST_COMMON = Makefile.am Makefile.in | ||
87 | |||
88 | |||
89 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
90 | |||
91 | TAR = tar | ||
92 | GZIP_ENV = --best | ||
93 | all: all-redirect | ||
94 | .SUFFIXES: | ||
95 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
96 | cd $(top_srcdir) && $(AUTOMAKE) --gnu djgpp/Makefile | ||
97 | |||
98 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
99 | cd $(top_builddir) \ | ||
100 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
101 | |||
102 | tags: TAGS | ||
103 | TAGS: | ||
104 | |||
105 | |||
106 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
107 | |||
108 | subdir = djgpp | ||
109 | |||
110 | distdir: $(DISTFILES) | ||
111 | here=`cd $(top_builddir) && pwd`; \ | ||
112 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
113 | distdir=`cd $(distdir) && pwd`; \ | ||
114 | cd $(top_srcdir) \ | ||
115 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu djgpp/Makefile | ||
116 | @for file in $(DISTFILES); do \ | ||
117 | d=$(srcdir); \ | ||
118 | if test -d $$d/$$file; then \ | ||
119 | cp -pr $$d/$$file $(distdir)/$$file; \ | ||
120 | else \ | ||
121 | test -f $(distdir)/$$file \ | ||
122 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
123 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
124 | fi; \ | ||
125 | done | ||
126 | info-am: | ||
127 | info: info-am | ||
128 | dvi-am: | ||
129 | dvi: dvi-am | ||
130 | check-am: all-am | ||
131 | check: check-am | ||
132 | installcheck-am: | ||
133 | installcheck: installcheck-am | ||
134 | install-exec-am: | ||
135 | install-exec: install-exec-am | ||
136 | |||
137 | install-data-am: | ||
138 | install-data: install-data-am | ||
139 | |||
140 | install-am: all-am | ||
141 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
142 | install: install-am | ||
143 | uninstall-am: | ||
144 | uninstall: uninstall-am | ||
145 | all-am: Makefile | ||
146 | all-redirect: all-am | ||
147 | install-strip: | ||
148 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
149 | installdirs: | ||
150 | |||
151 | |||
152 | mostlyclean-generic: | ||
153 | |||
154 | clean-generic: | ||
155 | |||
156 | distclean-generic: | ||
157 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
158 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
159 | |||
160 | maintainer-clean-generic: | ||
161 | mostlyclean-am: mostlyclean-generic | ||
162 | |||
163 | mostlyclean: mostlyclean-am | ||
164 | |||
165 | clean-am: clean-generic mostlyclean-am | ||
166 | |||
167 | clean: clean-am | ||
168 | |||
169 | distclean-am: distclean-generic clean-am | ||
170 | -rm -f libtool | ||
171 | |||
172 | distclean: distclean-am | ||
173 | |||
174 | maintainer-clean-am: maintainer-clean-generic distclean-am | ||
175 | @echo "This command is intended for maintainers to use;" | ||
176 | @echo "it deletes files that may require special tools to rebuild." | ||
177 | |||
178 | maintainer-clean: maintainer-clean-am | ||
179 | |||
180 | .PHONY: tags distdir info-am info dvi-am dvi check check-am \ | ||
181 | installcheck-am installcheck install-exec-am install-exec \ | ||
182 | install-data-am install-data install-am install uninstall-am uninstall \ | ||
183 | all-redirect all-am all installdirs mostlyclean-generic \ | ||
184 | distclean-generic clean-generic maintainer-clean-generic clean \ | ||
185 | mostlyclean distclean maintainer-clean | ||
186 | |||
187 | |||
188 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
189 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
190 | .NOEXPORT: | ||