]> err.no Git - sope/blob - sope-ldap/NGLdap/GNUmakefile
fixed library versions for gstep-make 1.9.2
[sope] / sope-ldap / NGLdap / GNUmakefile
1 # $Id: GNUmakefile 32 2004-08-21 00:50:30Z helge $
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ./Version
5
6 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
7
8 LIBRARY_NAME = libNGLdap
9
10 libNGLdap_HEADER_FILES_DIR         = .
11 libNGLdap_HEADER_FILES_INSTALL_DIR = /NGLdap
12 libNGLdap_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
13 libNGLdap_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
14
15 libNGLdap_HEADER_FILES = \
16         NGLdap.h                        \
17         \
18         EOQualifier+LDAP.h              \
19         NSString+DN.h                   \
20         NGLdapEntry.h                   \
21         NGLdapConnection.h              \
22         NGLdapAttribute.h               \
23         NGLdapModification.h            \
24         NGLdapSearchResultEnumerator.h  \
25         \
26         NGLdapURL.h                     \
27         NGLdapGlobalID.h                \
28         NGLdapFileManager.h             \
29         NGLdapDataSource.h              \
30
31 libNGLdap_CORE_OBJC_FILES = \
32         EOQualifier+LDAP.m              \
33         NSString+DN.m                   \
34         NGLdapAttribute.m               \
35         NGLdapEntry.m                   \
36         NGLdapSearchResultEnumerator.m  \
37         NGLdapModification.m            \
38         NGLdapConnection.m              \
39         NGLdapDataSource.m              \
40
41 libNGLdap_OBJC_FILES = \
42         $(libNGLdap_CORE_OBJC_FILES)    \
43         NGLdapURL.m                     \
44         NGLdapGlobalID.m                \
45         NGLdapFileManager.m             \
46
47 -include GNUmakefile.preamble
48 include $(GNUSTEP_MAKEFILES)/library.make
49 -include GNUmakefile.postamble
50 -include fhs.make