mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
* fixed make clean all install
git-svn-id: trunk@2261 -
This commit is contained in:
parent
30fc11e7ca
commit
3eda59948d
@ -678,6 +678,8 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||||
override COMPILER_UNITDIR+=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
override COMPILER_UNITDIR+=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
||||||
endif
|
endif
|
||||||
|
override SHARED_BUILD=n
|
||||||
|
override SHARED_BUILD=n
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
endif
|
endif
|
||||||
|
@ -17,14 +17,13 @@ implicitunits=glib2 atk pango gdk2pixbuf gdk2 gtk2 libglade2 gtkglext gdkglext
|
|||||||
[compiler]
|
[compiler]
|
||||||
unitdir=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
unitdir=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
||||||
|
|
||||||
[libs]
|
|
||||||
libname=libfpgtk2.so
|
|
||||||
libversion=2.0.0
|
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
buildunit=buildgtk2
|
buildunit=buildgtk2
|
||||||
fpcpackage=y
|
fpcpackage=y
|
||||||
|
|
||||||
|
[shared]
|
||||||
|
build=n
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
fpcdir=../../..
|
fpcdir=../../..
|
||||||
|
|
||||||
|
@ -677,6 +677,8 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||||
override COMPILER_OPTIONS+=-Sg
|
override COMPILER_OPTIONS+=-Sg
|
||||||
endif
|
endif
|
||||||
|
override SHARED_BUILD=n
|
||||||
|
override SHARED_BUILD=n
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
endif
|
endif
|
||||||
|
@ -23,6 +23,8 @@ fpcpackage=y
|
|||||||
[default]
|
[default]
|
||||||
fpcdir=../..
|
fpcdir=../..
|
||||||
|
|
||||||
|
[shared]
|
||||||
|
build=n
|
||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
pyacc$(EXEEXT): pyacc.pas $(wildcard yacc*.pas)
|
pyacc$(EXEEXT): pyacc.pas $(wildcard yacc*.pas)
|
||||||
|
Loading…
Reference in New Issue
Block a user