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

Last change on this file since 9162 was 9162, checked in by mdewsnip, 19 years ago

Now just installs the library (we don't care about the xmlwf binary).

  • Property svn:keywords set to Author Date Id Revision
File size: 167 bytes
Line 
1
2all:
3 (cd expat-1.95.8 ; make all installlib)
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.