/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images
1 by edam
- initial commit, includes project and build setup
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
# Makefile.am -- process this file with automake to produce Makefile.in
19
20
VPATH = @srcdir@
21
pkgdatadir = $(datadir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
pkglibdir = $(libdir)/@PACKAGE@
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
install_sh_DATA = $(install_sh) -c -m 644
27
install_sh_PROGRAM = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
29
INSTALL_HEADER = $(INSTALL_DATA)
30
transform = $(program_transform_name)
31
NORMAL_INSTALL = :
32
PRE_INSTALL = :
33
POST_INSTALL = :
34
NORMAL_UNINSTALL = :
35
PRE_UNINSTALL = :
36
POST_UNINSTALL = :
37
subdir = src
3 by edam
- renamed project from add-copyright-to-images to prep-images
38
DIST_COMMON = $(prep_images_PYTHON) $(srcdir)/Makefile.am \
39
	$(srcdir)/Makefile.in $(srcdir)/prep-images.in
1 by edam
- initial commit, includes project and build setup
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
	$(ACLOCAL_M4)
44
mkinstalldirs = $(install_sh) -d
3 by edam
- renamed project from add-copyright-to-images to prep-images
45
CONFIG_CLEAN_FILES = prep-images
1 by edam
- initial commit, includes project and build setup
46
CONFIG_CLEAN_VPATH_FILES =
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
am__vpath_adj = case $$p in \
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
    *) f=$$p;; \
51
  esac;
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53
am__install_max = 40
54
am__nobase_strip_setup = \
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56
am__nobase_strip = \
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
am__nobase_list = $(am__nobase_strip_setup); \
59
  for p in $$list; do echo "$$p $$p"; done | \
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
    if (++n[$$2] == $(am__install_max)) \
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
    END { for (dir in files) print dir, files[dir] }'
65
am__base_list = \
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
3 by edam
- renamed project from add-copyright-to-images to prep-images
68
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(prep_imagesdir)"
1 by edam
- initial commit, includes project and build setup
69
SCRIPTS = $(bin_SCRIPTS)
70
SOURCES =
71
DIST_SOURCES =
72
py_compile = $(top_srcdir)/build-aux/py-compile
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
ACLOCAL = @ACLOCAL@
75
AMTAR = @AMTAR@
76
AUTOCONF = @AUTOCONF@
77
AUTOHEADER = @AUTOHEADER@
78
AUTOMAKE = @AUTOMAKE@
79
AWK = @AWK@
80
CYGPATH_W = @CYGPATH_W@
81
DEFS = @DEFS@
82
ECHO_C = @ECHO_C@
83
ECHO_N = @ECHO_N@
84
ECHO_T = @ECHO_T@
85
INSTALL = @INSTALL@
86
INSTALL_DATA = @INSTALL_DATA@
87
INSTALL_PROGRAM = @INSTALL_PROGRAM@
88
INSTALL_SCRIPT = @INSTALL_SCRIPT@
89
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90
LIBOBJS = @LIBOBJS@
91
LIBS = @LIBS@
92
LTLIBOBJS = @LTLIBOBJS@
93
MAKEINFO = @MAKEINFO@
94
MKDIR_P = @MKDIR_P@
95
PACKAGE = @PACKAGE@
96
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97
PACKAGE_NAME = @PACKAGE_NAME@
98
PACKAGE_STRING = @PACKAGE_STRING@
99
PACKAGE_TARNAME = @PACKAGE_TARNAME@
100
PACKAGE_URL = @PACKAGE_URL@
101
PACKAGE_VERSION = @PACKAGE_VERSION@
102
PATH_SEPARATOR = @PATH_SEPARATOR@
103
PYTHON = @PYTHON@
104
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
105
PYTHON_PLATFORM = @PYTHON_PLATFORM@
106
PYTHON_PREFIX = @PYTHON_PREFIX@
107
PYTHON_VERSION = @PYTHON_VERSION@
108
SET_MAKE = @SET_MAKE@
109
SHELL = @SHELL@
110
STRIP = @STRIP@
111
VERSION = @VERSION@
112
abs_builddir = @abs_builddir@
113
abs_srcdir = @abs_srcdir@
114
abs_top_builddir = @abs_top_builddir@
115
abs_top_srcdir = @abs_top_srcdir@
116
am__leading_dot = @am__leading_dot@
117
am__tar = @am__tar@
118
am__untar = @am__untar@
119
bindir = @bindir@
120
build_alias = @build_alias@
121
builddir = @builddir@
122
datadir = @datadir@
123
datarootdir = @datarootdir@
124
docdir = @docdir@
125
dvidir = @dvidir@
126
exec_prefix = @exec_prefix@
127
host_alias = @host_alias@
128
htmldir = @htmldir@
129
includedir = @includedir@
130
infodir = @infodir@
131
install_sh = @install_sh@
132
libdir = @libdir@
133
libexecdir = @libexecdir@
134
localedir = @localedir@
135
localstatedir = @localstatedir@
136
mandir = @mandir@
137
mkdir_p = @mkdir_p@
138
oldincludedir = @oldincludedir@
139
pdfdir = @pdfdir@
140
pkgpyexecdir = @pkgpyexecdir@
141
pkgpythondir = @pkgpythondir@
142
prefix = @prefix@
143
program_transform_name = @program_transform_name@
144
psdir = @psdir@
145
pyexecdir = @pyexecdir@
146
pythondir = @pythondir@
147
sbindir = @sbindir@
148
sharedstatedir = @sharedstatedir@
149
srcdir = @srcdir@
150
sysconfdir = @sysconfdir@
151
target_alias = @target_alias@
152
top_build_prefix = @top_build_prefix@
153
top_builddir = @top_builddir@
154
top_srcdir = @top_srcdir@
3 by edam
- renamed project from add-copyright-to-images to prep-images
155
bin_SCRIPTS = prep-images
1 by edam
- initial commit, includes project and build setup
156
157
# pkgpythondir gives us a module name with '-'s in it
3 by edam
- renamed project from add-copyright-to-images to prep-images
158
prep_imagesdir = $(pythondir)/prep_images
159
prep_images_PYTHON = \
160
	../lib/prep_images/__init__.py \
