File: Makefile.am

package info (click to toggle)
gnomemm 1.2.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,952 kB
  • ctags: 909
  • sloc: sh: 9,042; cpp: 4,642; perl: 1,220; makefile: 633; ansic: 14
file content (31 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (3)
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
# hmm, I removed macros dir from distribution - people cannot build
# gtk-- from scratch anyway, because of no autogen.sh in distribution.
# the problem of course is that we only have now only few complete
# "backups" which can be used to build distributions :(
SUBDIRS =  src docs docgen
# gtk--draw not distributed anymore.
DIST_SUBDIRS = src examples docs docgen scripts

#bin_SCRIPTS = 

EXTRA_DIST = Makefile.am Makefile.in gnome--.m4
#	Gtk--FAQ
#patch-libtool.sh

dist-hook: gnome--.spec
	cp gnome--.spec $(distdir)

# Install the m4 macro to be used by autoconf in apps
# that use Gtk-- and want to check for the correct version
m4datadir = $(datadir)/aclocal
m4data_DATA = gnome--.m4

# Install compiler specific headers
#includedir = $(pkglibdir)/include
#include_HEADERS = gdk--config.h gtk--config.h


all-local:
	@echo "*** Everything completed ***"