summaryrefslogtreecommitdiff
path: root/xdelta1/contrib/build_hpux
blob: a4c0ad42e8ff4275cfba5078f02d49d3c549992a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/ksh
#
# Changed configure to install in /usr/local/lib/glib-1.2.
#
# Script was contributed by Klaus Dittrich

gmake distclean
CC="cc -Ae" \
CFLAGS="+O2 +Onolimit +DAportable" \
CPPFLAGS="-I/usr/local/include/glib-1.2 -I/usr/local/include/zlib" \
LDFLAGS="-L/usr/local/lib/glib-1.2 -L/usr/local/lib/zlib -lz" ./configure

gmake
gmake check
exit
:> ./TIME
sleep 1
gmake install
mkdir -p /usr/local/docs/glib
find /usr/local/* -newer ./TIME | grep -v `pwd` > THIS_WAS_INSTALLED
gmake distclean