From 45fe6c4b0efcd807dd67bb1bcdc5e104583332ae Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 19:38:54 +0000 Subject: - moved pagelib back to plugin - incorporated all code into one shared object --- pagelib/Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 pagelib/Makefile (limited to 'pagelib/Makefile') diff --git a/pagelib/Makefile b/pagelib/Makefile deleted file mode 100644 index 78389da..0000000 --- a/pagelib/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -CXX ?= g++ -AR ?= ar - -CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC - -INCLUDES += -I.. -I$(VDRDIR)/include - -### The directory environment: - -VDRDIR ?= ../../../.. - -### The object files (add further files here): - -OBJS = tools.o - -### Default rules: - -.PHONY: all clean - -all: libpagelib.a - -### Implicit rules: - -%.o: %.cpp - $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< - -### Targets: - -libpagelib.a: $(OBJS) - $(AR) r $@ $^ - -clean: - @rm -f *~ *.o core* libpagelib.a -- cgit v1.2.3