mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
* gsweb.make.in
* Examples/hello/GNUmakefile * Examples/hello/Makefile.preamble * Testing/DynamicElements/GNUmakefile * Testing/DynamicElements/Makefile.preamble: Rely on Auxiliary/gdl2.make and Auxiliary/gsweb.make to set compiler and linker flags. * Examples/hello/config.mak: Removed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16852 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a536c0ab84
commit
5232fe00f6
8 changed files with 42 additions and 51 deletions
|
@ -27,9 +27,12 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include ../../config.mak
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include config.mak
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/Auxiliary/gsweb.make
|
||||
ifeq ($(GDL2),yes)
|
||||
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
||||
endif
|
||||
|
||||
GSWAPP_NAME=DynamicElements
|
||||
DynamicElements_HAS_GSWCOMPONENTS=YES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue