File: rex_gnu.mak

package info (click to toggle)
lua-rexlib 2.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 556 kB
  • sloc: ansic: 3,985; makefile: 70
file content (18 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Project: rex_gnu

# User Settings ------------------------------------------------------------
# path of GNU include files
REGEXINC = $(PATH_WORK)\system\include\gnuregex
# --------------------------------------------------------------------------

PROJECT  = rex_gnu
MYINCS   = -I$(REGEXINC)
MYLIBS   = -lregex2
OBJ      = lgnu.o common.o
PROJDIR  = gnu
TESTNAME = gnu

include _mingw.mak

lgnu.o    : common.h algo.h
common.o  : common.h