161
	../lib/prep_images/main_window.py \
162
	../lib/prep_images/prefs_dialog.py \
163
	../lib/prep_images/preferences.py
1 by edam
- initial commit, includes project and build setup
164
165
all: all-am
166
167
.SUFFIXES:
168
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
169
	@for dep in $?; do \
170
	  case '$(am__configure_deps)' in \
171
	    *$$dep*) \
172
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
173
	        && { if test -f $@; then exit 0; else break; fi; }; \
174
	      exit 1;; \
175
	  esac; \
176
	done; \
177
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
178
	$(am__cd) $(top_srcdir) && \
179
	  $(AUTOMAKE) --foreign src/Makefile
180
.PRECIOUS: Makefile
181
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
182
	@case '$?' in \
183
	  *config.status*) \
184
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
185
	  *) \
186
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
187
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
188
	esac;
189
190
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
191
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192
193
$(top_srcdir)/configure:  $(am__configure_deps)
194
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
196
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197
$(am__aclocal_m4_deps):
3 by edam
- renamed project from add-copyright-to-images to prep-images
198
prep-images: $(top_builddir)/config.status $(srcdir)/prep-images.in
199
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1 by edam
- initial commit, includes project and build setup
200
install-binSCRIPTS: $(bin_SCRIPTS)
201
	@$(NORMAL_INSTALL)
202
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
203
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
204
	for p in $$list; do \
205
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
206
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
207
	done | \
208
	sed -e 'p;s,.*/,,;n' \
209
	    -e 'h;s|.*|.|' \
210
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
211
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
212
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
213
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
214
	      if (++n[d] == $(am__install_max)) { \
215
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
216
	    else { print "f", d "/" $$4, $$1 } } \
217
	  END { for (d in files) print "f", d, files[d] }' | \
218
	while read type dir files; do \
219
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
220
	     test -z "$$files" || { \
221
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
222
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
223
	     } \
224
	; done
