# GNUmakefile          Section: 11.4,
#                               Counting Connected Components by Shrinking
#      Copyright 1994, Center for Computer Vision and Visualization,
#      University of Florida.  All rights reserved.
#
# See comments in  gnumake.iah for description of symbols.

#######################################################################
# Modify the following symbols to control compilation
#######################################################################

BLASTABLE_PTFILES =
CLOSUREOBJS       =

HEADERS =
LOBJS   =

SOURCES	= cccbs.c  cccbs-alt.c
TESTS	= cccbs    cccbs-alt

ARL =
EXTRAINCLUDES =
CPPFLAGS =

OUTPUT_OPTION =
TARGET_ARCH   =
XTRAFLAGS     =
XTRACCFLAGS   =

# Make this nothing if you do not want programs stripped.
STRIPPROGRAMS = anystring-means-strip--no-string-means-do-not-strip

#######################################################################
include	../../gnumake.iah
#######################################################################

#######################################################################
#####	User program dependencies and rules follow
#######################################################################

cccbs.o:	cccbs.c

cccbs-alt.o:	cccbs-alt.c

ifeq (${LIBTEST},)
# There is nothing to put in the library

else

endif
