summaryrefslogtreecommitdiffstats
path: root/src/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/Makefile.am')
-rw-r--r--src/data/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/data/Makefile.am b/src/data/Makefile.am
deleted file mode 100644
index c7fc1c3..0000000
--- a/src/data/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-INCLUDES = $(all_includes)
-SUBDIRS = app_data
-
-syntaxkatedir = $(kde_datadir)/katepart/syntax
-syntaxkate_DATA = asm-pic.xml coff-pic.xml jal-pic.xml coff-c-pic.xml
-
-noinst_PROGRAMS = syntax_xml_generator
-syntax_xml_generator_SOURCES = syntax_xml_generator.cpp
-syntax_xml_generator_LDADD = $(LIB_TQT)
-syntax_xml_generator_LDFLAGS = $(all_libraries)
-
-asm-pic.xml coff-pic.xml: syntax_xml_generator
- ./syntax_xml_generator
-CLEANFILES = asm-pic.xml coff-pic.xml