mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 05:58:24 +02:00
* fpcmake
This commit is contained in:
parent
bdd4bf7169
commit
ab0c7d113f
1022
fcl/go32v2/Makefile
1022
fcl/go32v2/Makefile
File diff suppressed because it is too large
Load Diff
43
fcl/go32v2/Makefile.fpc
Normal file
43
fcl/go32v2/Makefile.fpc
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile.fpc for Free Component Library for Go32v2
|
||||
#
|
||||
|
||||
[defaults]
|
||||
defaultunits=1
|
||||
defaulttarget=go32v2
|
||||
defaultcpu=i386
|
||||
defaultoptions=-S2
|
||||
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
||||
incdir=$(INC)
|
||||
|
||||
[targets]
|
||||
units=classes $(INCUNITS) $(XMLUNITS)
|
||||
|
||||
|
||||
[presettings]
|
||||
# Include files
|
||||
INC=../inc
|
||||
XML=../xml
|
||||
|
||||
# INCUNITS,XMLUNITS is defined in makefile.inc
|
||||
# They are default units for all platforms.
|
||||
include $(INC)/Makefile.inc
|
||||
include $(XML)/Makefile.inc
|
||||
|
||||
|
||||
[rules]
|
||||
vpath %$(PASEXT) $(INC) $(XML)
|
||||
|
||||
INCFILES=$(addprefix $(INC)/,$(INCNAMES))
|
||||
|
||||
classes$(PPUEXT): $(INCFILES) classes$(PASEXT)
|
||||
|
||||
inifiles$(PPUEXT): classes$(PPUEXT) inifiles$(PASEXT)
|
||||
|
||||
ezcgi$(PPUEXT): ezcgi$(PASEXT) ezcgi.inc
|
||||
|
1034
fcl/linux/Makefile
1034
fcl/linux/Makefile
File diff suppressed because it is too large
Load Diff
43
fcl/linux/Makefile.fpc
Normal file
43
fcl/linux/Makefile.fpc
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile.fpc for Free Component Library for Go32v2
|
||||
#
|
||||
|
||||
[defaults]
|
||||
defaultunits=1
|
||||
defaulttarget=linux
|
||||
defaultcpu=i386
|
||||
defaultoptions=-S2
|
||||
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
||||
incdir=$(INC)
|
||||
|
||||
[targets]
|
||||
units=classes $(INCUNITS) $(XMLUNITS)
|
||||
|
||||
|
||||
[presettings]
|
||||
# Include files
|
||||
INC=../inc
|
||||
XML=../xml
|
||||
|
||||
# INCUNITS,XMLUNITS is defined in makefile.inc
|
||||
# They are default units for all platforms.
|
||||
include $(INC)/Makefile.inc
|
||||
include $(XML)/Makefile.inc
|
||||
|
||||
|
||||
[rules]
|
||||
vpath %$(PASEXT) $(INC) $(XML)
|
||||
|
||||
INCFILES=$(addprefix $(INC)/,$(INCNAMES))
|
||||
|
||||
classes$(PPUEXT): $(INCFILES) classes$(PASEXT)
|
||||
|
||||
inifiles$(PPUEXT): classes$(PPUEXT) inifiles$(PASEXT)
|
||||
|
||||
ezcgi$(PPUEXT): ezcgi$(PASEXT) ezcgi.inc
|
||||
|
1018
fcl/shedit/Makefile
1018
fcl/shedit/Makefile
File diff suppressed because it is too large
Load Diff
19
fcl/shedit/Makefile.fpc
Normal file
19
fcl/shedit/Makefile.fpc
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile.fpc for shedit
|
||||
#
|
||||
|
||||
[targets]
|
||||
units=doc_text shedit sh_pas sh_xml
|
||||
programs_win32=gtkdemo
|
||||
programs_linux=gtkdemo
|
||||
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
unitdir=$(FPCDIR)/gtk ../$(OS_TARGET)
|
||||
targetdir=.
|
||||
|
||||
[defaults]
|
||||
defaultunits=1
|
||||
|
Loading…
Reference in New Issue
Block a user