/[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 6 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC
# Line 1  Line 1 
1  # $Id: Makefile,v 1.5 2005/05/31 09:57:59 debug Exp $  # $Id: Makefile,v 1.6 2005/06/28 11:34:52 debug Exp $
2    
3  BINS=cp_removeblocks bintrans_eval try_runlen rssb_as \  BINS=cp_removeblocks bintrans_eval try_runlen rssb_as \
4          sgiprom_to_bin decprom_dump_txt_to_bin \          sgiprom_to_bin decprom_dump_txt_to_bin \
5          new_test_1 new_test_2 new_test_x          new_test_1 new_test_2 new_test_x new_test_loadstore
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:  clean_all:
16          $(MAKE) clean          $(MAKE) clean

Legend:
Removed from v.6  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26