File: Makefile.am

package info (click to toggle)
simulavr 0.1.2.2-6.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,760 kB
  • ctags: 3,179
  • sloc: ansic: 19,986; sh: 3,623; python: 3,528; makefile: 406; asm: 308; yacc: 145; lex: 48
file content (67 lines) | stat: -rw-r--r-- 2,388 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# $Id: Makefile.am,v 1.28 2004/01/18 22:11:11 troth Exp $
#
# simulavr - A simulator for the Atmel AVR family of microcontrollers.
# Copyright (C) 2001, 2002, 2003, 2004  Theodore A. Roth
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# Makefile.am -- Process this file with automake to produce Makefile.in
#

EXTRA_DIST           = bootstrap Makefile_AVR_Rules README.gdb README.opcodes \
                       ProjSummary misc simulavr.1.in simulavr-disp.1.in \
                       README.cygwin \
                       ChangeLog-2003 \
                       ChangeLog-2002 \
                       ChangeLog-2001

man_MANS             = simulavr.1 simulavr-disp.1

SUBDIRS              = src @ac_test_dirs@ @ac_doc_subdir@ @ac_regression_subdir@
DIST_SUBDIRS         = src test_c test_asm doc regress

MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure src/config-h.in \
                       src/stamp-h.in

install_aux_files    = AUTHORS ChangeLog COPYING INSTALL ProjSummary \
                       README README.gdb README.opcodes TODO \
                       ChangeLog-2003 \
                       ChangeLog-2002 \
                       ChangeLog-2001

DOC_INST_DIR         = @ac_doc_inst_dir@

install-data-local:
	$(mkinstalldirs) $(DOC_INST_DIR)
	for file in $(install_aux_files) ; do \
	  echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \
	  $(INSTALL_DATA) $(srcdir)/$$file $(DOC_INST_DIR)/$$file; \
	done

uninstall-local:
	rm -rf $(DOC_INST_DIR)

pdf ps:
	(cd doc && $(MAKE) $(AM_MAKEFLAGS) $@)

install-pdf:
	(cd doc && $(MAKE) $(AM_MAKEFLAGS) install-pdf)

dist-hook: simulavr.spec
	cp simulavr.spec $(distdir)/simulavr.spec
	rm -rf $(distdir)/misc/CVS
	rm -rf $(distdir)/gdb-patches/CVS