/[gxemul]/trunk/experiments/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/experiments/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Mon Oct 8 16:17:48 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 1  Line 1 
1  # $Id: Makefile,v 1.2 2005/03/03 06:24:41 debug Exp $  # $Id: Makefile,v 1.8 2006/03/05 16:52:36 debug Exp $
2    
3  BINS=cp_removeblocks bintrans_eval try_runlen rssb_as \  BINS=cp_removeblocks bintrans_eval try_runlen \
4          sgiprom_to_bin decprom_dump_txt_to_bin          sgiprom_to_bin decprom_dump_txt_to_bin hex_to_bin \
5            new_test_1 new_test_2 new_test_x new_test_loadstore ic_statistics
6    
7  all: $(BINS)  all: $(BINS)
8    
9    new_test_loadstore: new_test_loadstore_a.o new_test_loadstore_b.o
10            $(CC) new_test_loadstore_a.o new_test_loadstore_b.o -o new_test_loadstore
11    
12  clean:  clean:
13          rm -f $(BINS) *core          rm -f $(BINS) *.o *core
14    
15    clean_all:
16            $(MAKE) clean

Legend:
Removed from v.2  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26