File: Makefile.am

package info (click to toggle)
libinstpatch 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,148 kB
  • ctags: 7,030
  • sloc: ansic: 37,958; sh: 10,747; makefile: 361; python: 27
file content (11 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in
EXTRA_DIST = create_sf2.py

noinst_PROGRAMS = create_sf2

create_sf2_SOURCES = create_sf2.c
create_sf2_LDADD = $(top_srcdir)/libinstpatch/libinstpatch-1.0.la -lgobject-2.0 -lglib-2.0

INCLUDES = -I$(top_srcdir) @GOBJECT_CFLAGS@

MAINTAINERCLEANFILES = Makefile.in