mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 15:09:35 +01:00
* dxegen Makefile added
This commit is contained in:
parent
05dd86508f
commit
fbef0b4610
@ -134,8 +134,8 @@ endif
|
||||
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
|
||||
override PACKAGE_NAME=fputils
|
||||
override PACKAGE_VERSION=1.05
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp
|
||||
override PACKAGE_VERSION=1.0.5
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen
|
||||
override TARGET_PROGRAMS+=ppdep ptop rstconv data2inc delp bin2obj postw32
|
||||
override CLEAN_UNITS+=ptopu
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
@ -1158,6 +1158,7 @@ TARGET_DIRS_FPCM=1
|
||||
TARGET_DIRS_TPLY=1
|
||||
TARGET_DIRS_H2PAS=1
|
||||
TARGET_DIRS_FPRCP=1
|
||||
TARGET_DIRS_DXEGEN=1
|
||||
ifdef TARGET_DIRS_FPCM
|
||||
fpcm_all:
|
||||
$(MAKE) -C fpcm all
|
||||
@ -1314,6 +1315,45 @@ fprcp:
|
||||
$(MAKE) -C fprcp all
|
||||
.PHONY: fprcp_all fprcp_debug fprcp_smart fprcp_examples 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
|
||||
ifdef TARGET_DIRS_DXEGEN
|
||||
dxegen_all:
|
||||
$(MAKE) -C dxegen all
|
||||
dxegen_debug:
|
||||
$(MAKE) -C dxegen debug
|
||||
dxegen_smart:
|
||||
$(MAKE) -C dxegen smart
|
||||
dxegen_examples:
|
||||
$(MAKE) -C dxegen examples
|
||||
dxegen_shared:
|
||||
$(MAKE) -C dxegen shared
|
||||
dxegen_install:
|
||||
$(MAKE) -C dxegen install
|
||||
dxegen_sourceinstall:
|
||||
$(MAKE) -C dxegen sourceinstall
|
||||
dxegen_exampleinstall:
|
||||
$(MAKE) -C dxegen exampleinstall
|
||||
dxegen_distinstall:
|
||||
$(MAKE) -C dxegen distinstall
|
||||
dxegen_zipinstall:
|
||||
$(MAKE) -C dxegen zipinstall
|
||||
dxegen_zipsourceinstall:
|
||||
$(MAKE) -C dxegen zipsourceinstall
|
||||
dxegen_zipexampleinstall:
|
||||
$(MAKE) -C dxegen zipexampleinstall
|
||||
dxegen_zipdistinstall:
|
||||
$(MAKE) -C dxegen zipdistinstall
|
||||
dxegen_clean:
|
||||
$(MAKE) -C dxegen clean
|
||||
dxegen_distclean:
|
||||
$(MAKE) -C dxegen distclean
|
||||
dxegen_cleanall:
|
||||
$(MAKE) -C dxegen cleanall
|
||||
dxegen_info:
|
||||
$(MAKE) -C dxegen info
|
||||
dxegen:
|
||||
$(MAKE) -C dxegen all
|
||||
.PHONY: dxegen_all dxegen_debug dxegen_smart dxegen_examples dxegen_shared dxegen_install dxegen_sourceinstall dxegen_exampleinstall dxegen_distinstall dxegen_zipinstall dxegen_zipsourceinstall dxegen_zipexampleinstall dxegen_zipdistinstall dxegen_clean dxegen_distclean dxegen_cleanall dxegen_info dxegen
|
||||
endif
|
||||
all: fpc_all $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: fpc_debug
|
||||
smart: fpc_smart
|
||||
|
||||
@ -4,10 +4,10 @@
|
||||
|
||||
[package]
|
||||
name=fputils
|
||||
version=1.05
|
||||
version=1.0.5
|
||||
|
||||
[target]
|
||||
dirs=fpcm tply h2pas fprcp
|
||||
dirs=fpcm tply h2pas fprcp dxegen
|
||||
programs=ppdep ptop rstconv data2inc delp bin2obj postw32
|
||||
|
||||
[require]
|
||||
|
||||
1006
utils/dxegen/Makefile
Normal file
1006
utils/dxegen/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user