[clean up makefile some
John Meacham <john@repetae.net>**20080208074712] hunk ./Makefile.am 44
-%.hs: %.flags  $(srcdir)/utils/opt_sets.prl
+%.hs: %.flags  utils/opt_sets.prl
hunk ./Makefile.am 47
-Info/Properties.hs: $(srcdir)/data/props.txt $(srcdir)/utils/gen_props.prl
+Info/Properties.hs: data/props.txt utils/gen_props.prl
hunk ./Makefile.am 51
-PrimitiveOperators.hs: utils/op_process.prl $(srcdir)/data/operators.txt $(srcdir)/data/primitives.txt $(srcdir)/data/PrimitiveOperators-in.hs
+PrimitiveOperators.hs: utils/op_process.prl data/operators.txt data/primitives.txt data/PrimitiveOperators-in.hs
hunk ./Makefile.am 54
-Name/Prim.hs: $(srcdir)/utils/op_names.prl $(srcdir)/data/primitives.txt $(srcdir)/data/names.txt
-	perl $(srcdir)/utils/op_names.prl > $@ || rm -f $@
+Name/Prim.hs: utils/op_names.prl data/primitives.txt data/names.txt
+	perl $< > $@ || rm -f $@
hunk ./Makefile.am 57
-RawFiles.hs:  $(RAWFILES)
-	perl $(srcdir)/utils/op_raw.prl $(basename $@)  $^ > $@
+RawFiles.hs:  utils/op_raw.prl $(RAWFILES)
+	perl $< $(basename $@)  $(RAWFILES) > $@
hunk ./Makefile.am 65
-_darcs/inventory:
-	touch $@
-#  $(srcdir)/_darcs/inventory
-changes.txt:
+.SECONDARY: _darcs/inventory
+
+changes.txt: _darcs/inventory
hunk ./Makefile.am 73
-#                 $(srcdir)/_darcs/inventory
-Version/Raw.hs:
+
+Version/Raw.hs: _darcs/inventory