source: gsdl/tags/2.80/packages/expat/Makefile@ 20973

Last change on this file since 20973 was 14168, checked in by mdewsnip, 17 years ago

Now explicitly copies lib/expat_external.h into the include directory to get around a bug where this doesn't happen on Solaris.

  • Property svn:keywords set to Author Date Id Revision
File size: 218 bytes
Line 
1
2all:
3 (cd expat-1.95.8 && $(MAKE) all installlib && cp lib/expat_external.h ../include)
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.