ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
nikanabo
/
current
/
xdelta
/
diy
/
examples
/
Makefile
Revision:
185
Committed:
Mon May 21 18:48:22 2007 UTC
(18 years, 5 months ago) by
geyser
File size:
225 byte(s)
Log Message:
File Contents
#
Content
1
CFLAGS
=
-g
-Wall
-I
..
2
3
SOURCES
=
small_page_test.c
4
5
small_page_test
:
$(
SOURCES
)
6
$(
CC
)
$(
CFLAGS
)
small_page_test.c
-o
small_page_test
-DXD3_USE_LARGEFILE64
=
1
-DSECONDARY_DJW
=
1
-DXD3_DEBUG
=
1
7
8
clean
:
9
rm
-f
*.exe
*.stackdump