mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 12:59:15 +02:00
Jedi code format: New makefiles for the jcfbase.lpk
This commit is contained in:
parent
3855efa430
commit
aea40faa97
@ -59,6 +59,7 @@ bigide:
|
||||
$(MAKE) -C todolist
|
||||
$(MAKE) -C datetimectrls
|
||||
$(MAKE) -C datetimectrls/design
|
||||
$(MAKE) -C jcf2
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus
|
||||
$(MAKE) -C mouseandkeyinput
|
||||
$(MAKE) -C chmhelp/packages/help
|
||||
@ -111,6 +112,7 @@ clean:
|
||||
$(MAKE) -C todolist clean
|
||||
$(MAKE) -C datetimectrls clean
|
||||
$(MAKE) -C datetimectrls/design clean
|
||||
$(MAKE) -C jcf2 clean
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus clean
|
||||
$(MAKE) -C mouseandkeyinput clean
|
||||
$(MAKE) -C chmhelp/packages/help clean
|
||||
@ -164,6 +166,7 @@ distclean:
|
||||
$(MAKE) -C todolist distclean
|
||||
$(MAKE) -C datetimectrls distclean
|
||||
$(MAKE) -C datetimectrls/design distclean
|
||||
$(MAKE) -C jcf2 distclean
|
||||
$(MAKE) -C jcf2/IdePlugin/lazarus distclean
|
||||
$(MAKE) -C mouseandkeyinput distclean
|
||||
$(MAKE) -C chmhelp/packages/help distclean
|
||||
|
3276
components/jcf2/Makefile
Normal file
3276
components/jcf2/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
5
components/jcf2/Makefile.compiled
Normal file
5
components/jcf2/Makefile.compiled
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Makefile Value="2"/>
|
||||
<Params Value=" -FuParse;Parse/PreProcessor;Process;Process/Align;Process/Capitalisation;Process/Indent;Process/Info;Process/Obfuscate;Process/Onceoffs;Process/Returns;Process/Spacing;Process/Transform;Process/Warnings;ReadWrite;Settings;Settings/Streams;Ui;Utils;IdePlugin/lazarus;../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);. -FiInclude -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq jcfbase.pas"/>
|
||||
</CONFIG>
|
60
components/jcf2/Makefile.fpc
Normal file
60
components/jcf2/Makefile.fpc
Normal file
@ -0,0 +1,60 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for jcfbase 1.0
|
||||
#
|
||||
# This file was generated on 25/05/2023
|
||||
|
||||
[package]
|
||||
name=jcfbase
|
||||
version=1.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=
|
||||
unitdir=Parse Parse/PreProcessor Process Process/Align Process/Capitalisation Process/Indent Process/Info Process/Obfuscate Process/Onceoffs Process/Returns Process/Spacing Process/Transform Process/Warnings ReadWrite Settings Settings/Streams Ui Utils IdePlugin/lazarus ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) .
|
||||
includedir=Include
|
||||
options= -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
|
||||
[target]
|
||||
units=jcfbase.pas
|
||||
|
||||
[clean]
|
||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
|
||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||
|
||||
[prerules]
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),win64)
|
||||
LCL_PLATFORM=win32
|
||||
else
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
LCL_PLATFORM=cocoa
|
||||
else
|
||||
LCL_PLATFORM=gtk2
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
export LCL_PLATFORM
|
||||
|
||||
DBG_OPTIONS=
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
DBG_OPTIONS=-gw
|
||||
endif
|
||||
|
||||
[rules]
|
||||
.PHONY: cleartarget compiled all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/jcfbase$(PPUEXT)
|
||||
|
||||
compiled:
|
||||
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/jcfbase.compiled
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) jcfbase$(PPUEXT) compiled
|
Loading…
Reference in New Issue
Block a user