blob: 5efba8d1617868ee787b941d4bb419e6b9b088b8 [file] [log] [blame]
VPATH = @srcdir@
srcdir = @srcdir@
PROGS = annota2 anon-union compiler cplusfuncs derivation inherit local \
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