1 ##############################################################################
3 # $Id: GNUmakefile,v 1.4 2005/03/05 21:40:09 nedko Exp $
6 # Top level Makefile for mediadatabase
9 # Nedko Arnaudov <nedko@users.sourceforge.net>
12 # GNU GENERAL PUBLIC LICENSE version 2
14 ##############################################################################
16 SUBDIRS
= libdb cui gtk libfrontend fuse
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."
35 @echo
"Cleaning (+ dependency fles) ..."
36 @
$(MAKE
) --no-print-directory subdirs TARGET
=full_clean
37 @echo
"Cleaning (+ dependency fles) done."
39 # Inter-subdir dependencies
40 cui
: libdb libfrontend
41 gtk
: libdb libfrontend
42 fuse
: libdb libfrontend
45 ##############################################################################
49 # !!! WARNING !!! Following lines are automatically updated by the CVS system.
51 # $Log: GNUmakefile,v $
52 # Revision 1.4 2005/03/05 21:40:09 nedko
55 # Revision 1.3 2004/06/20 12:24:21 nedko
56 # Use dependency files.
57 # Use common tool variables.
59 # Revision 1.2 2004/05/16 19:06:39 nedko
60 # build libfrontend and gtk frontend.
62 # Revision 1.1 2004/05/02 13:25:03 nedko
63 # Use makefile to build mediadatabase.
65 ##############################################################################