File: Makefile.am

package info (click to toggle)
orbit 0.5.16-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,680 kB
  • ctags: 7,029
  • sloc: ansic: 59,686; sh: 7,412; yacc: 1,751; makefile: 831; lex: 366; sed: 93
file content (22 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AUTOMAKE_OPTIONS = 1.3 # required version of automake.

SUBDIRS=popt libIDL src test

bin_SCRIPTS=orbit-config

EXTRA_DIST=ORBit.spec.in ORBit.m4 ORBit.pc.in

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

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

m4datadir=$(datadir)/aclocal
m4data_DATA=ORBit.m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= ORBit.pc