Add the check make target.

This commit is contained in:
steve 2003-02-24 22:35:56 +00:00
parent 70daee399f
commit fc062c3b63
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330 # 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA # Boston, MA 02111-1307, USA
# #
#ident "$Id: Makefile.in,v 1.2 2003/02/22 04:29:14 steve Exp $" #ident "$Id: Makefile.in,v 1.3 2003/02/24 22:35:56 steve Exp $"
# #
# #
SHELL = /bin/sh SHELL = /bin/sh
@ -48,6 +48,9 @@ STRIP = @STRIP@
all: cadpli.vpl all: cadpli.vpl
# No specific check operations.
check: all
%.o: %.c %.o: %.c
@[ -d dep ] || mkdir dep @[ -d dep ] || mkdir dep
$(CC) -Wall -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS) $(CFLAGS) -MD -c $< $(CC) -Wall -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS) $(CFLAGS) -MD -c $<