source: gsdl/trunk/common-src/packages/gdbm/Makefile@ 18028

Last change on this file since 18028 was 18028, checked in by mdewsnip, 15 years ago

Modified to compile and install GDBM -- need to do this before the rest of the Greenstone code is compiled.

File size: 170 bytes
Line 
1
2all:
3 (cd gdbm-1.8.3 && $(MAKE) all install)
4
5clean:
6 (cd gdbm-1.8.3 && $(MAKE) clean)
7
8distclean:
9 (cd gdbm-1.8.3 && $(MAKE) distclean)
10
11install:
12 @echo GDBM installed
Note: See TracBrowser for help on using the repository browser.