spiegel-keyman/linux/kmflcomp/kmfl_compiler/Makefile.am
2018-10-19 14:04:54 +07:00

19 lines
384 B
Makefile

## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
AM_CPPFLAGS =\
-I$(top_srcdir)/include
kmflcomp_CFLAGS =\
-Wall\
-g
bin_PROGRAMS = kmflcomp
kmflcomp_SOURCES = \
kmfl_compiler.c
kmflcomp_LDADD = ../src/libkmflcomp.la