diff -r 4ff8b68c6ee0 -r b6fbc1c59a44 examples/Makefile.in --- a/examples/Makefile.in Tue Apr 17 16:11:38 2007 +0200 +++ b/examples/Makefile.in Tue Apr 17 16:13:22 2007 +0200 @@ -27,32 +27,30 @@ ifeq ($(TARGET),hc12) $(MAKE) -C gene_SYNC_HCS12 $@ endif + ifeq ($(TARGET),unix) $(MAKE) -C TestMasterSlave $@ + $(MAKE) -C TestMasterMicroMod $@ endif clean: ifeq ($(TARGET),hc12) $(MAKE) -C gene_SYNC_HCS12 $@ endif + ifeq ($(TARGET),unix) $(MAKE) -C TestMasterSlave $@ + $(MAKE) -C TestMasterMicroMod $@ endif + + mrproper: clean ifeq ($(TARGET),hc12) $(MAKE) -C gene_SYNC_HCS12 $@ endif + ifeq ($(TARGET),unix) $(MAKE) -C TestMasterSlave $@ -endif - -install: -ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ -endif - -uninstall: -ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ -endif + $(MAKE) -C TestMasterMicroMod $@ +endif \ No newline at end of file