Stub install and unistall targets.
This commit is contained in:
parent
01c5321208
commit
f355cf334c
|
|
@ -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 2001/03/11 22:42:11 steve Exp $"
|
#ident "$Id: Makefile.in,v 1.3 2001/03/14 19:26:01 steve Exp $"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
@ -80,4 +80,8 @@ lexor.cc: $(srcdir)/lexor.lex
|
||||||
flex -s -olexor.cc $(srcdir)/lexor.lex
|
flex -s -olexor.cc $(srcdir)/lexor.lex
|
||||||
|
|
||||||
|
|
||||||
|
install:
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
|
||||||
-include $(patsubst %.o, dep/%.d, $O)
|
-include $(patsubst %.o, dep/%.d, $O)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue