X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=122103965e21f02b51c70337f0c69d2f1b70e08b;hp=e22149452f71ecd4ffa3fe52bb1a274bfc451c4f;hb=968b72b29cf48bae18ecfccbc68b7c241d3d86f7;hpb=55f0f9461990455656bef7a36b0f963e3d676653 diff --git a/Makefile.in b/Makefile.in index e2214945..12210396 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,6 +111,7 @@ module_ggo_opts := --set-version="(@PACKAGE_STRING@, $(codename))" grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo gengetopt $(module_ggo_opts) \ + -S \ --set-package=grab \ --no-handle-help \ --no-handle-error \ @@ -132,6 +133,12 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo --arg-struct-name=$(subst .ggo,,$<)_args_info \ --file-name=$(subst .ggo,,$<).cmdline \ --func-name $(subst _filter.ggo,,$<)_cmdline_parser < $< +%_write.cmdline.h %_write.cmdline.c: %_write.ggo + gengetopt -S $(module_ggo_opts) \ + --set-package=$(subst .ggo,,$<) \ + --arg-struct-name=$(subst .ggo,,$<)_args_info \ + --file-name=$(subst .ggo,,$<).cmdline \ + --func-name $(subst _write.ggo,,$<)_cmdline_parser < $< %.cmdline.h %.cmdline.c: %.ggo case $< in client.ggo) O="--unamed-opts=command";; \