File: Makefile.am

package info (click to toggle)
v-sim 3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,860 kB
  • sloc: ansic: 75,222; sh: 10,239; makefile: 580; python: 572; cpp: 353; xml: 130
file content (23 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
v_simlegal_DATA = \
	ChangeLog.fr \
	ChangeLog.en

EXTRA_DIST = $(v_simlegal_DATA) \
	autogen.sh \
	configure \
	bugs \
	todo \
	intltool-extract.in intltool-merge.in intltool-update.in

ACLOCAL_AMFLAGS = -I m4

DISTCLEANFILES = intltool-extract intltool-merge intltool-update

SUBDIRS = \
	src \
	lib \
	etc \
	po \
	pixmaps \
	examples \
	Documentation