~ubuntu-branches/ubuntu/precise/globus-core/precise

« back to all changes in this revision

Viewing changes to .pc/globus-core-libtool-prefix.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-20 09:23:16 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111220092316-il3t47k5p2v1wq6y
Tags: 8.5-1
* Update to Globus Toolkit 5.2.0
* Drop patches accepted upstream
* Drop the globus-gpt2pkg-config script (now part of grid-packaging-tools)
* Use dpkg's build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/aclocal/automake_targets
2
 
 
3
 
licensedir = $(GLOBUS_LOCATION)
4
 
## license = [ DATA ]
5
 
 
6
 
license_DATA = GLOBUS_LICENSE
7
 
 
8
 
sbin_SCRIPTS = \
9
 
        libtool-$(GLOBUS_FLAVOR_NAME)
10
 
 
11
 
flavorinclude_HEADERS = \
12
 
        globus_config.h
13
 
 
14
 
SUBDIRS = aclocal config scripts pkgdata doxygen
15
 
 
16
 
 
17
 
EXTRA_DIST = bootstrap GLOBUS_LICENSE dirt.sh
18
 
 
19
 
dist-hook:
20
 
        $(GPT_LOCATION)/sbin/gpt_create_automake_rules -srcdir=$(top_distdir)
21
 
 
22
 
distclean-local:
23
 
        @if test -f libtool-$(GLOBUS_FLAVOR_NAME); then \
24
 
                rm libtool-$(GLOBUS_FLAVOR_NAME); \
25
 
        fi