From: Ricardo Markiewicz Date: Tue, 14 Jun 2005 20:16:24 +0000 (+0000) Subject: Ahora si, Makefile pulente e inteligente :P X-Git-Tag: svn_import~341 X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/commitdiff_plain/beeeec74203c5286c7fcb887d8b00c03ac908de0?ds=inline Ahora si, Makefile pulente e inteligente :P --- 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: