X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2FMakefile;h=d58b48e24f53d408aa566d857e6ab141d3d84202;hp=00a8e92cb949470a5c50998daaf2ef6660cdfbe4;hb=8e632531fde7c8197a7cdba1842838fa50a44626;hpb=2561f34f160440e5df8c3891a50d6e3c2b83c715 diff --git a/bigscreen/Makefile b/bigscreen/Makefile index 00a8e92..d58b48e 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -3,8 +3,16 @@ CXX=g++ CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) -Itinyptc/ CXXFLAGS=-g -Wall LDFLAGS=-L/usr/X11R6/lib -LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11 -CCBS_BIGSCREEN_OBJS=ccbs_bigscreen.o flagtrigger.o widestring.o fetch_current_tournament.o +LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext + +CCBS_BIGSCREEN_SQL_OBJS=fetch_current_tournament.o fetch_list_of_active_groups.o \ + fetch_list_of_finished_groups.o \ + fetch_max_score_for_songs.o fetch_max_score_for_players.o fetch_group.o \ + fetch_needs_update.o fetch_highscore.o fetch_top_scores_for_tournament.o \ + fetch_top_chosen_songs_for_tournament.o fetch_auxilliary_screens.o +CCBS_BIGSCREEN_SCREEN_OBJS=groupscreen.o top10scorescreen.o top5chosenscreen.o splitscreen.o rotatescreen.o screen.o +CCBS_BIGSCREEN_MAIN_OBJS=ccbs_bigscreen.o flagtrigger.o widestring.o fonts.o +CCBS_BIGSCREEN_OBJS=$(CCBS_BIGSCREEN_SQL_OBJS) $(CCBS_BIGSCREEN_SCREEN_OBJS) $(CCBS_BIGSCREEN_MAIN_OBJS) all: ccbs-bigscreen