X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2FMakefile;h=1941b080a4026ff67a67db699d46a14b1ee2897c;hp=8f9c08df1e355730155936b7b79b561cb1cfe8a5;hb=f301b95e87c8ec1e3b58d595a05d486bede5e0c2;hpb=26361686d6fc63dc22d22285f0543c5c2c756fb4 diff --git a/aoview/Makefile b/aoview/Makefile index 8f9c08df..1941b080 100644 --- a/aoview/Makefile +++ b/aoview/Makefile @@ -30,5 +30,10 @@ $(PROG): $(OBJ) $(OBJ): $(INC) +aoview_main.o: aoview_glade.h + clean: rm -f $(OBJ) $(PROG) + +aoview_glade.h: aoview.glade + sed -e 's/"/\\"/g' -e 's/^/"/' -e 's/$$/"/' $< > $@