File: Makefile.am

package info (click to toggle)
orbit 0.5.0-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,604 kB
  • ctags: 4,626
  • sloc: ansic: 37,930; sh: 7,508; yacc: 1,750; makefile: 877; lex: 366
file content (15 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = 1.3 # required version of automake.

SUBDIRS=popt libIDL src test

bin_SCRIPTS=orbit-config

EXTRA_DIST=ORBit.spec.in

dist-hook: ORBit.spec
	mkdir $(distdir)/docs
	cp -pr $(srcdir)/docs/* $(distdir)/docs
	cp ORBit.spec $(distdir)

rpms: distcheck
	rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz