File: Makefile.am

package info (click to toggle)
motor 2%3A3.2.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,196 kB
  • ctags: 2,153
  • sloc: cpp: 13,649; ansic: 3,732; sh: 509; makefile: 379; sed: 93
file content (17 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

SUBDIRS = parser kkstrtext kksystr kkconsui intl po src share misc

man_MANS = motor.1

EXTRA_DIST = AUTHORS ChangeLog COPYING FAQ INSTALL README TODO \
    tutorial/*.html tutorial/images/*.png tutorial/images/*.gif \
    tutorial/images/*.jpg motor.spec motor.1

AUTOMAKE_OPTIONS = foreign

CLEANFILES = *.o motor

rpm: dist
	mv $(PACKAGE)-$(VERSION).tar.gz ..
	cd ..; rpm -ta $(PACKAGE)-$(VERSION).tar.gz
	find ~/rpm -name "$(PACKAGE)-$(VERSION)*rpm" -exec mv {} ~/devel/ \;