File: Makefile.am

package info (click to toggle)
imwheel 1.0.0pre12-9
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,964 kB
  • ctags: 548
  • sloc: ansic: 4,347; sh: 883; makefile: 104
file content (38 lines) | stat: -rw-r--r-- 1,008 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
SUBDIRS=jax getopt @mdetect@ @gpm_imwheel@

bin_PROGRAMS=imwheel

AM_CFLAGS=@CFLAGS@ @GETOPT_INCS@ @X_CFLAGS@ -I@srcdir@/jax -I. -Wall
imwheel_SOURCES=imwheel.c util.c cfg.c util.h imwheel.h cfg.h
imwheel_LDADD=@GETOPT_LIBS@ -L$(top_builddir)/jax -ljax @X_LIBS@ 
imwheel_DEPENDENCIES=imwheel.o util.o cfg.o jax/libjax.a

EXTRA_PROGRAMS=setimps2 setmmplus setps2 getmdt mdump setps2rate
noinst_PROGRAMS=@extras@ @mdump@

man_MANS=imwheel.1

EXTRA_DIST=BUGS FREEBSD EMACS M-BA47 BUGS see imwheel.1.html imwheel.1 TODO imwheelrc @extras_dist@ @mdump_dist@ lefty.sh imwheel.spec slack.sh

dist-hook:
	-for DIR in @gpm_dist@ @mdetect_dist@ @getopt_dist@ ; \
	do \
		make -C $$DIR distclean ; \
		cp -Rfp @srcdir@/$$DIR $(distdir)/$$DIR ; \
		find $(distdir) -name CVS -exec rm -rvf '{}' ';' ; \
	done

extras: $(EXTRA_PROGRAMS)

if NO_GPM_DOC
Makefile.am: .premake
.premake:
	@#Start
	@touch .premake
	@rm -f @gpm_imwheel@/doc/Makefile
all: .postmake
distclean: .postmake
.postmake:
	@#End
	@rm -f .premake
endif