You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
695 B
Makefile

22 years ago
# ***************************************************** -*- Makefile -*-
#
# AUTHOR(S): Andreas Huggel (ahu)
#
# RCS information
# $Name: $
# $Revision: 1.4 $
22 years ago
#
# Description:
# This makefile mainly forwards to makefiles in subdirectories.
22 years ago
#
# Restrictions:
# Requires GNU make.
#
.PHONY: all clean maintainer-clean doc
22 years ago
21 years ago
all %:
22 years ago
cd src && $(MAKE) $(MAKECMDGOALS)
doc:
cd doc && $(MAKE) $(MAKECMDGOALS)
clean:
22 years ago
cd src && $(MAKE) $(MAKECMDGOALS)
# cd doc && $(MAKE) $(MAKECMDGOALS)
rm -f config.h config.mk config.log config.status
21 years ago
rm -rf autom4te.cache/
maintainer-clean: clean
cd src && $(MAKE) $(MAKECMDGOALS)
cd doc && $(MAKE) $(MAKECMDGOALS)
rm -f configure
rm -f *~ *.bak *#