Browse Source

+ initial version

peter 27 years ago
parent
commit
64e6eabcbb
1 changed files with 23 additions and 0 deletions
  1. 23 0
      install/debian/Makefile

+ 23 - 0
install/debian/Makefile

@@ -0,0 +1,23 @@
+#############################################################################
+# Root Makefile for Debian Packaging
+# Copyright (c) 1998 by the Free Pascal Development Team
+#############################################################################
+
+all:
+#	make -C compiler cycle RELEASE=1
+	make -C rtl/linux all RELEASE=1
+	make -C rtl/utils all RELEASE=1
+#	make -C docs html
+
+install:
+#	make -C compiler install
+	make -C rtl/linux install
+#	make -C rtl/linux libinstall PPUMOVE=../utils/ppumove
+	make -C rtl/utils install
+#	make -C docs install
+
+clean:
+#	make -C compiler clean
+	make -C rtl/utils clean
+#	make -C rtl/linux libsclean
+#	make -C docs clean