/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 examples/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: example
2
 
 
3
 
example: example.o
4
 
        gcc -o example -lrcd example.o
 
1
bin_PROGRAMS= example
 
2
example_SOURCES= example.c
 
3
example_LDADD= ../src/librcd.la
 
4
EXTRA_DIST= input.txt
5
5
 
6
6
test: example
7
7
        cat input.txt | ./example
8
 
 
9
 
clean:
10
 
        rm -f example example.o
 
 
b'\\ No newline at end of file'