# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.2 2001/08/10 15:29:51 sandro Exp $
srcdir = .
CC = cc
CFLAGS = -I.. -fno-common
LDFLAGS =
LIBS =
RANLIB = ranlib
LIB = libhp48cc.a
OBJS = xmalloc.o xrealloc.o xstrdup.o
.c.o:
$(CC) -c -I. -I$(srcdir) -I$(srcdir)/.. $(CFLAGS) $<
all: $(LIB)
$(LIB): $(OBJS)
rm -f $(LIB)
ar rc $(LIB) $(OBJS)
$(RANLIB) $(LIB)
.PHONY: install uninstall clean realclean distclean mostlyclean
install:
uninstall:
clean:
-rm -f $(LIB) *.o
distclean: clean
-rm -f Makefile
realclean: distclean
mostlyclean: clean
syntax highlighted by Code2HTML, v. 0.9.1