|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/01/29]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/01/30]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx
|
|
@@ -189,6 +189,9 @@ endif
|
|
|
ifeq ($(OS_TARGET),freebsd)
|
|
|
override COMPILER_SOURCEDIR+=unix
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),netbsd)
|
|
|
+override COMPILER_SOURCEDIR+=unix
|
|
|
+endif
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
ifdef REQUIRE_UNITSDIR
|
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
@@ -913,7 +916,7 @@ ifdef INSTALL_UNITS
|
|
|
override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))
|
|
|
endif
|
|
|
ifdef INSTALL_BUILDUNIT
|
|
|
-override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT),$(INSTALLPPUFILES))
|
|
|
+override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$(INSTALLPPUFILES))
|
|
|
endif
|
|
|
ifdef INSTALLPPUFILES
|
|
|
override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
|