File: Makefile.am

package info (click to toggle)
libstroke 0.5.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: sh: 5,897; ansic: 1,081; java: 286; makefile: 77; tcl: 4
file content (19 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# don't build libgstroke if GTK is not available
if HAVE_LIBGTK
GSTROKE_SUBDS = libgstroke
else
GSTROKE_SUBDS = 
endif

SUBDIRS = libstroke $(GSTROKE_SUBDS) tests doc javastroke 

EXTRA_DIST = COPYRIGHT CREDITS README.javastroke README.libgstroke

m4datadir=$(datadir)/aclocal
m4data_DATA=libstroke.m4 libgstroke.m4

MOSTLYCLEANFILES = core *~
CLEANFILES = core *~
DISTCLEANFILES = core *~
MAINTAINERCLEANFILES = core *~