mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 08:09:28 +02:00
+ initial version
This commit is contained in:
parent
2e5018c91d
commit
64e6eabcbb
23
install/debian/Makefile
Normal file
23
install/debian/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user