pkgfontembedinclude_DATA = \
fontembed/bitset.h \
fontembed/embed.h \
+ fontembed/embed-pdf.h \
fontembed/fontfile.h \
fontembed/iofn.h \
fontembed/sfnt.h
lib_LTLIBRARIES += libfontembed.la
check_PROGRAMS += \
- test_analyze \
- test_pdf \
- test_ps
+ test-analyze \
+ test-pdf \
+ test-ps
TESTS += \
- test_analyze \
- test_pdf \
- test_ps
+ test-analyze \
+ test-pdf \
+ test-ps
libfontembed_la_SOURCES = \
fontembed/aglfn13.c \
- fontembed/bitset.h \
fontembed/dynstring.c \
- fontembed/dynstring.h \
+ fontembed/dynstring-private.h \
fontembed/embed.c \
- fontembed/embed.h \
- fontembed/embed_sfnt.c \
- fontembed/embed_sfnt_int.h \
- fontembed/embed_pdf.c \
- fontembed/embed_pdf.h \
- fontembed/embed_pdf_int.h \
+ fontembed/embed-sfnt.c \
+ fontembed/embed-sfnt-int-private.h \
+ fontembed/embed-pdf.c \
+ fontembed/embed-pdf-int-private.h \
fontembed/fontfile.c \
- fontembed/fontfile.h \
fontembed/frequent.c \
- fontembed/frequent.h \
- fontembed/iofn.h \
- fontembed/macroman.h \
+ fontembed/frequent-private.h \
+ fontembed/macroman-private.h \
fontembed/sfnt.c \
- fontembed/sfnt.h \
- fontembed/sfnt_int.h \
- fontembed/sfnt_subset.c
+ fontembed/sfnt-int-private.h \
+ fontembed/sfnt-subset.c \
+ $(pkgfontembedinclude_DATA)
libfontembed_la_LDFLAGS = \
-no-undefined \
-version-info 1
-test_analyze_SOURCES = fontembed/test_analyze.c
+test_analyze_SOURCES = fontembed/test-analyze.c
test_analyze_LDADD = libfontembed.la
-test_pdf_SOURCES = fontembed/test_pdf.c
+test_pdf_SOURCES = fontembed/test-pdf.c
test_pdf_LDADD = libfontembed.la
-test_ps_SOURCES = fontembed/test_ps.c
+test_ps_SOURCES = fontembed/test-ps.c
test_ps_LDADD = libfontembed.la
EXTRA_DIST += \
#include "embed.h"
-#include "embed_pdf.h" // already included fron embed.h ...
-#include "embed_pdf_int.h"
-#include "embed_sfnt_int.h"
+#include "embed-pdf.h" // already included fron embed.h ...
+#include "embed-pdf-int-private.h"
+#include "embed-sfnt-int-private.h"
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <time.h>
-#include "frequent.h"
+#include "frequent-private.h"
// NOTE: these must be in sync with the EMB_FORMAT enum
static const char *emb_pdf_font_subtype[][2]={ // {{{ (output_format,multibyte)
// }}}
/*** PDF out stuff ***/
-#include "dynstring.h"
+#include "dynstring-private.h"
#define NEXT /* {{{ */ \
if ( (len<0)||(len>=size) ) { \
#include "embed.h"
-#include "embed_pdf_int.h"
-#include "embed_sfnt_int.h"
+#include "embed-pdf-int-private.h"
+#include "embed-sfnt-int-private.h"
#include "sfnt.h"
-#include "sfnt_int.h"
+#include "sfnt-int-private.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
/*** PS stuff ***/
-#include "dynstring.h"
+#include "dynstring-private.h"
const char *aglfn13(unsigned short uni); // aglfn13.c
-#include "macroman.h"
+#include "macroman-private.h"
// TODO? optimize pascal string skipping? (create index)
// NOTE: might return a statically allocated string