* Makefile.in: increment VERSION.

(dist:) Rename to srcdist.  Create new dist target to call
	srcdist and bindist targets.
	(srcdist:) New target.
	(clean-top:) add call to mostlyclean-top and add rm of distribution
	tarballs.
	* lib/Makefile.in: (uninstall:) modify to remove files from the
	new w32api subdirectory and to remove w32api subdirectory.
	(xuninstall:) Ditto.
	TODO: Add a task to redo the clean targets of Makefile.in
This commit is contained in:
Earnie Boyd
2000-11-06 16:17:16 +00:00
parent df664bc1a8
commit 014b820a0d
4 changed files with 26 additions and 8 deletions

View File

@@ -150,8 +150,9 @@ xuninstall-libraries:
xuninstall-headers:
@for i in $(HEADERS); do \
rm -f $(tooldir)/include/$$i ; \
rm -r $(tooldir)/include/w32api/$$i ; \
done
rmdir $(tooldir)/include/w32api
# install headers and libraries
install: install-libraries install-headers
@@ -179,8 +180,9 @@ uninstall-libraries:
uninstall-headers:
@for i in $(HEADERS); do \
rm -f $(exec_prefix)/include/$$i ; \
rm -f $(exec_prefix)/include/w32api/$$i ; \
done
rmdir $(exec_prefix)/include/w32api
dist:
mkdir $(distdir)/include