File: Makefile.am

package info (click to toggle)
scribes 0.4~r543-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,836 kB
  • ctags: 6,779
  • sloc: python: 32,963; perl: 2,747; xml: 2,233; sh: 847; makefile: 597
file content (16 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = SupportedEncodings ComboBoxData Error
encodingsystemdir = $(pythondir)/SCRIBES/EncodingSystem
encodingsystem_PYTHON = \
	__init__.py \
	Manager.py \
	Utils.py \
	EncodingGuessListUpdater.py \
	EncodingListUpdater.py \
	FileEncodingsUpdater.py \
	EncodingGuessListMetadata.py \
	EncodingListMetadata.py \
	FileEncodingsMetadata.py

clean-local:
	rm -rf *.pyc *.pyo