~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to xtra/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
##############################################################################
18
18
# pgAdmin III - PostgreSQL Tools
19
19
# $Id: Makefile.am 4974 2006-01-30 09:25:01Z dpage $
20
 
# Copyright (C) 2002 - 2006, The pgAdmin Development Team
21
 
# This software is released under the Artistic Licence
 
20
# Copyright (C) 2002 - 2009, The pgAdmin Development Team
 
21
# This software is released under the BSD Licence
22
22
#
23
23
# Makefile - Makefile for *nix systems
24
24
##############################################################################
63
63
  distclean-recursive maintainer-clean-recursive
64
64
ETAGS = etags
65
65
CTAGS = ctags
66
 
DIST_SUBDIRS = pgaevent pgagent wx-build
67
66
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
67
ACLOCAL = @ACLOCAL@
69
68
AMTAR = @AMTAR@
111
110
PATH_SEPARATOR = @PATH_SEPARATOR@
112
111
PG_CONFIG = @PG_CONFIG@
113
112
POW_LIB = @POW_LIB@
 
113
RANLIB = @RANLIB@
114
114
SET_MAKE = @SET_MAKE@
115
115
SHELL = @SHELL@
116
116
STRIP = @STRIP@
162
162
mkdir_p = @mkdir_p@
163
163
oldincludedir = @oldincludedir@
164
164
pdfdir = @pdfdir@
 
165
pgScript_LDADD = @pgScript_LDADD@
165
166
pgadmin3_LDADD = @pgadmin3_LDADD@
166
167
pgagent_LDADD = @pgagent_LDADD@
 
168
pgsTest_LDADD = @pgsTest_LDADD@
167
169
prefix = @prefix@
168
170
program_transform_name = @program_transform_name@
169
171
psdir = @psdir@
172
174
srcdir = @srcdir@
173
175
sysconfdir = @sysconfdir@
174
176
target_alias = @target_alias@
 
177
top_build_prefix = @top_build_prefix@
175
178
top_builddir = @top_builddir@
176
179
top_srcdir = @top_srcdir@
177
 
@APPBUNDLE_FALSE@SUBDIRS = pgaevent pgagent wx-build
178
 
 
179
 
# Note: We cannot add a Makefile to the admin directory as it already
180
 
#       contains one to be used as part of the PostreSQL contrib build
181
 
#       system. Instead, we'll add the files in that directory here.
182
 
EXTRA_DIST = \
183
 
        $(srcdir)/admin/Makefile \
184
 
        $(srcdir)/admin/README.admin \
185
 
        $(srcdir)/admin/admin.sql.in \
186
 
        $(srcdir)/admin/genfile.c \
187
 
        $(srcdir)/admin/misc.c \
188
 
        $(srcdir)/admin81/Makefile \
189
 
        $(srcdir)/admin81/README.admin81 \
190
 
        $(srcdir)/admin81/admin81.sql.in \
191
 
        $(srcdir)/admin81/admin81.c
192
 
 
 
180
DIST_SUBDIRS = pgscript wx-build
 
181
SUBDIRS = wx-build
193
182
all: all-recursive
194
183
 
195
184
.SUFFIXES: