git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/AxWin4 - Starting work on client-side library
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libreadline.so_src
/
Makefile
1
# Acess 2 - AxWin GUI Library
2
#
3
4
include ../Makefile.cfg
5
6
CPPFLAGS +=
7
CFLAGS += -Wall
8
LDFLAGS += -lc -soname libreadline.so
9
10
OBJ = main.o
11
BIN = libreadline.so
12
13
include ../Makefile.tpl
UCC
git Repository :: git.ucc.asn.au