File: rex_spencer.mak

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

# User Settings ------------------------------------------------------------
# path of Spencer's include files
REGEXINC = $(PATH_WORK)\system\include\rxspencer
# --------------------------------------------------------------------------

PROJECT  = rex_spencer
MYINCS   = -I$(REGEXINC)
MYLIBS   = -lrxspencer
OBJ      = lposix.o common.o
PROJDIR  = posix
TESTNAME = spencer

include _mingw.mak

lposix.o  : common.h algo.h
common.o  : common.h