You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/data/Makefile.am

15 lines
458 B

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