exiv2/Makefile
2004-09-04 06:43:31 +00:00

30 lines
566 B
Makefile

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