/[gxemul]/upstream/0.4.3/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

Contents of /upstream/0.4.3/experiments/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations)
Mon Oct 8 16:21:06 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 449 byte(s)
0.4.3
1 # $Id: Makefile,v 1.9 2006/09/07 11:44:42 debug Exp $
2
3 BINS=cp_removeblocks bintrans_eval try_runlen udp_snoop \
4 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)
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:
13 rm -f $(BINS) *.o *core
14
15 clean_all:
16 $(MAKE) clean

  ViewVC Help
Powered by ViewVC 1.1.26