home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
perl502b.zip
/
OS2
/
DB2CLI.mk
< prev
next >
Wrap
Text File
|
1995-10-20
|
479b
|
21 lines
.IMPORT: DB2PATH
EXTLIBS = -ldb2cli.lib
HFILES = $(DB2PATH)/include/sqlcli.h \
$(DB2PATH)/include/sqlcli1.h \
$(DB2PATH)/include/sqlext.h
DB2CLI.pm const.h : mkconst.pl DB2CLI.pm.in $(HFILES)
[
# create gperf input and DB2CLI.pm
perl mkconst.pl $(HFILES) > tmp1
# repeat random gperf until it teminates successfully
until nice i31 gperf -a -C -k1,5-31 -p -r -S1 -t tmp1 >tmp2
do
done
mv tmp2 const.h
rm -ce tmp1
]
DB2CLI.obj : DB2CLI.c const.h