File: Makefile.am

package info (click to toggle)
pidgin-extprefs 0.7-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,492 kB
  • sloc: sh: 9,057; ansic: 365; makefile: 40
file content (19 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXTRA_DIST =                 \
	ChangeLog            \
	INSTALL              \
	INSTALL-win32.txt    \
	LICENSE              \
	Makefile.mingw       \
	TODO                 \
	src/Makefile.mingw

SUBDIRS = src

DISTCLEANFILES = extprefs_config.h

BUILT_SOURCES = extprefs_config.h

$(OBJECTS): $(BUILT_SOURCES)

extprefs_config.h: pre_config.h
	$(sedpath) 's/#define PACKAGE/#define EXTPREFS_PACKAGE/g' pre_config.h > $@