summaryrefslogtreecommitdiff
path: root/windows/mingw/rex_tre.mak
blob: 70a1f365334f62480b6564edc2f725abd481adc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Project: rex_tre

# User Settings ------------------------------------------------------------
# path of TRE include files
REGEXINC = s:\progr\work\system\include
# --------------------------------------------------------------------------

PROJECT  = rex_tre
MYINCS   = -I$(REGEXINC) -I$(LUAINC) 
MYLIBS   = -L$(DLLPATH) -ltre -l$(LUADLL)
OBJ      = ltre.o common.o
MYCFLAGS = -W -Wall -O2
EXPORTED = 'luaopen_$(PROJECT)'
SRCPATH  = ..\..\src;..\..\src\tre
TESTPATH = ..\..\test
TESTNAME = tre

include _mingw.mak

ltre.o    : common.h algo.h
common.o  : common.h