File: Makefile.am

package info (click to toggle)
pslib 0.4.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,660 kB
  • ctags: 1,154
  • sloc: sh: 10,013; ansic: 9,387; makefile: 240
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

pslibincdir = $(includedir)/libps

pslibinc_HEADERS = \
	libps/pslib.h \
	libps/pslib-mp.h \
	libps/psversion.h

install-exec-hook:
	$(mkinstalldirs) $(DESTDIR)$(pslibincdir)

EXTRA_DIST = libps/psversion.h.in