summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/ejs-2.0/mpr/UNIX/Makefile
blob: 5259b1e3a06ab5d62f5123589701390952b02233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#	Makefile for the Mbedthis Portable Runtime (MPR) library for UNIX
#
#	Copyright (c) Mbedthis Software LLC, 2003-2006. All Rights Reserved.
#

COMPILE			:= *.c 
EXPORT_OBJECTS	:= yes
MAKE_IFLAGS		:= -I..

include 		make.dep

## Local variables:
## tab-width: 4
## End:
## vim: tw=78 sw=4 ts=4