mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
doc/util: add automake files
This commit is contained in:
parent
ee3a6d545e
commit
f517f8c526
3 changed files with 16 additions and 0 deletions
3
cde/doc/util/Makefile.am
Normal file
3
cde/doc/util/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = dbtoman
|
3
cde/doc/util/dbtoman/Makefile.am
Normal file
3
cde/doc/util/dbtoman/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = instant
|
10
cde/doc/util/dbtoman/instant/Makefile.am
Normal file
10
cde/doc/util/dbtoman/instant/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_PROGRAMS = instant
|
||||
|
||||
instant_CFLAGS = -I$(srcdir)/programs/dtdocbook/lib/tptregexp
|
||||
|
||||
instant_LDFLAGS = -L$(srcdir)/programs/dtdocbook/lib/tptregexp -ltptregexp
|
||||
|
||||
instant_SOURCES = main.c util.c info.c translate.c traninit.c tranvar.c \
|
||||
tables.c browse.c
|
Loading…
Reference in a new issue