mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:26:11 +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)
|
||||
override COMPILER_UNITDIR+=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
||||
endif
|
||||
override SHARED_BUILD=n
|
||||
override SHARED_BUILD=n
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
endif
|
||||
|
@ -17,14 +17,13 @@ implicitunits=glib2 atk pango gdk2pixbuf gdk2 gtk2 libglade2 gtkglext gdkglext
|
||||
[compiler]
|
||||
unitdir=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
|
||||
|
||||
[libs]
|
||||
libname=libfpgtk2.so
|
||||
libversion=2.0.0
|
||||
|
||||
[install]
|
||||
buildunit=buildgtk2
|
||||
fpcpackage=y
|
||||
|
||||
[shared]
|
||||
build=n
|
||||
|
||||
[default]
|
||||
fpcdir=../../..
|
||||
|
||||
|
@ -677,6 +677,8 @@ endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override COMPILER_OPTIONS+=-Sg
|
||||
endif
|
||||
override SHARED_BUILD=n
|
||||
override SHARED_BUILD=n
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
endif
|
||||
|
@ -23,6 +23,8 @@ fpcpackage=y
|
||||
[default]
|
||||
fpcdir=../..
|
||||
|
||||
[shared]
|
||||
build=n
|
||||
|
||||
[rules]
|
||||
pyacc$(EXEEXT): pyacc.pas $(wildcard yacc*.pas)
|
||||
|
Loading…
Reference in New Issue
Block a user