head	1.2;
access;
symbols
	netbsd-5-2-3-RELEASE:1.2
	netbsd-5-1-5-RELEASE:1.2
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.2
	riastradh-drm2-base:1.2
	netbsd-5-2-2-RELEASE:1.2
	netbsd-5-1-4-RELEASE:1.2
	netbsd-5-2-1-RELEASE:1.2
	netbsd-5-1-3-RELEASE:1.2
	netbsd-5-2:1.2.0.8
	netbsd-5-2-RELEASE:1.2
	netbsd-5-2-RC1:1.2
	netbsd-5-1-2-RELEASE:1.2
	netbsd-5-1-1-RELEASE:1.2
	netbsd-5-1:1.2.0.6
	netbsd-5-1-RELEASE:1.2
	netbsd-5-1-RC4:1.2
	netbsd-5-1-RC3:1.2
	netbsd-5-1-RC2:1.2
	netbsd-5-1-RC1:1.2
	netbsd-5-0-2-RELEASE:1.2
	netbsd-5-0-1-RELEASE:1.2
	netbsd-5-0:1.2.0.4
	netbsd-5-0-RELEASE:1.2
	netbsd-5-0-RC4:1.2
	netbsd-5-0-RC3:1.2
	netbsd-5-0-RC2:1.2
	netbsd-5-0-RC1:1.2
	netbsd-5:1.2.0.2
	netbsd-5-base:1.2
	netbsd-2-0-3-RELEASE:1.1.1.1
	netbsd-2-1:1.1.1.1.0.8
	netbsd-2-1-RELEASE:1.1.1.1
	netbsd-2-1-RC6:1.1.1.1
	netbsd-2-1-RC5:1.1.1.1
	netbsd-2-1-RC4:1.1.1.1
	netbsd-2-1-RC3:1.1.1.1
	netbsd-2-1-RC2:1.1.1.1
	netbsd-2-1-RC1:1.1.1.1
	netbsd-2-0-2-RELEASE:1.1.1.1
	netbsd-2-0-1-RELEASE:1.1.1.1
	netbsd-2:1.1.1.1.0.6
	netbsd-2-base:1.1.1.1
	netbsd-2-0-RELEASE:1.1.1.1
	netbsd-2-0-RC5:1.1.1.1
	netbsd-2-0-RC4:1.1.1.1
	netbsd-2-0-RC3:1.1.1.1
	netbsd-2-0-RC2:1.1.1.1
	netbsd-2-0-RC1:1.1.1.1
	netbsd-2-0:1.1.1.1.0.4
	netbsd-2-0-base:1.1.1.1
	netbsd-1-6-PATCH002-RELEASE:1.1.1.1
	netbsd-1-6-PATCH002:1.1.1.1
	netbsd-1-6-PATCH002-RC4:1.1.1.1
	netbsd-1-6-PATCH002-RC3:1.1.1.1
	netbsd-1-6-PATCH002-RC2:1.1.1.1
	netbsd-1-6-PATCH002-RC1:1.1.1.1
	netbsd-1-6:1.1.1.1.0.2
	netbsd-1-6-base:1.1.1.1
	netbsd-1-6-PATCH001:1.1.1.1
	netbsd-1-6-RELEASE:1.1.1.1
	netbsd-1-5-PATCH003:1.1.1.1
	netbsd-1-5-PATCH002:1.1.1.1
	netbsd-1-5-PATCH001:1.1.1.1
	netbsd-1-5-RELEASE:1.1.1.1
	netbsd-1-4-PATCH003:1.1.1.1
	netbsd-1-4-PATCH002:1.1.1.1
	comdex-fall-1999:1.1.1.1
	netbsd-1-4-PATCH001:1.1.1.1
	netbsd-1-4-RELEASE:1.1.1.1
	v3-3-3-1:1.1.1.1
	netbsd-1-3-PATCH003:1.1.1.1
	pre-xf86-3-3-3-import:1.1.1.1
	netbsd-1-3-PATCH002:1.1.1.1
	v3-3-2:1.1.1.1
	netbsd-1-3-RELEASE:1.1.1.1
	v3-2:1.1.1.1
	XF86:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.01.07.18.55.04;	author tron;	state dead;
branches;
next	1.1;

1.1
date	97.03.15.06.20.00;	author scottr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.03.15.06.20.00;	author scottr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@EOL of XFree86 3.3.6, approved by core@@NetBSD.org
@
text
@# $XConsortium: Makefile,v 1.3 94/01/29 17:39:08 rws Exp $
##########################################################################
#
#
##########################################################################
# Default directory locations
#
# The location of TET_ROOT.  This must not contain variable expansions.
#
#
# Location of Test Suite
#
SUITE_ROOT = ${TET_ROOT}/xtest
SUITE_LIB = ${SUITE_ROOT}/lib
SUITE_BIN = ${SUITE_ROOT}/bin
SUITE_INC = ${SUITE_ROOT}/include

INSTLIB = $(SUITE_LIB)
INSTBIN = $(SUITE_BIN)

################################
##### C compiler Directives Section
################################

CFILES = linklocale.c clnlocale.c ic.c nextlocale.c nextlclmod.c \
         nxtfontset.c parse.c xim_cb.c xim_comp.c response.c \
         xim_save.c stimulus.c
OFILES = linklocale.o clnlocale.o ic.o nextlocale.o nextlclmod.o \
         nxtfontset.o parse.o xim_cb.o xim_comp.o response.o \
         xim_save.o stimulus.o

LIBRARY = libximtest.a

##############################################################################

install: all
	$(CP) $(LIBRARY) $(INSTLIB)/$(LIBRARY)
	$(RANLIB) $(INSTLIB)/$(LIBRARY)

all: $(LIBRARY)
	
$(LIBRARY): $P 	$(OFILES)
	$(AR) $@@ `$(LORDER) $(OFILES) | $(TSORT)`
	$(RANLIB) $@@

FORCE: CLOBBER all

LINT:
	$(LINT) $(LINTFLAGS) $(CFILES) $(LINTTCM) $(LINTLIBS)

LINTLIB: $(LINTSUNTEST)

$(LINTXTEST): llib-lsuntest.ln
	cp $? $@@
	@@echo "	$? made and installed"

llib-lsuntest.ln: $(CFILES)
	$(LINT) -Csuite $(LINTFLAGS) -u $?

CLEAN:
	$(RM) $(OFILES) $(LIBRARY) makefile.bak 

CLOBBER: CLEAN
	$(RM) $(INSTLIB)/$(LIBRARY)

clean: CLEAN

shar:
	shar Makefile $(SUITE_INC)/*.h $(CFILES) > libsuntest.shar
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@XFree86 3.2 sources
@
text
@@
