/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: edam
  • Date: 2011-04-08 14:47:29 UTC
  • Revision ID: edam@waxworlds.org-20110408144729-2fn36ra6akxjgesi
- renamed project from add-copyright-to-images to prep-images
- rejigged layout of files in project
- made some formatting consistent

Show diffs side-by-side

added added

removed removed

35
35
POST_UNINSTALL = :
36
36
subdir = .
37
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure \
39
 
        $(top_srcdir)/src/scripts/add-copyright-to-images.in COPYING \
40
 
        NEWS TODO build-aux/install-sh build-aux/missing \
 
38
        $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \
 
39
        TODO build-aux/install-sh build-aux/missing \
41
40
        build-aux/py-compile
42
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47
46
 configure.lineno config.status.lineno
48
47
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_CLEAN_FILES = src/scripts/add-copyright-to-images
 
48
CONFIG_CLEAN_FILES =
50
49
CONFIG_CLEAN_VPATH_FILES =
51
50
SOURCES =
52
51
DIST_SOURCES =
221
220
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
221
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
223
222
$(am__aclocal_m4_deps):
224
 
src/scripts/add-copyright-to-images: $(top_builddir)/config.status $(top_srcdir)/src/scripts/add-copyright-to-images.in
225
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
226
223
 
227
224
# This directory's subdirectories are mostly independent; you can cd
228
225
# into them and run `make' without going through this Makefile.