[go: up one dir, main page]

File: common.make

package info (click to toggle)
sogo 1.3.16-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,620 kB
  • sloc: objc: 99,218; python: 4,840; sh: 1,217; perl: 861; makefile: 132; sql: 53; php: 43; ansic: 4
file content (36 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# common make file for SoObject bundles

include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../../Version

NEEDS_GUI=no
BUNDLE_EXTENSION     = .SOGo
BUNDLE_INSTALL_DIR   = $(SOGO_LIBDIR)
WOBUNDLE_EXTENSION   = $(BUNDLE_EXTENSION)
WOBUNDLE_INSTALL_DIR = $(BUNDLE_INSTALL_DIR)

# SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib

ADDITIONAL_INCLUDE_DIRS += \
	-I.. \
	-I../.. \
        -I../../SOPE

ADDITIONAL_LIB_DIRS += \
        -L../SOGo/SOGo.framework/sogo/ \
	-L../../SOGo/$(GNUSTEP_OBJ_DIR)/ \
	-L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
	-L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ \
        -L/usr/local/lib

BUNDLE_LIBS += \
	-lSOGo					\
	-lGDLContentStore			\
	-lGDLAccess				\
	-lNGObjWeb				\
	-lNGCards -lNGMime -lNGLdap		\
	-lNGStreams -lNGExtensions -lEOControl	\
	-lDOM -lSaxObjC -lSBJson

ADDITIONAL_BUNDLE_LIBS += $(BUNDLE_LIBS)