| Revision: | 1.2 |
| Committed: | Sat Oct 15 19:15:33 2005 UTC (20 years, 11 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_9, rel-0_902 |
| Changes since 1.1: | +1 -1 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | WriteMakefile( |
| 4 | NAME => 'Video::RTjpeg', |
| 5 | VERSION_FROM => 'RTjpeg.pm', |
| 6 | OBJECT => '$(BASEEXT)$(OBJ_EXT) codec/RTjpeg.o', |
| 7 | ); |
| 8 | |
| 9 | sub MY::postamble { <<EOF |
| 10 | codec/RTjpeg.c: codec/compose.sh |
| 11 | cd codec && . compose.sh |
| 12 | |
| 13 | codec/RTjpeg.o: codec/RTjpeg.c codec/RTjpeg.h |
| 14 | \$(CCCMD) \$(CCCDLFLAGS) -o \$@ \$< |
| 15 | EOF |
| 16 | } |