Parent Directory
|
Revision Log
* Switch from ${Source-Version} to ${binary:Version} in debian/control.
1 | # cutee autogen: begin |
2 | CUTEE=./cutee |
3 | t_runners=t.version.cutee.cxx t.tokenizer.cutee.cxx t.base64.cutee.cxx t.qp.cutee.cxx t.circular_buffer.cutee.cxx t.file.cutee.cxx t.mimemessage.cutee.cxx t.composite.cutee.cxx t.directory.cutee.cxx t.fieldparam.cutee.cxx t.strutils.cutee.cxx t.rfc822.cutee.cxx t.tree.cutee.cxx t.parser.cutee.cxx t.contenttype.cutee.cxx t.utils.cutee.cxx t.codec.cutee.cxx t.find_bm.cutee.cxx |
4 | |
5 | %.cutee.cxx: $(srcdir)/%.h |
6 | $(CUTEE) -o $@ $< |
7 | |
8 | |
9 | runtest.cxx: cutee |
10 | $(CUTEE) -m -o $@ |
11 | |
12 | runtest-clean: |
13 | rm -f autocutee.mk cutee *.o *.cutee.cxx runtest runtest.cxx |
14 | touch autocutee.mk |
15 | |
16 | EXTRA_PROGRAMS=runtest |
17 | runtest_SOURCES=runtest.cxx $(test_files) $(t_runners) |
18 | runtest_DEPENDENCIES=cutee autocutee.mk |
19 | # cutee autogen: end |
ViewVC Help | |
Powered by ViewVC 1.1.26 |