From c8630c8a97b8c295e070b153b1d6c6180c1534f0 Mon Sep 17 00:00:00 2001 From: nedko Date: Sun, 16 May 2004 19:06:39 +0000 Subject: [PATCH] build libfrontend and gtk frontend. --- GNUmakefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3389f9c..41e6529 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ ############################################################################## # -# $Id: GNUmakefile,v 1.1 2004/05/02 13:25:03 nedko Exp $ +# $Id: GNUmakefile,v 1.2 2004/05/16 19:06:39 nedko Exp $ # # DESCRIPTION: # Top level Makefile for mediadatabase @@ -13,7 +13,7 @@ # ############################################################################## -SUBDIRS = libdb cui +SUBDIRS = libdb cui gtk libfrontend .PHONY : default subdirs clean $(SUBDIRS) @@ -32,7 +32,9 @@ clean: @echo "Cleaning done." # Inter-subdir dependencies -cui: libdb +cui: libdb libfrontend +gtk: libdb libfrontend +libfrontend: libdb ############################################################################## # @@ -41,6 +43,9 @@ cui: libdb # !!! WARNING !!! Following lines are automatically updated by the CVS system. # # $Log: GNUmakefile,v $ +# Revision 1.2 2004/05/16 19:06:39 nedko +# build libfrontend and gtk frontend. +# # Revision 1.1 2004/05/02 13:25:03 nedko # Use makefile to build mediadatabase. # -- 2.11.4.GIT