From 95e726c7cc21c52829548340142d266cdb8f1123 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Mar 2013 17:50:12 +0000 Subject: split sources lists out to their subdirectories as first step towards using core buildsystem --- content/Makefile | 6 ++++++ content/fetchers/Makefile | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 content/Makefile create mode 100644 content/fetchers/Makefile (limited to 'content') diff --git a/content/Makefile b/content/Makefile new file mode 100644 index 000000000..557e6c787 --- /dev/null +++ b/content/Makefile @@ -0,0 +1,6 @@ +# Content sources + +S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \ + llcache.c mimesniff.c urldb.c + +S_CONTENT := $(addprefix content/,$(S_CONTENT)) \ No newline at end of file diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile new file mode 100644 index 000000000..06e38e4c8 --- /dev/null +++ b/content/fetchers/Makefile @@ -0,0 +1,8 @@ +# Content fetchers sources + +S_FETCHERS := curl.c data.c file.c about.c resource.c + +S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS)) + +# The following files depend on the testament +content/fetchers/about.c: testament utils/testament.h -- cgit v1.2.3