From e4a96cee395549dccb18f81b03724fe2d517c88f Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 22 Oct 2013 13:18:55 -0400 Subject: init --- subdir_makefile/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 subdir_makefile/Makefile (limited to 'subdir_makefile/Makefile') diff --git a/subdir_makefile/Makefile b/subdir_makefile/Makefile new file mode 100644 index 0000000..65fa78f --- /dev/null +++ b/subdir_makefile/Makefile @@ -0,0 +1,27 @@ +# -*- make -*- + +# Default value so one can compile this standalone +TOPDIR ?= .. +include ./local.mk +include $(TOPDIR)/common.mk +include $(MAKEINCLUDE_DIR)/t2t.mk +include $(MAKEINCLUDE_DIR)/tex.mk +include $(MAKEINCLUDE_DIR)/css.mk +include $(MAKEINCLUDE_DIR)/raw.mk +include $(MAKEINCLUDE_DIR)/subdirs.mk + + +dest_dir = $(DESTDIR)$(PREFIX)/$(PACKAGE_DIR) + +.DEFAULT_GOAL := all + +all: compile install + +compile: subdirs $(REQUIRED_TARGETS) + +clean: subdirs $(CLEAN_TARGETS) + +real_clean: subdirs clean $(REAL_CLEAN_TARGETS) + +install: subdirs $(INSTALL_TARGETS) + -- cgit v1.2.3