225
226
uninstall-binSCRIPTS:
227
	@$(NORMAL_UNINSTALL)
228
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
229
	files=`for p in $$list; do echo "$$p"; done | \
230
	       sed -e 's,.*/,,;$(transform)'`; \
231
	test -n "$$list" || exit 0; \
232
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
233
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
3 by edam
- renamed project from add-copyright-to-images to prep-images
234
install-prep_imagesPYTHON: $(prep_images_PYTHON)
1 by edam
- initial commit, includes project and build setup
235
	@$(NORMAL_INSTALL)
3 by edam
- renamed project from add-copyright-to-images to prep-images
236
	test -z "$(prep_imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(prep_imagesdir)"
237
	@list='$(prep_images_PYTHON)'; dlist=; list2=; test -n "$(prep_imagesdir)" || list=; \
1 by edam
- initial commit, includes project and build setup
238
	for p in $$list; do \
239
	  if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
240
	  if test -f $$b$$p; then \
241
	    $(am__strip_dir) \
242
	    dlist="$$dlist $$f"; \
243
	    list2="$$list2 $$b$$p"; \
244
	  else :; fi; \
245
	done; \
246
	for file in $$list2; do echo $$file; done | $(am__base_list) | \
247
	while read files; do \
3 by edam
- renamed project from add-copyright-to-images to prep-images
248
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(prep_imagesdir)'"; \
249
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(prep_imagesdir)" || exit $$?; \
1 by edam
- initial commit, includes project and build setup
250
	done || exit $$?; \
251
	if test -n "$$dlist"; then \
252
	  if test -z "$(DESTDIR)"; then \
3 by edam
- renamed project from add-copyright-to-images to prep-images
253
	    PYTHON=$(PYTHON) $(py_compile) --basedir "$(prep_imagesdir)" $$dlist; \
1 by edam
- initial commit, includes project and build setup
254
	  else \
3 by edam
- renamed project from add-copyright-to-images to prep-images
255
	    PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(prep_imagesdir)" $$dlist; \
1 by edam
- initial commit, includes project and build setup
256
	  fi; \
257
	else :; fi
258
3 by edam
- renamed project from add-copyright-to-images to prep-images
259
uninstall-prep_imagesPYTHON:
1 by edam
- initial commit, includes project and build setup
260
	@$(NORMAL_UNINSTALL)
3 by edam
- renamed project from add-copyright-to-images to prep-images
261
	@list='$(prep_images_PYTHON)'; test -n "$(prep_imagesdir)" || list=; \
1 by edam
- initial commit, includes project and build setup
262
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
263
	test -n "$$files" || exit 0; \
264
	filesc=`echo "$$files" | sed 's|$$|c|'`; \
265
	fileso=`echo "$$files" | sed 's|$$|o|'`; \
3 by edam
- renamed project from add-copyright-to-images to prep-images
266
	echo " ( cd '$(DESTDIR)$(prep_imagesdir)' && rm -f" $$files ")"; \
267
	cd "$(DESTDIR)$(prep_imagesdir)" && rm -f $$files || exit $$?; \
268
	echo " ( cd '$(DESTDIR)$(prep_imagesdir)' && rm -f" $$filesc ")"; \
269
	cd "$(DESTDIR)$(prep_imagesdir)" && rm -f $$filesc || exit $$?; \
270
	echo " ( cd '$(DESTDIR)$(prep_imagesdir)' && rm -f" $$fileso ")"; \
271
	cd "$(DESTDIR)$(prep_imagesdir)" && rm -f $$fileso
1 by edam
- initial commit, includes project and build setup
272
tags: TAGS
273
TAGS:
274
275
ctags: CTAGS
276
CTAGS:
277
278
279
distdir: $(DISTFILES)
280
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
281
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
282
	list='$(DISTFILES)'; \
283
	  dist_files=`for file in $$list; do echo $$file; done | \
284
	  sed -e "s|^$$srcdirstrip/||;t" \
285
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
286
	case $$dist_files in \
287
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
288
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
289
			   sort -u` ;; \
290
	esac; \
