X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=6ff6a016a49c5684a26f1dbdf12fb38cd0fef90c;hb=953bdd7eaaa7a737e57655a24848b8cdd84ddfcd;hp=bb0488082d4d3a0d4b328aa7fb0d38c22f6ce8c3;hpb=e090f7343634d5f68acf961367ee256d0bf831d7;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index bb048808..6ff6a016 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,30 +148,9 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo --set-package="para_$(subst .cmdline,,$(*F))" \ --set-version="$V" < $< -server_command_list.c: server.cmd server_command_list.h - ./command_util.sh array < $< >>$@ -server_command_list.h: server.cmd - ./command_util.sh proto < $< >> $@ - -mysql_selector_command_list.c: mysql_selector.cmd mysql_selector_command_list.h - ./command_util.sh array < $< >>$@ -mysql_selector_command_list.h: mysql_selector.cmd - ./command_util.sh proto < $< >> $@ - -random_selector_command_list.c: random_selector.cmd random_selector_command_list.h - ./command_util.sh array < $< >>$@ -random_selector_command_list.h: random_selector.cmd - ./command_util.sh proto < $< >> $@ - -playlist_selector_command_list.c: playlist_selector.cmd playlist_selector_command_list.h - ./command_util.sh array < $< >>$@ -playlist_selector_command_list.h: playlist_selector.cmd - ./command_util.sh proto < $< >> $@ - -audiod_command_list.c: audiod.cmd audiod_command_list.h - ./command_util.sh array < $< >>$@ -audiod_command_list.h: audiod.cmd - ./command_util.sh proto < $< >> $@ +%_command_list.c %_command_list.h: %.cmd + ./command_util.sh c < $< >$@ + ./command_util.sh h < $< >$(@:%.c=%.h) ortp_recv.o: ortp_recv.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $<