Add the check make target.
This commit is contained in:
parent
70daee399f
commit
fc062c3b63
|
|
@ -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 $<
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue