File: Makefile.am

package info (click to toggle)
xmorph 1%3A20150712-5.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,472 kB
  • sloc: ansic: 24,890; sh: 7,755; cpp: 1,231; makefile: 524; sed: 16
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

## Process this file with automake to produce Makefile.in

include ../Makefile.conf


INCLUDES = 	-I$(top_srcdir)/libmorph -I$(top_srcdir)/intl 

bin_PROGRAMS = morph

morph_LDADD =   $(INTLLIBS)  ../libmorph/libmorph.la $(NON_GUI_LIBS)

morph_SOURCES =    main.c

morph_CFLAGS = $(CFLAGS) $(CFLAGS_CONF) -DNDEBUG_LIBMORPH_REF_COUNT