~gnomefreak/firefox-extensions/firegpg.ubuntu

« back to all changes in this revision

Viewing changes to FireGPGCall/ipc/.svn/text-base/Makefile.in.svn-base

  • Committer: John Vivirito
  • Date: 2008-08-12 11:47:33 UTC
  • Revision ID: gnomefreak@ubuntu.com-20080812114733-hn73tjxi26ylibrf
* import of upstream source version 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!gmake
 
2
#
 
3
# The contents of this file are subject to the Mozilla Public
 
4
# License Version 1.1 (the "MPL"); you may not use this file
 
5
# except in compliance with the MPL. You may obtain a copy of
 
6
# the MPL at http://www.mozilla.org/MPL/
 
7
 
8
# Software distributed under the MPL is distributed on an "AS
 
9
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
# implied. See the MPL for the specific language governing
 
11
# rights and limitations under the MPL.
 
12
 
13
# The Original Code is protoZilla.
 
14
 
15
# The Initial Developer of the Original Code is Ramalingam Saravanan.
 
16
# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
 
17
# Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
 
18
 
19
# Contributor(s):
 
20
 
21
# Alternatively, the contents of this file may be used under the
 
22
# terms of the GNU General Public License (the "GPL"), in which case
 
23
# the provisions of the GPL are applicable instead of
 
24
# those above. If you wish to allow use of your version of this
 
25
# file only under the terms of the GPL and not to allow
 
26
# others to use your version of this file under the MPL, indicate
 
27
# your decision by deleting the provisions above and replace them
 
28
# with the notice and other provisions required by the GPL.
 
29
# If you do not delete the provisions above, a recipient
 
30
# may use your version of this file under either the MPL or the
 
31
# GPL.
 
32
#
 
33
 
 
34
DEPTH           = ../..
 
35
topsrcdir       = @top_srcdir@
 
36
srcdir          = @srcdir@
 
37
VPATH           = @srcdir@
 
38
 
 
39
include $(DEPTH)/config/autoconf.mk
 
40
 
 
41
DIRS            = public src
 
42
 
 
43
ifdef BUILD_IPC
 
44
DIRS            += build
 
45
endif
 
46
 
 
47
ifdef ENABLE_TESTS
 
48
DIRS            += tests
 
49
endif
 
50
 
 
51
include $(topsrcdir)/config/rules.mk