2
0
peter 27 жил өмнө
parent
commit
64e6eabcbb
1 өөрчлөгдсөн 23 нэмэгдсэн , 0 устгасан
  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