File: Makefile.am

package info (click to toggle)
xmorph 1%3A20090926
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 5,624 kB
  • ctags: 2,103
  • sloc: ansic: 20,002; sh: 10,756; cpp: 1,231; makefile: 579; sed: 16
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (9)
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)  -DNDEBUG_LIBMORPH_REF_COUNT