* added target dirs for netware and netwlibc

This commit is contained in:
armin 2004-09-09 14:44:44 +00:00
parent 1a1c9f426b
commit 64e2663c5c
2 changed files with 101 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/04]
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/05]
#
default: all
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
@ -239,6 +239,9 @@ endif
ifeq ($(OS_TARGET),amiga)
override TARGET_DIRS+=amiga
endif
ifeq ($(OS_TARGET),netware)
override TARGET_DIRS+=netware
endif
ifeq ($(OS_TARGET),macos)
override TARGET_DIRS+=macos
endif
@ -251,6 +254,9 @@ endif
ifeq ($(OS_TARGET),morphos)
override TARGET_DIRS+=morphos
endif
ifeq ($(OS_TARGET),netwlibc)
override TARGET_DIRS+=netwlibc
endif
override INSTALL_FPCPACKAGE=y
override INSTALL_CREATEPACKAGEFPC=y
ifdef REQUIRE_UNITSDIR
@ -1430,6 +1436,9 @@ endif
ifeq ($(OS_TARGET),amiga)
TARGET_DIRS_AMIGA=1
endif
ifeq ($(OS_TARGET),netware)
TARGET_DIRS_NETWARE=1
endif
ifeq ($(OS_TARGET),macos)
TARGET_DIRS_MACOS=1
endif
@ -1442,6 +1451,9 @@ endif
ifeq ($(OS_TARGET),morphos)
TARGET_DIRS_MORPHOS=1
endif
ifeq ($(OS_TARGET),netwlibc)
TARGET_DIRS_NETWLIBC=1
endif
ifdef TARGET_DIRS_LINUX
linux_all:
$(MAKE) -C linux all
@ -1786,6 +1798,49 @@ amiga:
$(MAKE) -C amiga all
.PHONY: amiga_all amiga_debug amiga_smart amiga_release amiga_examples amiga_shared amiga_install amiga_sourceinstall amiga_exampleinstall amiga_distinstall amiga_zipinstall amiga_zipsourceinstall amiga_zipexampleinstall amiga_zipdistinstall amiga_clean amiga_distclean amiga_cleanall amiga_info amiga_makefiles amiga
endif
ifdef TARGET_DIRS_NETWARE
netware_all:
$(MAKE) -C netware all
netware_debug:
$(MAKE) -C netware debug
netware_smart:
$(MAKE) -C netware smart
netware_release:
$(MAKE) -C netware release
netware_examples:
$(MAKE) -C netware examples
netware_shared:
$(MAKE) -C netware shared
netware_install:
$(MAKE) -C netware install
netware_sourceinstall:
$(MAKE) -C netware sourceinstall
netware_exampleinstall:
$(MAKE) -C netware exampleinstall
netware_distinstall:
$(MAKE) -C netware distinstall
netware_zipinstall:
$(MAKE) -C netware zipinstall
netware_zipsourceinstall:
$(MAKE) -C netware zipsourceinstall
netware_zipexampleinstall:
$(MAKE) -C netware zipexampleinstall
netware_zipdistinstall:
$(MAKE) -C netware zipdistinstall
netware_clean:
$(MAKE) -C netware clean
netware_distclean:
$(MAKE) -C netware distclean
netware_cleanall:
$(MAKE) -C netware cleanall
netware_info:
$(MAKE) -C netware info
netware_makefiles:
$(MAKE) -C netware makefiles
netware:
$(MAKE) -C netware all
.PHONY: netware_all netware_debug netware_smart netware_release netware_examples netware_shared netware_install netware_sourceinstall netware_exampleinstall netware_distinstall netware_zipinstall netware_zipsourceinstall netware_zipexampleinstall netware_zipdistinstall netware_clean netware_distclean netware_cleanall netware_info netware_makefiles netware
endif
ifdef TARGET_DIRS_MACOS
macos_all:
$(MAKE) -C macos all
@ -1958,6 +2013,49 @@ morphos:
$(MAKE) -C morphos all
.PHONY: morphos_all morphos_debug morphos_smart morphos_release morphos_examples morphos_shared morphos_install morphos_sourceinstall morphos_exampleinstall morphos_distinstall morphos_zipinstall morphos_zipsourceinstall morphos_zipexampleinstall morphos_zipdistinstall morphos_clean morphos_distclean morphos_cleanall morphos_info morphos_makefiles morphos
endif
ifdef TARGET_DIRS_NETWLIBC
netwlibc_all:
$(MAKE) -C netwlibc all
netwlibc_debug:
$(MAKE) -C netwlibc debug
netwlibc_smart:
$(MAKE) -C netwlibc smart
netwlibc_release:
$(MAKE) -C netwlibc release
netwlibc_examples:
$(MAKE) -C netwlibc examples
netwlibc_shared:
$(MAKE) -C netwlibc shared
netwlibc_install:
$(MAKE) -C netwlibc install
netwlibc_sourceinstall:
$(MAKE) -C netwlibc sourceinstall
netwlibc_exampleinstall:
$(MAKE) -C netwlibc exampleinstall
netwlibc_distinstall:
$(MAKE) -C netwlibc distinstall
netwlibc_zipinstall:
$(MAKE) -C netwlibc zipinstall
netwlibc_zipsourceinstall:
$(MAKE) -C netwlibc zipsourceinstall
netwlibc_zipexampleinstall:
$(MAKE) -C netwlibc zipexampleinstall
netwlibc_zipdistinstall:
$(MAKE) -C netwlibc zipdistinstall
netwlibc_clean:
$(MAKE) -C netwlibc clean
netwlibc_distclean:
$(MAKE) -C netwlibc distclean
netwlibc_cleanall:
$(MAKE) -C netwlibc cleanall
netwlibc_info:
$(MAKE) -C netwlibc info
netwlibc_makefiles:
$(MAKE) -C netwlibc makefiles
netwlibc:
$(MAKE) -C netwlibc all
.PHONY: netwlibc_all netwlibc_debug netwlibc_smart netwlibc_release netwlibc_examples netwlibc_shared netwlibc_install netwlibc_sourceinstall netwlibc_exampleinstall netwlibc_distinstall netwlibc_zipinstall netwlibc_zipsourceinstall netwlibc_zipexampleinstall netwlibc_zipdistinstall netwlibc_clean netwlibc_distclean netwlibc_cleanall netwlibc_info netwlibc_makefiles netwlibc
endif
all: $(addsuffix _all,$(TARGET_DIRS))
debug: $(addsuffix _debug,$(TARGET_DIRS))
smart: $(addsuffix _smart,$(TARGET_DIRS))

View File

@ -20,6 +20,8 @@ dirs_amiga=amiga
dirs_netbsd=netbsd
dirs_macos=macos
dirs_morphos=morphos
dirs_netware=netware
dirs_netwlibc=netwlibc
[install]
fpcpackage=y