source: trunk/gsdl/packages/expat/Makefile@ 8656

Last change on this file since 8656 was 8656, checked in by davidb, 19 years ago

Explicit introduction of expat software in packages directory.
Expat used to be included within Perl's XML::Parser module, but
now isn't. On many Linux systems expat is pre-installed, but
the same is not true (in 2004) for MaxOS X. Having expat
explicitly represented in the packages area removes any
ambiguity over compilation.

  • Property svn:keywords set to Author Date Id Revision
File size: 164 bytes
Line 
1
2all:
3 (cd expat-1.95.8 ; make all install)
4
5clean:
6 (cd expat-1.95.8 ; make clean)
7
8distclean:
9 (cd expat-1.95.8 ; make distclean)
10
11install:
12 @echo Expat installed
Note: See TracBrowser for help on using the repository browser.