mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:49:37 +02:00
* regenerated
This commit is contained in:
parent
8e06f3926d
commit
991d79b5ab
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/23]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/29]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -144,7 +144,7 @@ ifeq ($(OS_TARGET),freebsd)
|
||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||
endif
|
||||
ifeq ($(OS_TARGET),beos)
|
||||
override TARGET_DIRS+=uncgi paszlib unzip regexpr
|
||||
override TARGET_DIRS+=uncgi paszlib regexpr
|
||||
endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||
@ -425,6 +425,16 @@ STATICLIBEXT=.a
|
||||
EXEEXT=.ttp
|
||||
FPCMADE=fpcmade.ata
|
||||
endif
|
||||
ifeq ($(OS_TARGET),beos)
|
||||
PPUEXT=.ppu
|
||||
ASMEXT=.s
|
||||
OEXT=.o
|
||||
SMARTEXT=.sl
|
||||
STATICLIBEXT=.a
|
||||
EXEEXT=
|
||||
FPCMADE=fpcmade.be
|
||||
ZIPSUFFIX=be
|
||||
endif
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
endif
|
||||
@ -861,7 +871,6 @@ endif
|
||||
ifeq ($(OS_TARGET),beos)
|
||||
TARGET_DIRS_UNCGI=1
|
||||
TARGET_DIRS_PASZLIB=1
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
|
Loading…
Reference in New Issue
Block a user