File: Makefile.am

package info (click to toggle)
kmflcomp 14.0.290-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,852 kB
  • sloc: sh: 4,288; ansic: 1,829; yacc: 512; lex: 345; makefile: 50
file content (19 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 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