Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / conf.mk
1 #
2 # Makefile targets to remake configuration
3 #
4
5 freshconf: $(srcdir)/configure main.mk 
6
7 $(srcdir)/configure: $(srcdir)/configure.in
8         cd $(srcdir) && $(SHELL) autoconf
9
10 main.mk: $(srcdir)/main_in.mk $(srcdir)/configure.in
11         $(SHELL) ./config.status
12
13 config.status: $(srcdir)/configure
14         $(SHELL) ./config.status --recheck
15
16 # End of conf.mk