]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Remove old audio file selector code.
[paraslash.git] / Makefile.in
index f6df58e7c1677abd02092f76b52052ed70e795a1..fe5bdb61837ae3d5aa3906ee18b6100e4f82e736 100644 (file)
@@ -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) $<