summaryrefslogtreecommitdiff
path: root/subdir_makefile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'subdir_makefile/Makefile')
-rw-r--r--subdir_makefile/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/subdir_makefile/Makefile b/subdir_makefile/Makefile
deleted file mode 100644
index 6e5933f..0000000
--- a/subdir_makefile/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- 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)/beamer_lecture.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)
-