Makefile revision 3470957343f37ed9baa957980891dbbe4c2d7092
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
71cef386fae61275b03e203825680b39fedaa8c6Tinderbox User# Use is subject to license terms.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User#ident "%Z%%M% %I% %E% SMI"
7e71f05d8643aca84914437c900cb716444507e4Tinderbox UserMYCPPFLAGS = -D_REENTRANT -DTHREADSAFE=1 -DHAVE_USLEEP=1 -I. -I$(SRCDIR)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Header files used by all library source files.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Sources used for test harness
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox UserTESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
CLEANFILES += \
$(RELOC) \
$(LINTLIB) \
$(NATIVETARGETS) \
$(TESTCLEAN) \
lemon \
lemon.o \
lempar.c \
parse.c \
parse.h \
shell.o \
sqlite \
$(ROOTLIBSVCBIN)/%: %
$(INS.file)
$(RM) -f $@ ; \
$(RM) -f $@ ; \
$(POST_PROCESS)
unset SUNPRO_DEPENDENCIES; \
$(COMPILE.c) -o $@ $<
$(COMPILE.c) -o $@ $<
objs/%.o: %.c
$(COMPILE.c) -o $@ $<
%.o: $(SRCDIR)/%.c
$(COMPILE.c) -o $@ $<
%.o: $(TOOLDIR)/%.c
$(COMPILE.c) -o $@ $<
FRC: