aboutsummaryrefslogtreecommitdiff
path: root/src/epg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/epg/Makefile')
-rw-r--r--src/epg/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/epg/Makefile b/src/epg/Makefile
new file mode 100644
index 0000000000..a52ad6113e
--- /dev/null
+++ b/src/epg/Makefile
@@ -0,0 +1,13 @@
+INCLUDES=-I. -I.. -I../../ -I../linux -I../cores -I../../guilib -I../posix -I../utils
+
+SRCS=EpgInfoTag.cpp \
+ EpgSearchFilter.cpp \
+ Epg.cpp \
+ EpgContainer.cpp \
+ EpgDatabase.cpp \
+ GUIEPGGridContainer.cpp
+
+LIB=epg.a
+
+include ../../Makefile.include
+-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))