/[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 46
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@
75RANLIB = @RANLIB@ 76RANLIB = @RANLIB@
76VERSION = @VERSION@ 77VERSION = @VERSION@
78cflags_set = @cflags_set@
77 79
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 80GENERATE = psion/Application_ID_Section.psi psion/ASCII_Codes.psi psion/Basic_Elements.psi psion/Basic_Structures.psi psion/Clip_Art_File.psi psion/Embedded_Object_Section.psi psion/File_Structure.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/Section_Table_Offset_Section.psi psion/Sheet_File.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 81
80 82
81EXTRA_DIST = $(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh html_links.sh index_html.sh 83EXTRA_DIST = $(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh generate_rtf.sh html_links.sh index_html.sh
82 84
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 85mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_HEADER = ../config.h 86CONFIG_HEADER = ../config.h
85CONFIG_CLEAN_FILES = 87CONFIG_CLEAN_FILES =
86DIST_COMMON = Makefile.am Makefile.in 88DIST_COMMON = Makefile.am Makefile.in
184all-local all-redirect all-am all installdirs mostlyclean-generic \ 186all-local all-redirect all-am all installdirs mostlyclean-generic \
185distclean-generic clean-generic maintainer-clean-generic clean \ 187distclean-generic clean-generic maintainer-clean-generic clean \
186mostlyclean distclean maintainer-clean 188mostlyclean distclean maintainer-clean
187 189
188 190
189all-local: .touch-html .touch-html4 .touch-ascii 191all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf
190 192
191.touch-html: $(GENERATE) 193.touch-html: $(GENERATE)
192@HTMLDOCS_TRUE@ rm -rf html 194@HTMLDOCS_TRUE@ rm -rf html
193@HTMLDOCS_TRUE@ mkdir html 195@HTMLDOCS_TRUE@ mkdir html
194@HTMLDOCS_TRUE@ ./generate_html.sh .. html $(GENERATE) 196@HTMLDOCS_TRUE@ ./generate_html.sh .. html $(GENERATE)
204@ASCIIDOCS_TRUE@ rm -rf ascii 206@ASCIIDOCS_TRUE@ rm -rf ascii
205@ASCIIDOCS_TRUE@ mkdir ascii 207@ASCIIDOCS_TRUE@ mkdir ascii
206@ASCIIDOCS_TRUE@ ./generate_ascii.sh .. ascii $(GENERATE) 208@ASCIIDOCS_TRUE@ ./generate_ascii.sh .. ascii $(GENERATE)
207@ASCIIDOCS_TRUE@ touch .touch-ascii 209@ASCIIDOCS_TRUE@ touch .touch-ascii
208 210
211.touch-rtf: $(GENERATE)
212@RTFDOCS_TRUE@ rm -rf rtf
213@RTFDOCS_TRUE@ mkdir rtf
214@RTFDOCS_TRUE@ ./generate_rtf.sh .. rtf $(GENERATE)
215@RTFDOCS_TRUE@ touch .touch-rtf
216
209clean-local: 217clean-local:
210 rm -rf html html4 ascii .touch-* 218 rm -rf html html4 ascii rtf .touch-*
211 219
212# Tell versions [3.59,3.63) of GNU make to not export all variables. 220# 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. 221# Otherwise a system limit (for SysV at least) may be exceeded.
214.NOEXPORT: 222.NOEXPORT:

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

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