mnemonicode-0.73/Makefile
author snej@snej.local
Sat Apr 04 20:53:53 2009 -0700 (2009-04-04)
changeset 22 a9da6c5d3f7c
permissions -rw-r--r--
* Added MYErrorUtils
* Added AssertAbstractMethod() to Test
* Added .xcconfig files
     1 sample_programs: mnencode mndecode
     2 
     3 mnencode: mnencode.o mnemonic.o mn_wordlist.o
     4 
     5 mndecode: mndecode.o mnemonic.o mn_wordlist.o
     6 
     7 mn_wordlist.o: mn_wordlist.c mnemonic.h
     8 
     9 mnemonic.o: mnemonic.c mnemonic.h
    10 
    11 clean: 
    12 	rm -f *.o mnencode mndecode *~