|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/08/24]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/08/26]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
|
|
@@ -200,13 +200,13 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
|
|
endif
|
|
|
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
-override TARGET_DIRS+=unzip uncgi fpasync x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp cmem bfd zlib gdbm ncurses tcl
|
|
|
+override TARGET_DIRS+=unzip uncgi fpasync x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp cmem bfd zlib gdbm ncurses tcl cdrom
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),go32v2)
|
|
|
override TARGET_DIRS+=unzip uncgi
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),win32)
|
|
|
-override TARGET_DIRS+=unzip uncgi opengl gtk zlib mmsystem tcl
|
|
|
+override TARGET_DIRS+=unzip uncgi opengl gtk zlib mmsystem tcl cdrom
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),os2)
|
|
|
override TARGET_DIRS+=unzip uncgi
|
|
@@ -1055,6 +1055,7 @@ TARGET_DIRS_ZLIB=1
|
|
|
TARGET_DIRS_GDBM=1
|
|
|
TARGET_DIRS_NCURSES=1
|
|
|
TARGET_DIRS_TCL=1
|
|
|
+TARGET_DIRS_CDROM=1
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),go32v2)
|
|
|
TARGET_DIRS_UNZIP=1
|
|
@@ -1068,6 +1069,7 @@ TARGET_DIRS_GTK=1
|
|
|
TARGET_DIRS_ZLIB=1
|
|
|
TARGET_DIRS_MMSYSTEM=1
|
|
|
TARGET_DIRS_TCL=1
|
|
|
+TARGET_DIRS_CDROM=1
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),os2)
|
|
|
TARGET_DIRS_UNZIP=1
|
|
@@ -1950,6 +1952,49 @@ tcl:
|
|
|
$(MAKE) -C tcl all
|
|
|
.PHONY: tcl_all tcl_debug tcl_smart tcl_release tcl_examples tcl_shared tcl_install tcl_sourceinstall tcl_exampleinstall tcl_distinstall tcl_zipinstall tcl_zipsourceinstall tcl_zipexampleinstall tcl_zipdistinstall tcl_clean tcl_distclean tcl_cleanall tcl_info tcl_makefiles tcl
|
|
|
endif
|
|
|
+ifdef TARGET_DIRS_CDROM
|
|
|
+cdrom_all:
|
|
|
+ $(MAKE) -C cdrom all
|
|
|
+cdrom_debug:
|
|
|
+ $(MAKE) -C cdrom debug
|
|
|
+cdrom_smart:
|
|
|
+ $(MAKE) -C cdrom smart
|
|
|
+cdrom_release:
|
|
|
+ $(MAKE) -C cdrom release
|
|
|
+cdrom_examples:
|
|
|
+ $(MAKE) -C cdrom examples
|
|
|
+cdrom_shared:
|
|
|
+ $(MAKE) -C cdrom shared
|
|
|
+cdrom_install:
|
|
|
+ $(MAKE) -C cdrom install
|
|
|
+cdrom_sourceinstall:
|
|
|
+ $(MAKE) -C cdrom sourceinstall
|
|
|
+cdrom_exampleinstall:
|
|
|
+ $(MAKE) -C cdrom exampleinstall
|
|
|
+cdrom_distinstall:
|
|
|
+ $(MAKE) -C cdrom distinstall
|
|
|
+cdrom_zipinstall:
|
|
|
+ $(MAKE) -C cdrom zipinstall
|
|
|
+cdrom_zipsourceinstall:
|
|
|
+ $(MAKE) -C cdrom zipsourceinstall
|
|
|
+cdrom_zipexampleinstall:
|
|
|
+ $(MAKE) -C cdrom zipexampleinstall
|
|
|
+cdrom_zipdistinstall:
|
|
|
+ $(MAKE) -C cdrom zipdistinstall
|
|
|
+cdrom_clean:
|
|
|
+ $(MAKE) -C cdrom clean
|
|
|
+cdrom_distclean:
|
|
|
+ $(MAKE) -C cdrom distclean
|
|
|
+cdrom_cleanall:
|
|
|
+ $(MAKE) -C cdrom cleanall
|
|
|
+cdrom_info:
|
|
|
+ $(MAKE) -C cdrom info
|
|
|
+cdrom_makefiles:
|
|
|
+ $(MAKE) -C cdrom makefiles
|
|
|
+cdrom:
|
|
|
+ $(MAKE) -C cdrom all
|
|
|
+.PHONY: cdrom_all cdrom_debug cdrom_smart cdrom_release cdrom_examples cdrom_shared cdrom_install cdrom_sourceinstall cdrom_exampleinstall cdrom_distinstall cdrom_zipinstall cdrom_zipsourceinstall cdrom_zipexampleinstall cdrom_zipdistinstall cdrom_clean cdrom_distclean cdrom_cleanall cdrom_info cdrom_makefiles cdrom
|
|
|
+endif
|
|
|
ifdef TARGET_DIRS_MMSYSTEM
|
|
|
mmsystem_all:
|
|
|
$(MAKE) -C mmsystem all
|