291
	for file in $$dist_files; do \
292
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
293
	  if test -d $$d/$$file; then \
294
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
295
	    if test -d "$(distdir)/$$file"; then \
296
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297
	    fi; \
298
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
300
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
301
	    fi; \
302
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
303
	  else \
304
	    test -f "$(distdir)/$$file" \
305
	    || cp -p $$d/$$file "$(distdir)/$$file" \
306
	    || exit 1; \
307
	  fi; \
308
	done
309
check-am: all-am
310
check: check-am
311
all-am: Makefile $(SCRIPTS)
312
installdirs:
3 by edam
- renamed project from add-copyright-to-images to prep-images
313
	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(prep_imagesdir)"; do \
1 by edam
- initial commit, includes project and build setup
314
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
315
	done
316
install: install-am
317
install-exec: install-exec-am
318
install-data: install-data-am
319
uninstall: uninstall-am
320
321
install-am: all-am
322
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323
324
installcheck: installcheck-am
325
install-strip:
326
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
327
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
328
	  `test -z '$(STRIP)' || \
329
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
330
mostlyclean-generic:
331
332
clean-generic:
333
334
distclean-generic:
335
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
336
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
337
338
maintainer-clean-generic:
339
	@echo "This command is intended for maintainers to use"
340
	@echo "it deletes files that may require special tools to rebuild."
341
clean: clean-am
342
343
clean-am: clean-generic mostlyclean-am
344
345
distclean: distclean-am
346
	-rm -f Makefile
347
distclean-am: clean-am distclean-generic
348
349
dvi: dvi-am
350
351
dvi-am:
352
353
html: html-am
354
355
html-am:
356
357
info: info-am
358
359
info-am:
360
3 by edam
- renamed project from add-copyright-to-images to prep-images
361
install-data-am: install-prep_imagesPYTHON
1 by edam
- initial commit, includes project and build setup
362
363
install-dvi: install-dvi-am
364
365
install-dvi-am:
366
367
install-exec-am: install-binSCRIPTS
368
369
install-html: install-html-am
370
371
install-html-am:
372
373
install-info: install-info-am
374
375
install-info-am:
376
377
install-man:
378
379
install-pdf: install-pdf-am
380
381
install-pdf-am:
382
383
install-ps: install-ps-am
384
385
install-ps-am:
386
387
installcheck-am:
388
389
maintainer-clean: maintainer-clean-am
390
	-rm -f Makefile
391
maintainer-clean-am: distclean-am maintainer-clean-generic
392
393
mostlyclean: mostlyclean-am
394
395
mostlyclean-am: mostlyclean-generic
396
397
pdf: pdf-am
398
399
pdf-am:
400
401
ps: ps-am
402
403
ps-am:
404
3 by edam
- renamed project from add-copyright-to-images to prep-images
405
uninstall-am: uninstall-binSCRIPTS uninstall-prep_imagesPYTHON
1 by edam
- initial commit, includes project and build setup
406
407
.MAKE: install-am install-strip
408
409
.PHONY: all all-am check check-am clean clean-generic distclean \
410
	distclean-generic distdir dvi dvi-am html html-am info info-am \
3 by edam
- renamed project from add-copyright-to-images to prep-images
411
	install install-am install-binSCRIPTS install-data \
412
	install-data-am install-dvi install-dvi-am install-exec \
413
	install-exec-am install-html install-html-am install-info \
414
	install-info-am install-man install-pdf install-pdf-am \
415
	install-prep_imagesPYTHON install-ps install-ps-am \
1 by edam
- initial commit, includes project and build setup
416
	install-strip installcheck installcheck-am installdirs \
417
	maintainer-clean maintainer-clean-generic mostlyclean \
3 by edam
- renamed project from add-copyright-to-images to prep-images
418
	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
419
	uninstall-binSCRIPTS uninstall-prep_imagesPYTHON
1 by edam
- initial commit, includes project and build setup
420
421
422
# Tell versions [3.59,3.63) of GNU make to not export all variables.
423
# Otherwise a system limit (for SysV at least) may be exceeded.
424
.NOEXPORT: