/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to statgen/Makefile.am

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 16:37:40 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--patch-1
0.1.6
* Function name is changed to conform LibRCC naming conventions
* AutoConf Improvements
* Release Script
* Other minor changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: generate ascii test upper debug 
2
 
generate: generate.c
3
 
        gcc -lm -o generate generate.c
4
 
ascii: ascii.c
5
 
        gcc -o ascii ascii.c
6
 
test: test.c charset_auto_russian.h russian_table.h
 
1
bin_PROGRAMS= generate ascii upper
 
2
generate_SOURCES= generate.c
 
3
generate_LDADD= -lm
 
4
ascii_SOURCES= ascii.c
 
5
upper_SOURCES= upper.c
 
6
 
 
7
EXTRA_DIST= doit
 
8
 
 
9
table.tmp.h: dragons.txt
 
10
        ./doit dragons.txt
 
11
 
 
12
tests: table.tmp.h
 
13
        cat ../src/librcd.c | sed -e "s|russian_table|table.tmp|;s|librcd\.h|../src/librcd.h|" > librcd.tmp.c
7
14
        gcc -o test test.c
8
 
debug: debug.c charset_auto_russian.h russian_table.h
9
15
        gcc -o debug debug.c
10
 
upper: upper.c
 
 
b'\\ No newline at end of file'
 
16
 
 
17
clean-local:
 
18
        -rm -f *.tmp.[ch] test debug