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 (14 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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

kmflcomp_includedir = $(includedir)/kmfl

kmflcomp_include_DATA =\
	kmfl.h \
	kmflcomp.h \
	kmflutfconv.h

EXTRA_DIST = $(kmflcomp_include_DATA)