* 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:
David Ayers 2003-06-01 22:00:18 +00:00
parent a536c0ab84
commit 5232fe00f6
8 changed files with 42 additions and 51 deletions

View file

@ -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