diff options
Diffstat (limited to 'src/parser/Makefile.am')
-rw-r--r-- | src/parser/Makefile.am | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am deleted file mode 100644 index acc72be..0000000 --- a/src/parser/Makefile.am +++ /dev/null @@ -1,74 +0,0 @@ -lib_LTLIBRARIES=libcroco.la - -crparserincdir=$(includedir)/@PACKAGE@/parser -crparserinc_HEADERS=cr-additional-sel.h \ -cr-attr-sel.h \ -cr-cascade.h \ -cr-declaration.h \ -cr-doc-handler.h \ -cr-enc-handler.h \ -cr-input.h \ -cr-num.h \ -cr-om-parser.h \ -cr-parser.h \ -cr-pseudo.h \ -cr-rgb.h \ -cr-selector.h \ -cr-simple-sel.h \ -cr-statement.h \ -cr-stylesheet.h \ -cr-term.h \ -cr-tknzr.h \ -cr-token.h \ -cr-utils.h \ -libcroco-config.h - -#the core parser files -SRCS=\ -cr-utils.c \ -cr-utils.h \ -cr-input.c \ -cr-input.h \ -cr-enc-handler.c \ -cr-enc-handler.h \ -cr-num.c \ -cr-num.h \ -cr-rgb.c \ -cr-rgb.h \ -cr-token.c \ -cr-token.h \ -cr-tknzr.c \ -cr-tknzr.h \ -cr-term.c \ -cr-term.h \ -cr-attr-sel.c \ -cr-attr-sel.h \ -cr-pseudo.c \ -cr-pseudo.h \ -cr-additional-sel.c \ -cr-additional-sel.h \ -cr-simple-sel.c \ -cr-simple-sel.h \ -cr-selector.c \ -cr-selector.h \ -cr-doc-handler.c \ -cr-doc-handler.h \ -cr-parser.c \ -cr-parser.h \ -cr-declaration.c \ -cr-declaration.h \ -cr-statement.c \ -cr-statement.h \ -cr-stylesheet.c \ -cr-stylesheet.h \ -cr-cascade.c \ -cr-cascade.h \ -cr-om-parser.c \ -cr-om-parser.h - -libcroco_la_SOURCES= $(SRCS) - -INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/intl \ -@GLIB2_CFLAGS@ -libcroco_la_LDFLAGS=-version-info @LIBCROCO_VERSION_INFO@ \ -@GLIB2_CFLAGS@ |