summaryrefslogtreecommitdiff
path: root/xdelta1/djgpp
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-01-28 17:55:03 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-01-28 17:55:03 +0000
commit42660ea8bae2254e0a6ccf5bc7457e2ded8f8495 (patch)
tree008d89df2c9f919e0f1da4bf0aa45cb32228b6f7 /xdelta1/djgpp
parent95734ad7f4c65382226f82bc2119954b682410d9 (diff)
Clenaup junk.
Diffstat (limited to 'xdelta1/djgpp')
-rw-r--r--xdelta1/djgpp/Makefile190
-rwxr-xr-xxdelta1/djgpp/Makefile.in190
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
15SHELL = /bin/sh
16
17srcdir = .
18top_srcdir = ..
19prefix = /usr/local
20exec_prefix = ${prefix}
21
22bindir = ${exec_prefix}/bin
23sbindir = ${exec_prefix}/sbin
24libexecdir = ${exec_prefix}/libexec
25datadir = ${prefix}/share
26sysconfdir = ${prefix}/etc
27sharedstatedir = ${prefix}/com
28localstatedir = ${prefix}/var
29libdir = ${exec_prefix}/lib
30infodir = ${prefix}/info
31mandir = ${prefix}/man
32includedir = ${prefix}/include
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/xdelta
38pkglibdir = $(libdir)/xdelta
39pkgincludedir = $(includedir)/xdelta
40
41top_builddir = ..
42
43ACLOCAL = aclocal
44AUTOCONF = autoconf
45AUTOMAKE = automake
46AUTOHEADER = autoheader
47
48INSTALL = /usr/bin/install -c
49INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = ${INSTALL} -m 644
51INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52transform = s,x,x,
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = i686-pc-linux-gnu
61host_triplet = i686-pc-linux-gnu
62AS = @AS@
63CC = gcc
64CPP = gcc -E
65DLLTOOL = @DLLTOOL@
66EMACS = /usr/bin/xemacs
67GLIB_CFLAGS = -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include
68GLIB_CONFIG = /usr/local/bin/glib-config
69GLIB_LIBS = -L/usr/local/lib -lglib
70LD = /usr/i586-pc-linux-gnu/bin/ld
71LIBTOOL = $(SHELL) $(top_builddir)/libtool
72LN_S = ln
73MAINT = #
74MAKEINFO = makeinfo
75NM = /usr/bin/nm -B
76OBJDUMP = @OBJDUMP@
77PACKAGE = xdelta
78RANLIB = ranlib
79VERSION = 1.1.3
80top_srcdir_absolute = /mnt/polaroid/Polaroid/orbit_linux/home/jmacd/projects/xdelta11
81
82EXTRA_DIST = readme.djg announce.djg
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_HEADER = ../config.h
85CONFIG_CLEAN_FILES =
86DIST_COMMON = Makefile.am Makefile.in
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 djgpp/Makefile
97
98Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
99 cd $(top_builddir) \
100 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
101
102tags: TAGS
103TAGS:
104
105
106distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
107
108subdir = djgpp
109
110distdir: $(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
126info-am:
127info: info-am
128dvi-am:
129dvi: dvi-am
130check-am: all-am
131check: check-am
132installcheck-am:
133installcheck: installcheck-am
134install-exec-am:
135install-exec: install-exec-am
136
137install-data-am:
138install-data: install-data-am
139
140install-am: all-am
141 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
142install: install-am
143uninstall-am:
144uninstall: uninstall-am
145all-am: Makefile
146all-redirect: all-am
147install-strip:
148 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
149installdirs:
150
151
152mostlyclean-generic:
153
154clean-generic:
155
156distclean-generic:
157 -rm -f Makefile $(CONFIG_CLEAN_FILES)
158 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
159
160maintainer-clean-generic:
161mostlyclean-am: mostlyclean-generic
162
163mostlyclean: mostlyclean-am
164
165clean-am: clean-generic mostlyclean-am
166
167clean: clean-am
168
169distclean-am: distclean-generic clean-am
170 -rm -f libtool
171
172distclean: distclean-am
173
174maintainer-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
178maintainer-clean: maintainer-clean-am
179
180.PHONY: tags distdir info-am info dvi-am dvi check check-am \
181installcheck-am installcheck install-exec-am install-exec \
182install-data-am install-data install-am install uninstall-am uninstall \
183all-redirect all-am all installdirs mostlyclean-generic \
184distclean-generic clean-generic maintainer-clean-generic clean \
185mostlyclean 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
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 = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65DLLTOOL = @DLLTOOL@
66EMACS = @EMACS@
67GLIB_CFLAGS = @GLIB_CFLAGS@
68GLIB_CONFIG = @GLIB_CONFIG@
69GLIB_LIBS = @GLIB_LIBS@
70LD = @LD@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAINT = @MAINT@
74MAKEINFO = @MAKEINFO@
75NM = @NM@
76OBJDUMP = @OBJDUMP@
77PACKAGE = @PACKAGE@
78RANLIB = @RANLIB@
79VERSION = @VERSION@
80top_srcdir_absolute = @top_srcdir_absolute@
81
82EXTRA_DIST = readme.djg announce.djg
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_HEADER = ../config.h
85CONFIG_CLEAN_FILES =
86DIST_COMMON = Makefile.am Makefile.in
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: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96 cd $(top_srcdir) && $(AUTOMAKE) --gnu djgpp/Makefile
97
98Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
99 cd $(top_builddir) \
100 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
101
102tags: TAGS
103TAGS:
104
105
106distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
107
108subdir = djgpp
109
110distdir: $(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
126info-am:
127info: info-am
128dvi-am:
129dvi: dvi-am
130check-am: all-am
131check: check-am
132installcheck-am:
133installcheck: installcheck-am
134install-exec-am:
135install-exec: install-exec-am
136
137install-data-am:
138install-data: install-data-am
139
140install-am: all-am
141 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
142install: install-am
143uninstall-am:
144uninstall: uninstall-am
145all-am: Makefile
146all-redirect: all-am
147install-strip:
148 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
149installdirs:
150
151
152mostlyclean-generic:
153
154clean-generic:
155
156distclean-generic:
157 -rm -f Makefile $(CONFIG_CLEAN_FILES)
158 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
159
160maintainer-clean-generic:
161mostlyclean-am: mostlyclean-generic
162
163mostlyclean: mostlyclean-am
164
165clean-am: clean-generic mostlyclean-am
166
167clean: clean-am
168
169distclean-am: distclean-generic clean-am
170 -rm -f libtool
171
172distclean: distclean-am
173
174maintainer-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
178maintainer-clean: maintainer-clean-am
179
180.PHONY: tags distdir info-am info dvi-am dvi check check-am \
181installcheck-am installcheck install-exec-am install-exec \
182install-data-am install-data install-am install uninstall-am uninstall \
183all-redirect all-am all installdirs mostlyclean-generic \
184distclean-generic clean-generic maintainer-clean-generic clean \
185mostlyclean 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: