mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
programs/dtdocbook: add automake files
This commit is contained in:
parent
f1865536b0
commit
2d136b7062
7 changed files with 62 additions and 0 deletions
3
cde/programs/dtdocbook/Makefile.am
Normal file
3
cde/programs/dtdocbook/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
SUBDIRS = doc2sdl lib instant xlate_locale
|
3
cde/programs/dtdocbook/doc2sdl/Makefile.am
Normal file
3
cde/programs/dtdocbook/doc2sdl/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MAINTAINERCLEANFILE = Makefile.in
|
||||||
|
|
||||||
|
SUBDIRS = SGML
|
5
cde/programs/dtdocbook/doc2sdl/SGML/Makefile.am
Normal file
5
cde/programs/dtdocbook/doc2sdl/SGML/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
all::
|
||||||
|
$(LN_S) dtinfo.af $(srcdir)/programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/SGML
|
||||||
|
$(LN_S) docbook.dtd $(srcdir)/programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/SGML
|
34
cde/programs/dtdocbook/instant/Makefile.am
Normal file
34
cde/programs/dtdocbook/instant/Makefile.am
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_PROGRAMS = instant
|
||||||
|
|
||||||
|
instant_CFLAGS = -I../lib/tptregexp -I$(SVCSRC)/DtUtil2
|
||||||
|
|
||||||
|
instant_LDADD = $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIB} -L../lib/tptregexp \
|
||||||
|
-ltptregexp -lm
|
||||||
|
if LINUX
|
||||||
|
instant_CFLAGS += -I/usr/include/tcl
|
||||||
|
instant_LDADD += -ltcl
|
||||||
|
endif
|
||||||
|
|
||||||
|
if FREEBSD
|
||||||
|
instant_CFLAGS += -I/usr/local/include/tcl8.6
|
||||||
|
instant_LDADD += -ltcl86
|
||||||
|
endif
|
||||||
|
|
||||||
|
if OPENBSD
|
||||||
|
instant_CFLAGS += -I/usr/local/include/tcl8.6
|
||||||
|
instant_LDADD += -ltcl86
|
||||||
|
endif
|
||||||
|
|
||||||
|
if NETBSD
|
||||||
|
instant_CFLAGS += -I/usr/pkg/include/tcl
|
||||||
|
instant_LDADD += -ltcl86
|
||||||
|
endif
|
||||||
|
|
||||||
|
if SUN
|
||||||
|
instant_LDADD += -lsocket -lnsl -lgen
|
||||||
|
endif
|
||||||
|
|
||||||
|
instant_SOURCES = main.c util.c info.c translate.c traninit.c tranvar.c \
|
||||||
|
tables.c browse.c
|
3
cde/programs/dtdocbook/lib/Makefile.am
Normal file
3
cde/programs/dtdocbook/lib/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
SUBDIRS = tptregexp
|
5
cde/programs/dtdocbook/lib/tptregexp/Makefile.am
Normal file
5
cde/programs/dtdocbook/lib/tptregexp/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = tptregexp.a
|
||||||
|
|
||||||
|
tptregexp_a_SOURCES = regexp.c regsub.c regerror.c
|
9
cde/programs/dtdocbook/xlate_locale/Makefile.am
Normal file
9
cde/programs/dtdocbook/xlate_locale/Makefile.am
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_PROGRAMS = xlate_locale
|
||||||
|
|
||||||
|
xlate_locale_CFLAGS = -I$(SVCSRC)/DtUtil2
|
||||||
|
|
||||||
|
xlate_locale_LDADD = $(LIBTT) $(LIBSVC) $(XTOOLLIB) ${X_LIBS}
|
||||||
|
|
||||||
|
xlate_locale_SOURCES = xlate_locale.c
|
Loading…
Reference in a new issue