]> git.saurik.com Git - wxWidgets.git/blame - src/stc/Makefile.in
added dependency handling
[wxWidgets.git] / 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
f6bcfd97 8top_srcdir = @top_srcdir@/..
e9b66393
VZ
9top_builddir = ../../..
10
f6bcfd97
BP
11scintilla_dir = $(top_srcdir)/contrib/src/stc/scintilla
12libsrc_dir = contrib/src/stc@PATH_IFS@$(scintilla_dir)/src
e9b66393 13
3711412e
RL
14TARGET_LIBNAME=libstc
15
16LIBVERSION_CURRENT=1
17LIBVERSION_REVISION=0
18LIBVERSION_AGE=0
e9b66393 19
f6bcfd97
BP
20HEADER_PATH=$(top_srcdir)/contrib/include/wx
21HEADER_SUBDIR=stc
22
23HEADERS=stc.h
24
e9b66393 25OBJECTS=PlatWX.o ScintillaWX.o stc.o \
f6bcfd97
BP
26 DocumentAccessor.o \
27 LexCPP.o \
28 LexHTML.o \
d134f170 29 LexLua.o \
f6bcfd97
BP
30 LexOthers.o \
31 LexPerl.o \
32 LexPython.o \
33 LexSQL.o \
34 LexVB.o \
35 UniConversion.o \
36 WindowAccessor.o \
37 AutoComplete.o \
e9b66393 38 CallTip.o \
f6bcfd97
BP
39 CellBuffer.o \
40 ContractionState.o \
e9b66393 41 Document.o \
f6bcfd97 42 Editor.o \
e9b66393 43 Indicator.o \
f6bcfd97 44 KeyMap.o \
e9b66393 45 KeyWords.o \
f6bcfd97 46 LineMarker.o \
e9b66393 47 PropSet.o \
f6bcfd97 48 ScintillaBase.o \
e9b66393 49 Style.o \
f6bcfd97 50 ViewStyle.o \
d134f170 51 PosRegExp.o \
f6bcfd97
BP
52
53
54APPEXTRADEFS=-D__WX__ -DSCI_LEXER -I$(scintilla_dir)/src -I$(scintilla_dir)/include -I$(top_srcdir)/contrib/include
e9b66393
VZ
55
56include $(top_builddir)/src/makelib.env