xref: /386bsd/usr/X386/lib/X11/config/rtcchack.bac (revision a2142627)
1/* High C version 1.4r absolutely will not support the XtOffset
2   macro as defined by the Intrinsics, nor have we been able to
3   find a suitable workaround, even using the builtin _offsetof().
4 */
5
6#undef AllTarget
7#define AllTarget(depends)						   @@\
8all::									   @@\
9	@$(MAKE) $(MFLAGS) CC=$(PCC) CDEBUGFLAGS=$(CDEBUGFLAGS) dummy \	   @@\
10	    `grep -w -l XtOffset *.c | sed -e 's/\(.*\).c$$/\1.o/'` 	   @@\
11	@$(MAKE) $(MFLAGS) CC=$(CC) CDEBUGFLAGS=$(CDEBUGFLAGS) everything  @@\
12									   @@\
13everything:: depends							   @@\
14									   @@\
15dummy::
16