]> err.no Git - sope/blob - sope-core/NGStreams/GNUmakefile.postamble
Drop apache 1 build-dependency
[sope] / sope-core / NGStreams / GNUmakefile.postamble
1 # compilation settings
2
3 ifeq ($(FOUNDATION_LIB),apple)
4
5 ADDITIONAL_CPPFLAGS += -I./macosx
6
7 else
8
9 before-all :: config.status
10
11 after-distclean::
12         rm -f config.cache config.log config.status config.h config.mak
13         rm -rf $(GNUSTEP_TARGET_CPU)
14
15 $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/config.h config.status : config.h.in configure
16         ./configure
17
18 endif
19
20 ifneq ($(GNUSTEP_TARGET_OS),cygwin32)
21 configure : configure.in
22         #autoconf configure.in > configure
23         echo "configure.in seems to have changed, you might want to rerun autoconf"
24         chmod +x configure
25 endif