/[public]/psiconv/trunk/formats/Makefile.in
ViewVC logotype

Diff of /psiconv/trunk/formats/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2 Revision 16
65INT_16_BIT = @INT_16_BIT@ 65INT_16_BIT = @INT_16_BIT@
66INT_32_BIT = @INT_32_BIT@ 66INT_32_BIT = @INT_32_BIT@
67INT_8_BIT = @INT_8_BIT@ 67INT_8_BIT = @INT_8_BIT@
68LD = @LD@ 68LD = @LD@
69LIBTOOL = @LIBTOOL@ 69LIBTOOL = @LIBTOOL@
70LIB_MAGICK = @LIB_MAGICK@
70LN_S = @LN_S@ 71LN_S = @LN_S@
71MAKEINFO = @MAKEINFO@ 72MAKEINFO = @MAKEINFO@
72NM = @NM@ 73NM = @NM@
73OBJDUMP = @OBJDUMP@ 74OBJDUMP = @OBJDUMP@
74PACKAGE = @PACKAGE@ 75PACKAGE = @PACKAGE@
76VERSION = @VERSION@ 77VERSION = @VERSION@
77 78
78GENERATE = psion/Application_ID_Section.psi psion/ASCII_Codes.psi psion/Basic_Elements.psi psion/Basic_Structures.psi psion/Embedded_Object_Section.psi psion/Fonts.psi psion/Header_Section.psi psion/Identifiers.psi psion/Index.psi psion/Introduction.psi psion/Layout_Codes.psi psion/MBM_File.psi psion/Page_Layout_Section.psi psion/Paint_Data_Section.psi psion/Password_Section.psi psion/Record_File.psi psion/Record_Section.psi psion/Section_Table_Section.psi psion/Sketch_File.psi psion/Sketch_Section.psi psion/Substitutions.psi psion/TextEd_File.psi psion/TextEd_Section.psi psion/Text_Layout_Section.psi psion/Text_Section.psi psion/Word_File.psi psion/Word_Status_Section.psi psion/Word_Styles_Section.psi 79GENERATE = psion/Application_ID_Section.psi psion/ASCII_Codes.psi psion/Basic_Elements.psi psion/Basic_Structures.psi psion/Embedded_Object_Section.psi psion/Fonts.psi psion/Header_Section.psi psion/Identifiers.psi psion/Index.psi psion/Introduction.psi psion/Layout_Codes.psi psion/MBM_File.psi psion/Page_Layout_Section.psi psion/Paint_Data_Section.psi psion/Password_Section.psi psion/Record_File.psi psion/Record_Section.psi psion/Section_Table_Section.psi psion/Sketch_File.psi psion/Sketch_Section.psi psion/Substitutions.psi psion/TextEd_File.psi psion/TextEd_Section.psi psion/Text_Layout_Section.psi psion/Text_Section.psi psion/Word_File.psi psion/Word_Status_Section.psi psion/Word_Styles_Section.psi
79 80
80 81
81EXTRA_DIST = $(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh html_links.sh index_html.sh 82EXTRA_DIST = $(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh generate_rtf.sh html_links.sh index_html.sh
82 83
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 84mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_HEADER = ../config.h 85CONFIG_HEADER = ../config.h
85CONFIG_CLEAN_FILES = 86CONFIG_CLEAN_FILES =
86DIST_COMMON = Makefile.am Makefile.in 87DIST_COMMON = Makefile.am Makefile.in
184all-local all-redirect all-am all installdirs mostlyclean-generic \ 185all-local all-redirect all-am all installdirs mostlyclean-generic \
185distclean-generic clean-generic maintainer-clean-generic clean \ 186distclean-generic clean-generic maintainer-clean-generic clean \
186mostlyclean distclean maintainer-clean 187mostlyclean distclean maintainer-clean
187 188
188 189
189all-local: .touch-html .touch-html4 .touch-ascii 190all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf
190 191
191.touch-html: $(GENERATE) 192.touch-html: $(GENERATE)
192@HTMLDOCS_TRUE@ rm -rf html 193@HTMLDOCS_TRUE@ rm -rf html
193@HTMLDOCS_TRUE@ mkdir html 194@HTMLDOCS_TRUE@ mkdir html
194@HTMLDOCS_TRUE@ ./generate_html.sh .. html $(GENERATE) 195@HTMLDOCS_TRUE@ ./generate_html.sh .. html $(GENERATE)
204@ASCIIDOCS_TRUE@ rm -rf ascii 205@ASCIIDOCS_TRUE@ rm -rf ascii
205@ASCIIDOCS_TRUE@ mkdir ascii 206@ASCIIDOCS_TRUE@ mkdir ascii
206@ASCIIDOCS_TRUE@ ./generate_ascii.sh .. ascii $(GENERATE) 207@ASCIIDOCS_TRUE@ ./generate_ascii.sh .. ascii $(GENERATE)
207@ASCIIDOCS_TRUE@ touch .touch-ascii 208@ASCIIDOCS_TRUE@ touch .touch-ascii
208 209
210.touch-rtf: $(GENERATE)
211@RTFDOCS_TRUE@ rm -rf rtf
212@RTFDOCS_TRUE@ mkdir rtf
213@RTFDOCS_TRUE@ ./generate_rtf.sh .. rtf $(GENERATE)
214@RTFDOCS_TRUE@ touch .touch-rtf
215
209clean-local: 216clean-local:
210 rm -rf html html4 ascii .touch-* 217 rm -rf html html4 ascii rtf .touch-*
211 218
212# Tell versions [3.59,3.63) of GNU make to not export all variables. 219# Tell versions [3.59,3.63) of GNU make to not export all variables.
213# Otherwise a system limit (for SysV at least) may be exceeded. 220# Otherwise a system limit (for SysV at least) may be exceeded.
214.NOEXPORT: 221.NOEXPORT:

Legend:
Removed from v.2  
changed lines
  Added in v.16

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26