Mercurial > hg > xemacs-beta
comparison modules/canna/Makefile.in.in @ 3010:bd7174adf0f2
[xemacs-hg @ 2005-10-21 15:48:28 by stephent]
Revert rename of canna_api to canna-api. <87d5lylvqq.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 21 Oct 2005 15:48:42 +0000 |
parents | 414a64af46c9 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
3009:79943d344216 | 3010:bd7174adf0f2 |
---|---|
24 ## has been tailored to work both inside and independently of the XEmacs | 24 ## has been tailored to work both inside and independently of the XEmacs |
25 ## source tree, and to support both module and non-module building inside the | 25 ## source tree, and to support both module and non-module building inside the |
26 ## source tree. | 26 ## source tree. |
27 | 27 |
28 ### Specialize this part for your module | 28 ### Specialize this part for your module |
29 MODNAME=canna-api | 29 MODNAME=canna_api |
30 MODVER=0.5.0 | 30 MODVER=0.5.0 |
31 MODTITLE="Module wrapping Canna libraries for XEmacs" | 31 MODTITLE="Module wrapping Canna libraries for XEmacs" |
32 CFLAGS=@CFLAGS@ | 32 CFLAGS=@CFLAGS@ |
33 LDFLAGS=@LDFLAGS@ @ld_switch_all@ @canna_libs@ | 33 LDFLAGS=@LDFLAGS@ @ld_switch_all@ @canna_libs@ |
34 SRCS=canna-api.c | 34 SRCS=canna_api.c |
35 | 35 |
36 ## Note: modules/common/Makefile.common will be appended by configure | 36 ## Note: modules/common/Makefile.common will be appended by configure |