summaryrefslogtreecommitdiff
path: root/pages/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Makefile')
-rw-r--r--pages/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/pages/Makefile b/pages/Makefile
index 5945b09..de2011d 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -7,7 +7,7 @@ CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC
CXXFLAGS += `tntnet-config --cxxflags`
LDFLAGS += `tntnet-config --libs`
-INCLUDES += -I.. -I../pagelib -I$(VDRDIR)/include
+INCLUDES += -I.. -I$(VDRDIR)/include
### The directory environment:
@@ -17,7 +17,7 @@ VDRDIR ?= ../../../..
OBJS = menu.o event_widget.o channels.o recordings.o schedule.o \
screenshot.o timers.o whats_on_now.o whats_on_next.o \
- keypress.o remote.o channels_widget.o edit_timer.o
+ keypress.o remote.o channels_widget.o edit_timer.o
### Default rules:
@@ -33,18 +33,6 @@ all: libpages.a
%.cpp: %.ecpp
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CPP) $<
-%.cpp: %.gif
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_GIF) -b -m "image/gif" $<
-
-%.cpp: %.jpg
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_JPG) -b -m "image/jpg" $<
-
-%.cpp: %.css
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "text/css" $<
-
-%.cpp: %.js
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_JS) -b -m "test/javascript" $<
-
### Targets:
libpages.a: $(OBJS)