/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-02-23 19:43:45 UTC
  • Revision ID: edam@waxworlds.org-20110223194345-f7ichg83dzo6m87x
- initial commit, includes project and build setup

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