X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=fe5bdb61837ae3d5aa3906ee18b6100e4f82e736;hp=f6df58e7c1677abd02092f76b52052ed70e795a1;hb=8978f426314b107c55a652e0151397fdab2f003e;hpb=ab1f70b152a3fed964da7a062b557e00710d3371 diff --git a/Makefile.in b/Makefile.in index f6df58e7..fe5bdb61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,7 +63,7 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -grutatxt := NEWS README.mysql CREDITS INSTALL README FEATURES +grutatxt := NEWS CREDITS INSTALL README FEATURES grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_in)) @@ -163,9 +163,7 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo %_command_list.man: %.cmd ./command_util.sh man < $< > $@ -server_command_lists = server_command_list.man random_selector_command_list.man \ - playlist_selector_command_list.man mysql_selector_command_list.man \ - afs_command_list.man +server_command_lists = server_command_list.man afs_command_list.man man/man1/para_server.1: para_server $(server_command_lists) mkdir -p man/man1 opts="-N `for i in $(server_command_lists); do echo "-i $$i"; done`"; \ @@ -214,9 +212,6 @@ slider.o: slider.c krell.o: krell.c $(CC) -Wall -O -g -fPIC @GTK_CFLAGS@ -c -o $@ krell.c -mysql_selector.o: mysql_selector.c - $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mysql_cppflags@ $< - %.cmdline.o: %.cmdline.c $(CC) -c $(CPPFLAGS) $<