mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
* regenerated
This commit is contained in:
parent
8f2aaed119
commit
3c54458903
@ -10,6 +10,7 @@ version=1.0.5
|
||||
dirs=compiler rtl utils fcl fv packages ide
|
||||
|
||||
[default]
|
||||
fpcdir=.
|
||||
rule=help
|
||||
|
||||
[prerules]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
30
fcl/Makefile
30
fcl/Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1244,23 +1244,23 @@ shedit/gtk:
|
||||
$(MAKE) -C shedit/gtk all
|
||||
.PHONY: shedit/gtk_all shedit/gtk_debug shedit/gtk_examples shedit/gtk_smart shedit/gtk_shared shedit/gtk_install shedit/gtk_sourceinstall shedit/gtk_exampleinstall shedit/gtk_distinstall shedit/gtk_zipinstall shedit/gtk_zipsourceinstall shedit/gtk_zipexampleinstall shedit/gtk_zipdistinstall shedit/gtk_clean shedit/gtk_distclean shedit/gtk_cleanall shedit/gtk_info shedit/gtk
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1024,23 +1024,23 @@ tests:
|
||||
$(MAKE) -C tests all
|
||||
.PHONY: tests_all tests_debug tests_examples tests_smart tests_shared tests_install tests_sourceinstall tests_exampleinstall tests_distinstall tests_zipinstall tests_zipsourceinstall tests_zipexampleinstall tests_zipdistinstall tests_clean tests_distclean tests_cleanall tests_info tests
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall:
|
||||
zipsourceinstall:
|
||||
zipexampleinstall:
|
||||
zipdistinstall:
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
28
ide/Makefile
28
ide/Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -855,22 +855,22 @@ text:
|
||||
$(MAKE) -C text all
|
||||
.PHONY: text_all text_debug text_examples text_smart text_shared text_install text_sourceinstall text_exampleinstall text_distinstall text_zipinstall text_zipsourceinstall text_zipexampleinstall text_zipdistinstall text_clean text_distclean text_cleanall text_info text
|
||||
endif
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -784,23 +784,23 @@ gdb:
|
||||
$(MAKE) -C gdb all
|
||||
.PHONY: gdb_all gdb_debug gdb_examples gdb_smart gdb_shared gdb_install gdb_sourceinstall gdb_exampleinstall gdb_distinstall gdb_zipinstall gdb_zipsourceinstall gdb_zipexampleinstall gdb_zipdistinstall gdb_clean gdb_distclean gdb_cleanall gdb_info gdb
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
zipinstall:
|
||||
zipsourceinstall:
|
||||
zipexampleinstall:
|
||||
zipdistinstall:
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS))
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS))
|
||||
zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS))
|
||||
zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1035,23 +1035,23 @@ os2:
|
||||
$(MAKE) -C os2 all
|
||||
.PHONY: os2_all os2_debug os2_examples os2_smart os2_shared os2_install os2_sourceinstall os2_exampleinstall os2_distinstall os2_zipinstall os2_zipsourceinstall os2_zipexampleinstall os2_zipdistinstall os2_clean os2_distclean os2_cleanall os2_info os2
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1615,23 +1615,23 @@ unzip:
|
||||
$(MAKE) -C unzip all
|
||||
.PHONY: unzip_all unzip_debug unzip_examples unzip_smart unzip_shared unzip_install unzip_sourceinstall unzip_exampleinstall unzip_distinstall unzip_zipinstall unzip_zipsourceinstall unzip_zipexampleinstall unzip_zipdistinstall unzip_clean unzip_distclean unzip_cleanall unzip_info unzip
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
zipinstall:
|
||||
zipsourceinstall:
|
||||
zipexampleinstall:
|
||||
zipdistinstall:
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS))
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS))
|
||||
zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS))
|
||||
zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -959,7 +959,7 @@ zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_EXAMPLEDIRS))
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1004,23 +1004,23 @@ examples:
|
||||
$(MAKE) -C examples all
|
||||
.PHONY: examples_all examples_debug examples_examples examples_smart examples_shared examples_install examples_sourceinstall examples_exampleinstall examples_distinstall examples_zipinstall examples_zipsourceinstall examples_zipexampleinstall examples_zipdistinstall examples_clean examples_distclean examples_cleanall examples_info examples
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS)) $(addsuffix _clean,$(TARGET_EXAMPLEDIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -916,23 +916,23 @@ tutorial:
|
||||
$(MAKE) -C tutorial all
|
||||
.PHONY: tutorial_all tutorial_debug tutorial_examples tutorial_smart tutorial_shared tutorial_install tutorial_sourceinstall tutorial_exampleinstall tutorial_distinstall tutorial_zipinstall tutorial_zipsourceinstall tutorial_zipexampleinstall tutorial_zipdistinstall tutorial_clean tutorial_distclean tutorial_cleanall tutorial_info tutorial
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
zipinstall:
|
||||
zipsourceinstall:
|
||||
zipexampleinstall:
|
||||
zipdistinstall:
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(TARGET_DIRS))
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: $(addsuffix _zipinstall,$(TARGET_DIRS))
|
||||
zipsourceinstall: $(addsuffix _zipsourceinstall,$(TARGET_DIRS))
|
||||
zipexampleinstall: $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -950,7 +950,7 @@ zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_EXAMPLEDIRS))
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all_units
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
36
rtl/Makefile
36
rtl/Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1024,23 +1024,23 @@ freebsd:
|
||||
$(MAKE) -C freebsd all
|
||||
.PHONY: freebsd_all freebsd_debug freebsd_examples freebsd_smart freebsd_shared freebsd_install freebsd_sourceinstall freebsd_exampleinstall freebsd_distinstall freebsd_zipinstall freebsd_zipsourceinstall freebsd_zipexampleinstall freebsd_zipdistinstall freebsd_clean freebsd_distclean freebsd_cleanall freebsd_info freebsd
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
all: fpc_all $(addsuffix _all,$(DEFAULT_DIR))
|
||||
debug: fpc_debug $(addsuffix _debug,$(DEFAULT_DIR))
|
||||
examples: fpc_examples $(addsuffix _examples,$(DEFAULT_DIR))
|
||||
smart: fpc_smart $(addsuffix _smart,$(DEFAULT_DIR))
|
||||
shared: fpc_shared $(addsuffix _shared,$(DEFAULT_DIR))
|
||||
install: fpc_install $(addsuffix _install,$(DEFAULT_DIR))
|
||||
sourceinstall: fpc_sourceinstall $(addsuffix _sourceinstall,$(DEFAULT_DIR))
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(DEFAULT_DIR))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(DEFAULT_DIR))
|
||||
zipinstall: fpc_zipinstall $(addsuffix _zipinstall,$(DEFAULT_DIR))
|
||||
zipsourceinstall: fpc_zipsourceinstall $(addsuffix _zipsourceinstall,$(DEFAULT_DIR))
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(DEFAULT_DIR))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(DEFAULT_DIR))
|
||||
clean: fpc_clean $(addsuffix _clean,$(DEFAULT_DIR))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(DEFAULT_DIR))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(DEFAULT_DIR))
|
||||
info: fpc_info $(addsuffix _info,$(DEFAULT_DIR))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: allexectests
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1165,23 +1165,23 @@ fprcp:
|
||||
$(MAKE) -C fprcp all
|
||||
.PHONY: fprcp_all fprcp_debug fprcp_examples fprcp_smart fprcp_shared fprcp_install fprcp_sourceinstall fprcp_exampleinstall fprcp_distinstall fprcp_zipinstall fprcp_zipsourceinstall fprcp_zipexampleinstall fprcp_zipdistinstall fprcp_clean fprcp_distclean fprcp_cleanall fprcp_info fprcp
|
||||
endif
|
||||
all: fpc_all
|
||||
debug: fpc_debug
|
||||
examples: fpc_examples
|
||||
smart: fpc_smart
|
||||
shared: fpc_shared
|
||||
install: fpc_install
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug $(addsuffix _debug,$(TARGET_DIRS))
|
||||
examples: fpc_examples $(addsuffix _examples,$(TARGET_DIRS))
|
||||
smart: fpc_smart $(addsuffix _smart,$(TARGET_DIRS))
|
||||
shared: fpc_shared $(addsuffix _shared,$(TARGET_DIRS))
|
||||
install: fpc_install $(addsuffix _install,$(TARGET_DIRS))
|
||||
sourceinstall: fpc_sourceinstall
|
||||
exampleinstall: fpc_exampleinstall
|
||||
distinstall: fpc_distinstall
|
||||
exampleinstall: fpc_exampleinstall $(addsuffix _exampleinstall,$(TARGET_DIRS))
|
||||
distinstall: fpc_distinstall $(addsuffix _distinstall,$(TARGET_DIRS))
|
||||
zipinstall: fpc_zipinstall
|
||||
zipsourceinstall: fpc_zipsourceinstall
|
||||
zipexampleinstall: fpc_zipexampleinstall
|
||||
zipdistinstall: fpc_zipdistinstall
|
||||
clean: fpc_clean
|
||||
distclean: fpc_distclean
|
||||
cleanall: fpc_cleanall
|
||||
info: fpc_info
|
||||
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
||||
zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
|
||||
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
|
||||
info: fpc_info $(addsuffix _info,$(TARGET_DIRS))
|
||||
.PHONY: all debug examples smart shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/22]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/24]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
|
Loading…
Reference in New Issue
Block a user