]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/stc/Makefile.in
Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
[wxWidgets.git] / contrib / src / stc / Makefile.in
CommitLineData
e9b66393
VZ
1###############################################################################
2# Purpose: Makefile.in for STC contrib for Unix with autoconf
3# Created: 14.03.00
4# Author: VZ
5# Version: $Id$
6###############################################################################
7
3711412e 8top_srcdir = @top_srcdir@
e9b66393
VZ
9top_builddir = ../../..
10
3711412e 11this_dir = $(top_srcdir)/src/stc
e9b66393
VZ
12scintilla_dir=$(this_dir)/scintilla
13VPATH=$(this_dir)@PATH_IFS@$(scintilla_dir)/src # ':' for autoconf
14
3711412e
RL
15TARGET_LIBNAME=libstc
16
17LIBVERSION_CURRENT=1
18LIBVERSION_REVISION=0
19LIBVERSION_AGE=0
e9b66393
VZ
20
21OBJECTS=PlatWX.o ScintillaWX.o stc.o \
22 Accessor.o \
23 AutoComplete.o \
24 CallTip.o \
25 CellBuffer.o \
26 ContractionState.o \
27 Document.o \
28 Editor.o \
29 Indicator.o \
30 KeyMap.o \
31 KeyWords.o \
32 LineMarker.o \
33 PropSet.o \
34 ScintillaBase.o \
35 Style.o \
36 ViewStyle.o
37
c42b1de6 38APPEXTRADEFS=-D__WX__ -DSCI_LEXER -I$(scintilla_dir)/src -I$(scintilla_dir)/include -I$(top_srcdir)/include -I$(top_srcdir)/../include
e9b66393
VZ
39
40include $(top_builddir)/src/makelib.env