source:
trunk/third/zlib/Makefile.athena
@
15219
Revision 15219, 214 bytes checked in by ghudson, 24 years ago (diff) |
---|
Line | |
---|---|
1 | # $Id: Makefile.athena,v 1.1 2000-11-01 20:42:04 ghudson Exp $ |
2 | |
3 | SHELL=/bin/sh |
4 | |
5 | dist: |
6 | |
7 | prepare: |
8 | ./configure --shared --prefix=/usr/athena |
9 | |
10 | clean all: |
11 | ${MAKE} $@ |
12 | |
13 | check: |
14 | |
15 | install: |
16 | ${MAKE} install DESTDIR="$$SRVD" |
Note: See TracBrowser
for help on using the repository browser.