mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
21 lines
429 B
Makefile
21 lines
429 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
|
|
|
|
INCLUDES =\
|
|
-I$(top_srcdir)/include
|
|
|
|
kmflcomp_CFLAGS =\
|
|
-Wall\
|
|
-g
|
|
|
|
bin_PROGRAMS = kmflcomp
|
|
|
|
kmflcomp_SOURCES = \
|
|
kmfl_compiler.c
|
|
|
|
kmflcomp_LDFLAGS = -lX11 -L/usr/X11R6/lib
|
|
|
|
kmflcomp_LDADD = ../src/.libs/libkmflcomp.a
|