1 ##############################################################################
3 # $Id: GNUmakefile,v 1.1 2004/05/02 13:25:03 nedko Exp $
6 # Top level Makefile for mediadatabase
9 # Nedko Arnaudov <nedko@users.sourceforge.net>
12 # GNU GENERAL PUBLIC LICENSE version 2
14 ##############################################################################
18 .PHONY
: default subdirs
clean $(SUBDIRS
)
25 @echo
"------ Entering subdirectory $@"
26 @
$(MAKE
) --no-print-directory
-C
$@
$(TARGET
)
27 @echo
"------ Leaving subdirectory $@"
31 @
$(MAKE
) --no-print-directory subdirs TARGET
=clean
32 @echo
"Cleaning done."
34 # Inter-subdir dependencies
37 ##############################################################################
41 # !!! WARNING !!! Following lines are automatically updated by the CVS system.
43 # $Log: GNUmakefile,v $
44 # Revision 1.1 2004/05/02 13:25:03 nedko
45 # Use makefile to build mediadatabase.
47 ##############################################################################