Browse Source

* regenerated

carl 24 years ago
parent
commit
991d79b5ab
1 changed files with 12 additions and 3 deletions
  1. 12 3
      packages/Makefile

+ 12 - 3
packages/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/23]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/29]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -144,7 +144,7 @@ ifeq ($(OS_TARGET),freebsd)
 override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
 endif
 ifeq ($(OS_TARGET),beos)
-override TARGET_DIRS+=uncgi paszlib unzip regexpr
+override TARGET_DIRS+=uncgi paszlib regexpr
 endif
 ifeq ($(OS_TARGET),netbsd)
 override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
@@ -425,6 +425,16 @@ STATICLIBEXT=.a
 EXEEXT=.ttp
 FPCMADE=fpcmade.ata
 endif
+ifeq ($(OS_TARGET),beos)
+PPUEXT=.ppu
+ASMEXT=.s
+OEXT=.o
+SMARTEXT=.sl
+STATICLIBEXT=.a
+EXEEXT=
+FPCMADE=fpcmade.be
+ZIPSUFFIX=be
+endif
 ifdef REQUIRE_UNITSDIR
 override UNITSDIR+=$(REQUIRE_UNITSDIR)
 endif
@@ -861,7 +871,6 @@ endif
 ifeq ($(OS_TARGET),beos)
 TARGET_DIRS_UNCGI=1
 TARGET_DIRS_PASZLIB=1
-TARGET_DIRS_UNZIP=1
 TARGET_DIRS_REGEXPR=1
 endif
 ifeq ($(OS_TARGET),netbsd)