~ubuntu-branches/ubuntu/wily/gnomad2/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2005-09-17 20:50:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050917205020-w5j2zngvh2czg0i1
Tags: 2.8.1-1
* New upstream release.
* Fix bug affecting file names starting with numbers. Closes: #324865.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
POST_UNINSTALL = :
37
37
subdir = .
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/gnomad2.spec.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        TODO config.guess config.sub depcomp install-sh missing \
42
 
        mkinstalldirs
 
39
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
 
40
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
 
41
        install-sh missing mkinstalldirs
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
44
        $(top_srcdir)/configure.ac
48
47
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
48
 configure.lineno configure.status.lineno
50
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
 
CONFIG_CLEAN_FILES = gnomad2.spec
 
50
CONFIG_CLEAN_FILES =
52
51
SOURCES =
53
52
DIST_SOURCES =
54
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
220
219
        TODO \
221
220
        NEWS \
222
221
        README \
223
 
        gnomad2.spec \
224
 
        gnomad2.spec.in \
225
222
        gnomad2.1 \
226
223
        $(desktop_in_files) \
227
224
        $(desktop_DATA) \
274
271
        cd $(srcdir) && $(AUTOCONF)
275
272
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276
273
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
277
 
gnomad2.spec: $(top_builddir)/config.status $(srcdir)/gnomad2.spec.in
278
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
279
274
uninstall-info-am:
280
275
install-man1: $(man1_MANS) $(man_MANS)
281
276
        @$(NORMAL_INSTALL)
509
504
distdir: $(DISTFILES)
510
505
        $(am__remove_distdir)
511
506
        mkdir $(distdir)
512
 
        $(mkdir_p) $(distdir)/. $(distdir)/po
 
507
        $(mkdir_p) $(distdir)/po
513
508
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
514
509
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
515
510
        list='$(DISTFILES)'; for file in $$list; do \