1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
1999-07-07 17:31:57 +00:00
|
|
|
PROGS = annota2 anon-union compiler cplusfuncs derivation inherit local \
|
1999-04-16 01:35:26 +00:00
|
|
|
member-ptr method misc \
|
|
|
|
overload ovldbreak ref-types ref-types2 templates userdef virtfunc
|
|
|
|
|
|
|
|
all:
|
|
|
|
@echo "Nothing to be done for all..."
|
|
|
|
|
|
|
|
#### host, target, and site specific Makefile frags come in here.
|
|
|
|
|
|
|
|
clean mostlyclean:
|
|
|
|
-rm -f *.ci *.o ${OBJS} ${PROGS} *~ core
|
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
-rm -f Makefile config.status config.log
|
|
|
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
|
|
|
|
$(SHELL) ./config.status --recheck
|