]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/src/Makefile.in
compilation fix
[wxWidgets.git] / utils / tex2rtf / src / Makefile.in
CommitLineData
2387e0f2
RS
1# WXXT base directory
2WXBASEDIR=@WXBASEDIR@
3
4# set the OS type for compilation
5OS=@OS@
6# compile a library only
7RULE=bin
8
9# define library name
10BIN_TARGET=tex2rtf
11# define library sources
12BIN_SRC=\
13htmlutil.cpp \
14maths.cpp \
15readshg.cpp \
16rtfutils.cpp \
17table.cpp \
18tex2any.cpp \
19tex2rtf.cpp \
20texutils.cpp \
21xlputils.cpp
22
23#define library objects
24BIN_OBJ=\
25htmlutil.o \
26maths.o \
27readshg.o \
28rtfutils.o \
29table.o \
30tex2any.o \
31tex2rtf.o \
32texutils.o \
33xlputils.o
34
35# additional things needed to link
36BIN_LINK=
37
38# additional things needed to compile
39ADD_COMPILE=
40
41# include the definitions now
42include ../../../../template.mak