doc/C: Add makefiles

This commit is contained in:
Chase
2019-10-19 20:35:03 -05:00
committed by Jon Trulson
parent f2efbbce70
commit afd95a6ad8
6 changed files with 2912 additions and 0 deletions

30
cde/doc/Makefile.am Normal file
View File

@@ -0,0 +1,30 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = util C
if JAPANESE
SUBDIRS += ja_JP.dt-eucJP
endif
if GERMAN
SUBDIRS += de_DE.ISO8859-1
endif
if FRENCH
SUBDIRS += fr_FR.ISO8859-1
endif
if SPANISH
SUBDIRS += es_ES.ISO8859-1
endif
if ITALIAN
SUBDIRS = it_IT.ISO8859-1
endif
all::
$(RM) -r tmp
$(MKDIR_P) tmp
clean::
$(RM) -r tmp