1# Makefile.dist for Plib
2#
3# This file can not be used to build Plib - it's only used to
4# generate the distribution files
5#
6
7SRCDIR = .
8
9all:
10	@echo 'Sorry, this file (Makefile.dist) can not be used'
11	@echo 'to make Plib - use the ./configure script to'
12	@echo 'create a Makefile.'
13	@exit 1
14
15
16clean mostlyclean:
17	rm -f core *~ \#* *.o libplib.a
18
19distclean maintainer-clean: mostlyclean
20	rm -f Makefile config.h plib-config config.status config.log config.cache
21
22