File: Makefile.am

package info (click to toggle)
libofa 0.9.3-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,052 kB
  • ctags: 535
  • sloc: cpp: 24,480; sh: 8,366; makefile: 46; ansic: 14
file content (25 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (8)
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
# ------------------------------------------------------------------
#
#   libofa -- the Open Fingerprint Architecture library
#
#   Copyright (C) 2006 MusicIP Corporation
#   All rights reserved.
#
#-------------------------------------------------------------------
AUTOMAKE_OPTIONS = foreign

SUBDIRS = include lib examples
DIST_SUBDIRS = include lib examples

cvsclean: distclean
	@echo "additonal cleanup for cvs commits"
	rm -f *~ *.exe
	rm -f $(PACKAGE)-$(VERSION).tar.gz

pcdir = $(libdir)/pkgconfig
pc_DATA = libofa.pc

#  README.win32 config_win32.h 
EXTRA_DIST = libofa.pc.in README COPYING

CLEANFILES = stamp-h