#
# Makefile generated by makemake for Manx Aztec C 5.2
# Wed Jun  1 00:49:56 1994
#

#################################################
# Macros for compilation.
#################################################
CC       = cc
CFLAGS   = -so
PROGRAM  = BindNames
HEADERS  = 
SOURCES  = BindNames.c
OBJECTS  = bindnames.o 
LIBS     = -lc

#################################################
# Make the program.
#################################################
$(PROGRAM):	$(OBJECTS)
		ln $(OBJECTS) -o $(PROGRAM) $(LIBS)

#################################################
# Object file dependencies.
#################################################
bindnames.o:	\
	bindnames.c

#################################################
# Clean up.
#################################################
clean:
	delete FORCE \#?.o $(PROGRAM) TAGS

#################################################
# Make a tags file.
#################################################
tags:	$(SOURCES) $(HEADERS)
	etags $(SOURCES) $(HEADERS)

#################################################
# Check in all source files with RCS.
#################################################
ci:
	ci -l \#?.[ch] Makefile

