~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Francis Ginther
  • Date: 2012-08-22 18:35:11 UTC
  • mfrom: (20.2.19 upstream)
  • Revision ID: francis.ginther@canonical.com-20120822183511-yxwny2hixhyu2z42
* New upstream microrelease, bug fixes only
  - Rename project to simply 'grail' (LP: #1040218)
* Updated debian/watch file for project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = .
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/utouch-grail.pc.in $(top_srcdir)/configure AUTHORS \
41
 
        COPYING ChangeLog INSTALL config-aux/config.guess \
 
40
        $(srcdir)/grail.pc.in $(top_srcdir)/configure AUTHORS COPYING \
 
41
        ChangeLog INSTALL config-aux/config.guess \
42
42
        config-aux/config.sub config-aux/depcomp config-aux/install-sh \
43
43
        config-aux/ltmain.sh config-aux/missing
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
49
 configure.lineno config.status.lineno
50
50
mkinstalldirs = $(install_sh) -d
51
51
CONFIG_HEADER = config.h
52
 
CONFIG_CLEAN_FILES = utouch-grail.pc
 
52
CONFIG_CLEAN_FILES = grail.pc
53
53
CONFIG_CLEAN_VPATH_FILES =
54
54
SOURCES =
55
55
DIST_SOURCES =
257
257
top_srcdir = @top_srcdir@
258
258
SUBDIRS = src test tools
259
259
pkgconfigdir = $(libdir)/pkgconfig
260
 
pkgconfig_DATA = utouch-grail.pc
 
260
pkgconfig_DATA = grail.pc
261
261
INCLUDES = $(top_srcdir)/include/
262
262
all: config.h
263
263
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
314
314
 
315
315
distclean-hdr:
316
316
        -rm -f config.h stamp-h1
317
 
utouch-grail.pc: $(top_builddir)/config.status $(srcdir)/utouch-grail.pc.in
 
317
grail.pc: $(top_builddir)/config.status $(srcdir)/grail.pc.in
318
318
        cd $(top_builddir) && $(SHELL) ./config.status $@
319
319
 
320
320
mostlyclean-libtool: