xref: /386bsd/usr/X386/lib/X11/config/ack_ux_i386.cf (revision a2142627)
1XCOMM $XFree86: mit/config/ack_ux_i386.cf,v 1.1 1993/03/23 12:56:35 dawes Exp $
2
3#include "x_am_i386.cf"
4
5#define AckToolset		YES
6#define CrossCompiling		YES
7
8#define CcCmd			ack
9#define ServerCcCmd		ack
10#define LdCmd			ack
11#define	YaccCmd			byacc
12#define DefaultCCOptions	-mam_i80386
13#define LibraryCCOptions	-mam_i80386
14#define LdCombineFlags          -Rled-r -c.out
15#define	ExtraLoadFlags		-fp
16#define TermcapLibrary		/* in libajax */
17
18#if HasLargeTmp
19#define ArCmd aal crv		/* use /tmp for temp files */
20#else
21#define ArCmd aal clrv		/* use local dir for temp files */
22#endif
23#define RanlibCmd /bin/true
24
25#define AsCmd			AmoebaConf/$(ARCH).$(TOOLSET)/toolset/do_as
26#define AsIncl			-I$(ATOP)/src/h/machdep/arch/$(ARCH)
27#define AsmDefines		-DACK_ASSEMBLER
28
29#define AssembleObject(flags) $(RM) $@                                  @@\
30	AsCmd -mam_i80386 -o $*.o AsmDefines $(INCLUDES) AsIncl flags $*.s
31
32ARCH		= i80386
33TOOLSET		= ack
34ALDFLAGS	= -mam_i80386 -.c -Rcv-s32
35
36#include "x386.cf"
37