~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-ldap/NGLdap/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# GNUstep makefile
 
2
 
 
3
-include ../../config.make
 
4
include $(GNUSTEP_MAKEFILES)/common.make
 
5
include ./Version
 
6
 
 
7
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
 
8
 
 
9
LIBRARY_NAME = libNGLdap
 
10
 
 
11
libNGLdap_HEADER_FILES_DIR         = .
 
12
libNGLdap_HEADER_FILES_INSTALL_DIR = /NGLdap
 
13
libNGLdap_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 
14
libNGLdap_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
15
 
 
16
libNGLdap_HEADER_FILES = \
 
17
        NGLdap.h                        \
 
18
        \
 
19
        EOQualifier+LDAP.h              \
 
20
        NSString+DN.h                   \
 
21
        NGLdapEntry.h                   \
 
22
        NGLdapConnection.h              \
 
23
        NGLdapAttribute.h               \
 
24
        NGLdapModification.h            \
 
25
        NGLdapSearchResultEnumerator.h  \
 
26
        \
 
27
        NGLdapURL.h                     \
 
28
        NGLdapGlobalID.h                \
 
29
        NGLdapFileManager.h             \
 
30
        NGLdapDataSource.h              \
 
31
 
 
32
libNGLdap_CORE_OBJC_FILES = \
 
33
        EOQualifier+LDAP.m              \
 
34
        NSString+DN.m                   \
 
35
        NGLdapAttribute.m               \
 
36
        NGLdapEntry.m                   \
 
37
        NGLdapSearchResultEnumerator.m  \
 
38
        NGLdapModification.m            \
 
39
        NGLdapConnection.m              \
 
40
        NGLdapDataSource.m              \
 
41
 
 
42
libNGLdap_OBJC_FILES = \
 
43
        $(libNGLdap_CORE_OBJC_FILES)    \
 
44
        NGLdapURL.m                     \
 
45
        NGLdapGlobalID.m                \
 
46
        NGLdapFileManager.m             \
 
47
 
 
48
-include GNUmakefile.preamble
 
49
include $(GNUSTEP_MAKEFILES)/library.make
 
50
-include GNUmakefile.postamble
 
51
-include fhs.make