-# $Id: Makefile,v 1.2 2000/12/05 22:51:14 cph Exp $
+# $Id: Makefile,v 1.3 2000/12/06 02:42:53 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
|| ln -s ../Makefile.std $${SUBDIR}/Makefile; \
(cd $${SUBDIR} && $(MAKE) $@) || exit 1; \
done
- (cd microcode && makegen/makeinit.sh)
- (cd microcode && $(MAKE) $@)
- (cd microcode && $(MAKE) distclean)
+ (cd microcode && ./Setup.sh)
tags TAGS mostlyclean clean distclean maintainer-clean:
@for SUBDIR in $(SUBDIRS); do \
-# $Id: Makefile.in.in,v 1.4 2000/12/05 22:31:01 cph Exp $
+# $Id: Makefile.in.in,v 1.5 2000/12/06 02:42:30 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
-rm -f psbtobin
$(LINK) $(psbtobin_LDFLAGS) $(psbtobin_OBJECTS) $(psbtobin_LIBS)
-setup:
- ( cd cmpauxmd && $(MAKE) )
-
tags: TAGS
TAGS:
etags -r '/^DEF[A-Za-z_ \t(]+"\([^"]+\)"/' *.[ch]
-rm -f $(MAINTAINER_CLEAN_FILES)
( cd cmpauxmd && $(MAKE) $@ )
-.PHONY: all setup tags TAGS mostlyclean clean distclean maintainer-clean
+.PHONY: all tags TAGS mostlyclean clean distclean maintainer-clean
# **** File dependencies ****