From beeeec74203c5286c7fcb887d8b00c03ac908de0 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Tue, 14 Jun 2005 20:16:24 +0000 Subject: [PATCH] Ahora si, Makefile pulente e inteligente :P --- demo/src/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/demo/src/Makefile b/demo/src/Makefile index b5eabde..a30f43f 100644 --- a/demo/src/Makefile +++ b/demo/src/Makefile @@ -8,11 +8,8 @@ SOURCE_VISTAS=$(shell ls --color=none Vistas/*.cs) SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) LIBS=-pkg:glade-sharp-2.0 -pkg:gtk-sharp-2.0 -r:./bin/db4o.dll -GLADE= \ - -res:../glade/main.glade \ - -res:../glade/consultar_afiliado.glade \ - -res:../glade/ingresar_solicitud.glade \ - -res:../glade/emitir_hoja_de_ruta.glade +GLADE_FILES=$(shell ls --color=none ../glade/*.glade) +GLADE=$(foreach file,$(GLADE_FILES), $(addprefix -resource:,$(file)),$(notdir $(file))) all: -- 2.43.0