mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Removed old fpmake makefile
git-svn-id: trunk@17628 -
This commit is contained in:
parent
8b9b05b661
commit
c31bc92f2e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2352,7 +2352,6 @@ packages/fcl-stl/tests/testrunner.pp svneol=native#text/plain
|
||||
packages/fcl-web/Makefile svneol=native#text/plain
|
||||
packages/fcl-web/Makefile.fpc svneol=native#text/plain
|
||||
packages/fcl-web/Makefile.fpm svneol=native#text/plain
|
||||
packages/fcl-web/Makefile_fpmake.fpc svneol=native#text/plain
|
||||
packages/fcl-web/examples/combined/combined.html svneol=native#text/plain
|
||||
packages/fcl-web/examples/combined/combined.ico -text
|
||||
packages/fcl-web/examples/combined/combined.ini svneol=native#text/plain
|
||||
|
@ -1,35 +0,0 @@
|
||||
#
|
||||
# Makefile.fpc for TDataSet for FCL
|
||||
#
|
||||
|
||||
[package]
|
||||
name=fcl-web
|
||||
version=2.5.1
|
||||
|
||||
[require]
|
||||
packages=rtl fcl-base fcl-xml fcl-db fcl-json fcl-net fcl-process fastcgi httpd22
|
||||
|
||||
[default]
|
||||
fpcdir=../..
|
||||
|
||||
[prerules]
|
||||
# If no fpmake exists and clean is called, do not try to build fpmake, it will
|
||||
# most often fail because the dependencies are cleared. So simply skip the
|
||||
# clean by replacing the command with 'echo'
|
||||
FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
|
||||
ifeq ($(FPMAKE_BIN_CLEAN),)
|
||||
FPMAKE_BIN_CLEAN=$(ECHO)
|
||||
endif
|
||||
|
||||
|
||||
[rules]
|
||||
fpmake: fpmake.pp
|
||||
$(FPC) fpmake.pp -Fu../fpmkunit/src -dNO_UNIT_PROCESS -dNO_UNIT_ZIPPER $(FPCOPT)
|
||||
all: fpmake
|
||||
./fpmake build --localunitdir=../.. --globalunitdir=.. $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
|
||||
clean:
|
||||
$(FPMAKE_BIN_CLEAN) clean --localunitdir=../.. --globalunitdir=.. $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
|
||||
install: fpmake
|
||||
./fpmake install --localunitdir=../.. --globalunitdir=.. $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(PREFIX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user