#
# Copyright (C) 1991 Texas Instruments Incorporated.
#
# Permission is granted to any individual or institution to use, copy, modify,
# and distribute this software, provided that this complete copyright and
# permission notice is maintained, intact, in all copies and supporting
# documentation.
#
# Texas Instruments Incorporated provides this software "as is" without
# express or implied warranty.
#

$(SUBDIRS): always
	$(CD) $@; $(MAKE) $(TARGET)

all alldepend allinstall alllink:
	$(MAKE) TARGET=$@ $(SUBDIRS)

allclean: clean
	$(MAKE) TARGET=$@ $(SUBDIRS)

always:

clean:
	- $(RM) $(OBJECTS) $(BACKUPS)
