]> granicus.if.org Git - graphviz/commitdiff
save work
authorellson <devnull@localhost>
Mon, 29 Sep 2008 04:38:04 +0000 (04:38 +0000)
committerellson <devnull@localhost>
Mon, 29 Sep 2008 04:38:04 +0000 (04:38 +0000)
lib/inkpot/Makefile.old

index 715d5fa216ba173b8fb02803b898d4f7f2aa4094..bee94be84e2f5199ebdee00e085ae47b4cf3d901 100644 (file)
@@ -1,5 +1,7 @@
 CFLAGS = -Wall -g -O0
 
+all: test inkpot_strings.h
+
 test: inkpot_scheme.o inkpot_value.o inkpot_xlate.o test.o
 
 inkpot_scheme.o: inkpot_scheme.c inkpot.h \
@@ -13,5 +15,11 @@ inkpot_value.o: inkpot_value.c inkpot.h inkpot_value.h inkpot_value_table.h
 
 test.o: test.c inkpot.h
 
+inkpot_strings.h: x11.lib scripts/lib_2_h.tcl
+       scripts/lib_2_h.tcl
+
+x11.lib: data/rgb.txt scripts/rgb_txt_2_x11_lib.tcl
+       scripts/rgb_txt_2_x11_lib.tcl data/rgb.txt
+
 clean:
-       rm -rf *.o test
+       rm -rf *.o test *.lib inkpot_strings.h