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