mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
+ Added fpImage
This commit is contained in:
parent
5e987ae6b9
commit
9eaa44de48
48
fcl/Makefile
48
fcl/Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/14]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/12]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx
|
||||
@ -205,7 +205,7 @@ endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
override PACKAGE_NAME=fcl
|
||||
override PACKAGE_VERSION=1.0.6
|
||||
override TARGET_DIRS+=xml db shedit passrc net
|
||||
override TARGET_DIRS+=xml image db shedit passrc net
|
||||
override TARGET_UNITS+=classes contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls xmlreg registry eventlog custapp cgiapp
|
||||
ifeq ($(OS_TARGET),linux)
|
||||
override TARGET_UNITS+=process resolve ssockets fpasync syncobjs
|
||||
@ -1821,6 +1821,7 @@ fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIR
|
||||
fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
|
||||
fpc_makefiles: fpc_makefile fpc_makefile_dirs
|
||||
TARGET_DIRS_XML=1
|
||||
TARGET_DIRS_IMAGE=1
|
||||
TARGET_DIRS_DB=1
|
||||
TARGET_DIRS_SHEDIT=1
|
||||
TARGET_DIRS_PASSRC=1
|
||||
@ -1868,6 +1869,49 @@ xml:
|
||||
$(MAKE) -C xml all
|
||||
.PHONY: xml_all xml_debug xml_smart xml_release xml_examples xml_shared xml_install xml_sourceinstall xml_exampleinstall xml_distinstall xml_zipinstall xml_zipsourceinstall xml_zipexampleinstall xml_zipdistinstall xml_clean xml_distclean xml_cleanall xml_info xml_makefiles xml
|
||||
endif
|
||||
ifdef TARGET_DIRS_IMAGE
|
||||
image_all:
|
||||
$(MAKE) -C image all
|
||||
image_debug:
|
||||
$(MAKE) -C image debug
|
||||
image_smart:
|
||||
$(MAKE) -C image smart
|
||||
image_release:
|
||||
$(MAKE) -C image release
|
||||
image_examples:
|
||||
$(MAKE) -C image examples
|
||||
image_shared:
|
||||
$(MAKE) -C image shared
|
||||
image_install:
|
||||
$(MAKE) -C image install
|
||||
image_sourceinstall:
|
||||
$(MAKE) -C image sourceinstall
|
||||
image_exampleinstall:
|
||||
$(MAKE) -C image exampleinstall
|
||||
image_distinstall:
|
||||
$(MAKE) -C image distinstall
|
||||
image_zipinstall:
|
||||
$(MAKE) -C image zipinstall
|
||||
image_zipsourceinstall:
|
||||
$(MAKE) -C image zipsourceinstall
|
||||
image_zipexampleinstall:
|
||||
$(MAKE) -C image zipexampleinstall
|
||||
image_zipdistinstall:
|
||||
$(MAKE) -C image zipdistinstall
|
||||
image_clean:
|
||||
$(MAKE) -C image clean
|
||||
image_distclean:
|
||||
$(MAKE) -C image distclean
|
||||
image_cleanall:
|
||||
$(MAKE) -C image cleanall
|
||||
image_info:
|
||||
$(MAKE) -C image info
|
||||
image_makefiles:
|
||||
$(MAKE) -C image makefiles
|
||||
image:
|
||||
$(MAKE) -C image all
|
||||
.PHONY: image_all image_debug image_smart image_release image_examples image_shared image_install image_sourceinstall image_exampleinstall image_distinstall image_zipinstall image_zipsourceinstall image_zipexampleinstall image_zipdistinstall image_clean image_distclean image_cleanall image_info image_makefiles image
|
||||
endif
|
||||
ifdef TARGET_DIRS_DB
|
||||
db_all:
|
||||
$(MAKE) -C db all
|
||||
|
@ -19,7 +19,7 @@ packages_win32=netdb
|
||||
units=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil
|
||||
|
||||
[target]
|
||||
dirs=xml db shedit passrc net
|
||||
dirs=xml image db shedit passrc net
|
||||
units=classes contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls xmlreg registry eventlog custapp cgiapp
|
||||
units_freebsd=process ssockets resolve fpasync
|
||||
units_netbsd=process ssockets resolve fpasync
|
||||
|
Loading…
Reference in New Issue
Block a user