summaryrefslogtreecommitdiffstats
path: root/src/data/Makefile.am
blob: a3469ec63024624d141c34624dbba8b153ee4fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = $(all_includes)
SUBDIRS = app_data likeback

piklabdir = $(kde_datadir)/piklab/icons
piklab_ICON = AUTO

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