summaryrefslogtreecommitdiffstats
path: root/funtools/filter/Imakefile
blob: a1aa8c7c95ee17483d42f369ee3d01bf3646d519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
XCOMM #########################################################################
XCOMM 
XCOMM 			Fake Imakefile for xpa for use in saord
XCOMM 	  	    Its only necessary to have the Makefiles target
XCOMM 
XCOMM #########################################################################

Makefiles::
	@(x=""; \
	for i in $(CC); do \
	if [ "$$i" = "gcc" ] ; then \
	    echo "X uses gcc ... and so shall we"; \
	    x="--enable-gcc"; \
	fi; \
	done; \
	rm -f config.cache; \
	./configure --enable-saord --prefix=$(TOP) --exec-prefix=$(TOP) --with-alt-libdir=$(TOP)/lib $$x)