+ initial version

This commit is contained in:
peter 1998-11-10 16:16:04 +00:00
parent 2e5018c91d
commit 64e6eabcbb

23
install/debian/Makefile Normal file
View File

@ -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