#***************************************************************************
# PROJECT  MusixTeX Preprocessor  
# TITLE    Level 1 makefile for mpp
# FILE     config/Makefile
# AUTHOR   JCNieuwenhuizen
#          copyright (c) FlowerSoft 1995, 1996, 1997
#
#***************************************************************************

DFILES = Makefile Makefile.0
DDIRS = gnu msdos msvc unix

clean:

dist:
	mkdir ..$(Z)$(DISTDIR)$(Z)config
	$(LN) $(DFILES) ..$(Z)$(DISTDIR)$(Z)config
	for i in $(DDIRS); do \
	mkdir ..$(Z)$(DISTDIR)$(Z)config$(Z)$$i; \
	$(CP) $$i$(Z)* ..$(Z)$(DISTDIR)$(Z)config$(Z)$$i; \
	done
# can't: too many symbolic links...
#	$(LNS) $(DDIRS) ..$(Z)$(DISTDIR)$(Z)config
